diff options
author | William Cohen <wcohen@redhat.com> | 2009-03-17 16:45:30 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-03-17 16:45:30 -0400 |
commit | 67f8611b9ed9e40a7be946601293ac5b42c52686 (patch) | |
tree | 578b39c3d6df730e4c8f89e5d10a2be8b507a58e /testsuite/systemtap.examples/io/ioblktime.meta | |
parent | 67aada05e69728327de1c7b8aeeaa0193668bed8 (diff) | |
download | systemtap-steved-67f8611b9ed9e40a7be946601293ac5b42c52686.tar.gz systemtap-steved-67f8611b9ed9e40a7be946601293ac5b42c52686.tar.xz systemtap-steved-67f8611b9ed9e40a7be946601293ac5b42c52686.zip |
Replace systemtap.samples/ioblocktest.stp with ioblktime.stp.
Diffstat (limited to 'testsuite/systemtap.examples/io/ioblktime.meta')
-rw-r--r-- | testsuite/systemtap.examples/io/ioblktime.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/io/ioblktime.meta b/testsuite/systemtap.examples/io/ioblktime.meta new file mode 100644 index 00000000..18a8b168 --- /dev/null +++ b/testsuite/systemtap.examples/io/ioblktime.meta @@ -0,0 +1,13 @@ +title: Average Time Block IO Requests Spend in Queue +name: ioblktime.stp +version: 1.0 +author: William Cohen +keywords: io +subsystem: kernel +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. +test_check: stap -p4 ioblktime.stp +test_installcheck: stap ioblktime.stp -c "sleep 1" |