diff options
author | fche <fche> | 2007-01-02 04:33:41 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-02 04:33:41 +0000 |
commit | 7ad9d4f58308c4d8f35f2212ce82212301dfeeff (patch) | |
tree | d5eaf2ca091067ea5f95ef4fad47e5921f02a265 /examples/iostat-scsi.txt | |
parent | 6f313a734d26b13cb77de68638dc1b9913891c07 (diff) | |
download | systemtap-steved-7ad9d4f58308c4d8f35f2212ce82212301dfeeff.tar.gz systemtap-steved-7ad9d4f58308c4d8f35f2212ce82212301dfeeff.tar.xz systemtap-steved-7ad9d4f58308c4d8f35f2212ce82212301dfeeff.zip |
2007-01-01 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Bump version to 0.5.12 for release.
* configure: Regenerated.
* NEWS, AUTHORS: Populate & repopulate.
* examples/*: Added several .stp/.txt files from the wiki.
Diffstat (limited to 'examples/iostat-scsi.txt')
-rw-r--r-- | examples/iostat-scsi.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/iostat-scsi.txt b/examples/iostat-scsi.txt new file mode 100644 index 00000000..81157b1d --- /dev/null +++ b/examples/iostat-scsi.txt @@ -0,0 +1,14 @@ +From: http://sourceware.org/systemtap/wiki/WSiostatSCSI + +# stap iostat-scsi.stp 10 # seconds between reports + Device: tps blk_read/s blk_wrtn/s blk_read blk_wrtn + sda 1.30 2.40 105.60 24 1056 + + sda 0.30 0.00 4.00 0 40 + + sda 21.30 1.60 428.80 16 4288 + + sda 30.40 2820.80 11.60 28208 116 + + sda 38.10 2816.80 53.60 28168 536 +^C |