summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 0127f3a8..a940ccfa 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -204,6 +204,16 @@ keywords: network socket
element of the line is the function name.
+network/tcp_connections.stp - Track Creation of Incoming TCP Connections
+keywords: network tcp socket
+
+ The tcp_connections.stp script prints information for each new
+ incoming TCP connection accepted by the computer. The information
+ includes the UID, the command accepting the connection, the PID of
+ the command, the port the connection is on, and the IP address of the
+ originator of the request.
+
+
= PER-PROCESS =
network/nettop.stp - Periodic Listing of Processes Using Network Interfaces
@@ -256,6 +266,14 @@ keywords: profiling
top twenty processes.
+profiling/topsys.stp - Show Processes Doing Polling Operations
+keywords: profiling
+
+ The topsys.stp script lists out the top twenty systemcalls for the
+ previous 5 seconds. The output is sorted from most frequent to least
+ frequent.
+
+
= READ =
io/iotime.stp - Trace Time Spent in Read and Write for Files
@@ -352,6 +370,16 @@ keywords: network socket
element of the line is the function name.
+network/tcp_connections.stp - Track Creation of Incoming TCP Connections
+keywords: network tcp socket
+
+ The tcp_connections.stp script prints information for each new
+ incoming TCP connection accepted by the computer. The information
+ includes the UID, the command accepting the connection, the PID of
+ the command, the port the connection is on, and the IP address of the
+ originator of the request.
+
+
= SYSCALL =
io/iotime.stp - Trace Time Spent in Read and Write for Files
@@ -415,6 +443,18 @@ keywords: syscall wait4
waiting for. If the waited for PID is not specified , it is "-1".
+= TCP =
+
+network/tcp_connections.stp - Track Creation of Incoming TCP Connections
+keywords: network tcp socket
+
+ The tcp_connections.stp script prints information for each new
+ incoming TCP connection accepted by the computer. The information
+ includes the UID, the command accepting the connection, the PID of
+ the command, the port the connection is on, and the IP address of the
+ originator of the request.
+
+
= TIME =
io/iotime.stp - Trace Time Spent in Read and Write for Files