summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-02-02 11:18:01 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-02-02 11:18:01 -0500
commit492d227f2caa558c4fdcd4e7aae65cf32b4549cc (patch)
treec319888b1b69eb1cc396b97d66d7fbaf9e530747 /testsuite/systemtap.examples/index.txt
parentca1d53c1c0eab03b2bf9422d645e09be7518ea4e (diff)
downloadsystemtap-steved-492d227f2caa558c4fdcd4e7aae65cf32b4549cc.tar.gz
systemtap-steved-492d227f2caa558c4fdcd4e7aae65cf32b4549cc.tar.xz
systemtap-steved-492d227f2caa558c4fdcd4e7aae65cf32b4549cc.zip
Revise tcp_connections.stp example and place in sysemtap.examples directory.
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 5ffc341a..ddf24471 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -109,6 +109,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.
+
+
process/futexes.stp - System-Wide Futex Contention
keywords: syscall locking futex