diff options
author | ddomingo <ddomingo@redhat.com> | 2008-10-28 16:02:01 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-10-28 16:02:01 +1000 |
commit | ed70d5b028bf8af776380deda5e6a75857c41c28 (patch) | |
tree | 456651dd247da3d1fe13fb20f89d5b59a50f212e /testsuite/systemtap.examples/io/traceio2-simple.meta | |
parent | 53b9e09f0b30e4f53ec492b345cbd1ab85afe929 (diff) | |
parent | 1a58bf9838378cdab17c2071794a12463007270a (diff) | |
download | systemtap-steved-ed70d5b028bf8af776380deda5e6a75857c41c28.tar.gz systemtap-steved-ed70d5b028bf8af776380deda5e6a75857c41c28.tar.xz systemtap-steved-ed70d5b028bf8af776380deda5e6a75857c41c28.zip |
re-committing all work for today, resolving conflicts earlier
Diffstat (limited to 'testsuite/systemtap.examples/io/traceio2-simple.meta')
-rw-r--r-- | testsuite/systemtap.examples/io/traceio2-simple.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/io/traceio2-simple.meta b/testsuite/systemtap.examples/io/traceio2-simple.meta new file mode 100644 index 00000000..558539e3 --- /dev/null +++ b/testsuite/systemtap.examples/io/traceio2-simple.meta @@ -0,0 +1,13 @@ +title: Watch I/O Activity on a Particular Device Simplified +name: traceio2-simple.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 8 5 +test_installcheck: stap traceio2.stp 8 5 -c "sleep 1" |