summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/dropwatch.meta
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-04-17 15:41:48 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-04-17 15:41:48 -0400
commit0e4901b0e6524c4ed5f9b5f3ab0f2a1d1dbd86d6 (patch)
tree5bb032b5fd94e0552bf1dc34ffc69c6484d88ef3 /testsuite/systemtap.examples/network/dropwatch.meta
parent9831040e54178a1b6eb4637213bb3c81f6ed254b (diff)
downloadsystemtap-steved-0e4901b0e6524c4ed5f9b5f3ab0f2a1d1dbd86d6.tar.gz
systemtap-steved-0e4901b0e6524c4ed5f9b5f3ab0f2a1d1dbd86d6.tar.xz
systemtap-steved-0e4901b0e6524c4ed5f9b5f3ab0f2a1d1dbd86d6.zip
Add dropwatch.stp example.
Diffstat (limited to 'testsuite/systemtap.examples/network/dropwatch.meta')
-rw-r--r--testsuite/systemtap.examples/network/dropwatch.meta13
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"