summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/iostat-scsi.meta
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-09-08 17:03:34 -0400
committerDave Brolley <brolley@redhat.com>2009-09-08 17:03:34 -0400
commit97f8355dd72378d4fb6e8cb8cbb4fe160a21ddec (patch)
tree6956d7f9bdd460383979450c81f88bb6aa916d66 /testsuite/systemtap.examples/io/iostat-scsi.meta
parent0ed88eb252bdeb3dd9c5cd425d6a0e26816635b6 (diff)
parent7dc5b46bc1ddbe3fbe6d89472f42231756a54185 (diff)
downloadsystemtap-steved-97f8355dd72378d4fb6e8cb8cbb4fe160a21ddec.tar.gz
systemtap-steved-97f8355dd72378d4fb6e8cb8cbb4fe160a21ddec.tar.xz
systemtap-steved-97f8355dd72378d4fb6e8cb8cbb4fe160a21ddec.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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"