summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/ioblktime.meta
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-16 15:16:47 -0700
committerJosh Stone <jistone@redhat.com>2009-09-16 15:16:47 -0700
commitad7e33d7ceb3251f5141b586dad4f824c519d757 (patch)
tree6b0e70fc48bdb0a13d7265af7bb9eb414e81c16a /testsuite/systemtap.examples/io/ioblktime.meta
parentc0095e58288c7f98e89437bd4489433baa7e7c0d (diff)
downloadsystemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.tar.gz
systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.tar.xz
systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.zip
Spelling fixes in the meta of many examples
Diffstat (limited to 'testsuite/systemtap.examples/io/ioblktime.meta')
-rw-r--r--testsuite/systemtap.examples/io/ioblktime.meta2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/ioblktime.meta b/testsuite/systemtap.examples/io/ioblktime.meta
index 09425b29..01f34295 100644
--- a/testsuite/systemtap.examples/io/ioblktime.meta
+++ b/testsuite/systemtap.examples/io/ioblktime.meta
@@ -8,6 +8,6 @@ status: production
exit: user-controlled
output: sorted-list
scope: system-wide
-description: The ioblktime.stp script tracks the amount of time that each block IO requests spend waiting for completion. The script computes the average time waiting time for block IO per device and prints list every 10 seconds. In some cases there can be too many oustanding block IO operations and the script may exceed the default number of MAXMAPENTRIES allowed. In this case the allowed number can be increased with "-DMAXMAPENTRIES=10000" option on the stap command line.
+description: The ioblktime.stp script tracks the amount of time that each block IO requests spend waiting for completion. The script computes the average time waiting time for block IO per device and prints list every 10 seconds. In some cases there can be too many outstanding block IO operations and the script may exceed the default number of MAXMAPENTRIES allowed. In this case the allowed number can be increased with "-DMAXMAPENTRIES=10000" option on the stap command line.
test_check: stap -p4 ioblktime.stp
test_installcheck: stap ioblktime.stp -c "sleep 0.2"