summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-07-17 15:12:26 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-07-17 15:12:26 -0400
commit4bb6522cf62ade81ebdf578d187c93e5880e18be (patch)
treed041c3fb6843a7da84a616da5f75242ed778d9c2 /testsuite/systemtap.examples/index.txt
parentea14cf671a7ad543ad4752b301883789ab86f70f (diff)
downloadsystemtap-steved-4bb6522cf62ade81ebdf578d187c93e5880e18be.tar.gz
systemtap-steved-4bb6522cf62ade81ebdf578d187c93e5880e18be.tar.xz
systemtap-steved-4bb6522cf62ade81ebdf578d187c93e5880e18be.zip
Add network/tcpipstat.stp descriptions.
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 35decb82..49a7e89b 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -252,6 +252,15 @@ keywords: network traffic
source and destination ports, and flags.
+network/tcpipstat.stp - Display network statistics for individual TCP sockets.
+keywords: network statistics
+
+ tcpipstat collects and display network statistics related to
+ individual TCP sockets or groups of sockets. The statistics that are
+ collected are simmer to that of the command netstat -s, only sorted
+ and grouped by individual sockets.
+
+
process/errsnoop.stp - tabulate system call errors
keywords: process syscall