summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/iostat-scsi.meta
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-09-08 14:17:45 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-09-08 14:17:45 -0400
commit7dc5b46bc1ddbe3fbe6d89472f42231756a54185 (patch)
tree8ff2c658c1b649be449eaa51d67424430a519412 /testsuite/systemtap.examples/io/iostat-scsi.meta
parent8b82510024a90c29114cf434e14bde84beb9b7da (diff)
downloadsystemtap-steved-7dc5b46bc1ddbe3fbe6d89472f42231756a54185.tar.gz
systemtap-steved-7dc5b46bc1ddbe3fbe6d89472f42231756a54185.tar.xz
systemtap-steved-7dc5b46bc1ddbe3fbe6d89472f42231756a54185.zip
Clean up iostat-scsi.stp and add to the regular testing.
Diffstat (limited to 'testsuite/systemtap.examples/io/iostat-scsi.meta')
-rw-r--r--testsuite/systemtap.examples/io/iostat-scsi.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/io/iostat-scsi.meta b/testsuite/systemtap.examples/io/iostat-scsi.meta
new file mode 100644
index 00000000..834466aa
--- /dev/null
+++ b/testsuite/systemtap.examples/io/iostat-scsi.meta
@@ -0,0 +1,13 @@
+title: iostat for SCSI Devices
+name: iostat-scsi.stp
+version: 1.0
+author: anonymous
+keywords: io profiling scsi
+subsystem: io
+status: production
+exit: user-controlled
+output: timed
+scope: system-wide
+description: The iostat-scsi.stp script provides a breakdown of the number of blks read and written on the various machines's SCSI devices. The script takes one argument which is the number of seconds between reports.
+test_check: stap -p4 iostat-scsi.stp 1
+test_installcheck: stap iostat-scsi.stp 1 -c "sleep 1"