summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/traceio2.meta
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/traceio2.meta')
-rw-r--r--testsuite/systemtap.examples/traceio2.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/traceio2.meta b/testsuite/systemtap.examples/traceio2.meta
new file mode 100644
index 00000000..89561e71
--- /dev/null
+++ b/testsuite/systemtap.examples/traceio2.meta
@@ -0,0 +1,13 @@
+title: Watch I/O Activity on a Particular Device
+name: traceio2.stp
+version: 1.0
+author: Red Hat
+keywords: io
+subsystem: io
+status: production
+exit: user-controlled
+output: trace
+scope: system-wide
+description: Print out the executable name and process number as reads and writes to the specified device occur.
+test_check: stap -p4 traceio2.stp `stat -c "0x%D" /`
+test_installcheck: stap traceio2.stp `stat -c "0x%D" /` -c "sleep 1"