diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
commit | 66f73b62a4ed147b229237407a00688e61f96d5a (patch) | |
tree | 83e36258ada8be05220b976b350d580a36733565 /testsuite/systemtap.examples/io/ioblktime.meta | |
parent | 2e66901da2ffed2261784f458a2fc57d6f059725 (diff) | |
download | systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.gz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.xz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.zip |
Clean up examples
Diffstat (limited to 'testsuite/systemtap.examples/io/ioblktime.meta')
-rw-r--r-- | testsuite/systemtap.examples/io/ioblktime.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/ioblktime.meta b/testsuite/systemtap.examples/io/ioblktime.meta index 01f34295..ff895a3f 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 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. +description: The ioblktime.stp script tracks the amount of time that each block IO requests spend waiting for completion. The script computes the average 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" |