diff options
author | William Cohen <wcohen@redhat.com> | 2008-05-20 16:07:50 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-05-20 16:07:50 -0400 |
commit | d15495ebff9e91135ae0923f4a36b2d2538bab54 (patch) | |
tree | c3a4a7bd1f5b9749bf58f3fd199d2bf787904f24 /testsuite/systemtap.examples/traceio.meta | |
parent | fc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66 (diff) | |
download | systemtap-steved-d15495ebff9e91135ae0923f4a36b2d2538bab54.tar.gz systemtap-steved-d15495ebff9e91135ae0923f4a36b2d2538bab54.tar.xz systemtap-steved-d15495ebff9e91135ae0923f4a36b2d2538bab54.zip |
Add some scripts and descriptions to the systemtap.examples.
Diffstat (limited to 'testsuite/systemtap.examples/traceio.meta')
-rw-r--r-- | testsuite/systemtap.examples/traceio.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/traceio.meta b/testsuite/systemtap.examples/traceio.meta new file mode 100644 index 00000000..a82a26aa --- /dev/null +++ b/testsuite/systemtap.examples/traceio.meta @@ -0,0 +1,13 @@ +title: Track Cumulative I/O Activity by Process Name +name: traceio.stp +version: 1.0 +author: Red Hat +keywords: io +subsystem: io +status: production +exit: user-controlled +output: timed +scope: system-wide +description: Every second print out the top ten executables sorted in decending order based on cumulative I/O traffic observed. +test_check: stap -p4 traceio.stp +test_installcheck: stap traceio.stp -c "sleep 1" |