summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/tcp_connections.meta
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/network/tcp_connections.meta
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/network/tcp_connections.meta')
-rw-r--r--testsuite/systemtap.examples/network/tcp_connections.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/network/tcp_connections.meta b/testsuite/systemtap.examples/network/tcp_connections.meta
new file mode 100644
index 00000000..0bc9bcb1
--- /dev/null
+++ b/testsuite/systemtap.examples/network/tcp_connections.meta
@@ -0,0 +1,13 @@
+title: Track Creation of Incoming TCP Connections
+name: tcp_connections.stp
+version: 1.0
+author: anonymous
+keywords: network tcp socket
+subsystem: kernel
+status: production
+exit: user-controlled
+output: trace
+scope: system-wide
+description: 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.
+test_check: stap -p4 tcp_connections.stp
+test_installcheck: stap tcp_connections.stp -c "sleep 1"