summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/iotop.meta
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-05-20 16:07:50 -0400
committerWilliam Cohen <wcohen@redhat.com>2008-05-20 16:07:50 -0400
commitd15495ebff9e91135ae0923f4a36b2d2538bab54 (patch)
treec3a4a7bd1f5b9749bf58f3fd199d2bf787904f24 /testsuite/systemtap.examples/iotop.meta
parentfc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66 (diff)
downloadsystemtap-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/iotop.meta')
-rw-r--r--testsuite/systemtap.examples/iotop.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/iotop.meta b/testsuite/systemtap.examples/iotop.meta
new file mode 100644
index 00000000..4eba0130
--- /dev/null
+++ b/testsuite/systemtap.examples/iotop.meta
@@ -0,0 +1,13 @@
+title: Periodically Print I/O Activity by Process Name
+name: iotop.stp
+version: 1.0
+author: anonymous
+keywords: io
+subsystem: io
+status: production
+exit: user-controlled
+output: timed
+scope: system-wide
+description: Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in decending order.
+test_check: stap -p4 iotop.stp
+test_installcheck: stap iotop.stp -c "sleep 1"