From d15495ebff9e91135ae0923f4a36b2d2538bab54 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 20 May 2008 16:07:50 -0400 Subject: Add some scripts and descriptions to the systemtap.examples. --- testsuite/systemtap.examples/iotop.meta | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testsuite/systemtap.examples/iotop.meta (limited to 'testsuite/systemtap.examples/iotop.meta') 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" -- cgit