diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-17 11:43:16 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-17 11:43:16 -0400 |
commit | 6c456acd35009630facd95cca91483a92aa50e9f (patch) | |
tree | 92f90c79d473d50eb42f103634df0167c1b63ab5 /testsuite/systemtap.examples/network/tcpipstat.meta | |
parent | 451535e8b0b1018a51206283d89d233d37ea8621 (diff) | |
parent | ea14cf671a7ad543ad4752b301883789ab86f70f (diff) | |
download | systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.tar.gz systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.tar.xz systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/network/tcpipstat.meta')
-rw-r--r-- | testsuite/systemtap.examples/network/tcpipstat.meta | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/network/tcpipstat.meta b/testsuite/systemtap.examples/network/tcpipstat.meta new file mode 100644 index 00000000..d77d0b2f --- /dev/null +++ b/testsuite/systemtap.examples/network/tcpipstat.meta @@ -0,0 +1,14 @@ +title: Display network statistics for individual TCP sockets. +name: tcpipstat.stp +version: 1.0 +author: wilder@us.ibm.com +keywords: network statistics +subsystem: network +status: production +exit: user-controlled +output: timed +scope: per-socket +arg_[0-9]+: tcpstat.stp [index=laddr|raddr|lport|rport|tuple] [timeout=<N sec>] [nozeros=1|0] [filters...] +description: 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. +test_check: stap -p4 tcpipstat.stp +test_installcheck: stap tcpipstat.stp timeout=1 |