diff options
author | Kent Sebastian <ksebasti@redhat.com> | 2009-04-17 16:21:14 -0400 |
---|---|---|
committer | Kent Sebastian <ksebasti@redhat.com> | 2009-04-17 16:21:14 -0400 |
commit | 7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a (patch) | |
tree | 7f42cf54ca1f2a012731858daa803656ba6eff82 /testsuite/systemtap.examples/network/dropwatch.meta | |
parent | 755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88 (diff) | |
parent | 7c806934696e39dc9ee488ee00d2ffde18ce1ba0 (diff) | |
download | systemtap-steved-7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a.tar.gz systemtap-steved-7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a.tar.xz systemtap-steved-7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a.zip |
Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/network/dropwatch.meta')
-rw-r--r-- | testsuite/systemtap.examples/network/dropwatch.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/network/dropwatch.meta b/testsuite/systemtap.examples/network/dropwatch.meta new file mode 100644 index 00000000..176ba236 --- /dev/null +++ b/testsuite/systemtap.examples/network/dropwatch.meta @@ -0,0 +1,13 @@ +title: Watch Where Socket Buffers are Freed in the Kernel +name: dropwatch.stp +version: 1.0 +author: Neil Horman +keywords: network tracepoint buffer free +subsystem: network +status: production +exit: user-controlled +output: timed +scope: system-wide +description: Every five seconds the dropwatch.stp script lists the number of socket buffers freed at locations in the kernel. +test_check: stap -p4 dropwatch.stp +test_installcheck: stap dropwatch.stp -c "sleep 1" |