summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/dropwatch.meta
diff options
context:
space:
mode:
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"