diff options
author | William Cohen <wcohen@localhost.localdomain> | 2008-04-24 12:20:13 -0400 |
---|---|---|
committer | William Cohen <wcohen@localhost.localdomain> | 2008-04-24 12:20:13 -0400 |
commit | 7f79ea13a0f64573ce13353257d322ae49ef0c27 (patch) | |
tree | 60de8da5af4c2bcc26abfb9430fdca66bdc20b98 /examples/iostat-scsi.txt | |
parent | f90f92615df6ff2a62282359281889597e5dbf17 (diff) | |
download | systemtap-steved-7f79ea13a0f64573ce13353257d322ae49ef0c27.tar.gz systemtap-steved-7f79ea13a0f64573ce13353257d322ae49ef0c27.tar.xz systemtap-steved-7f79ea13a0f64573ce13353257d322ae49ef0c27.zip |
Move examples to testsuite/systemtap.examples
Diffstat (limited to 'examples/iostat-scsi.txt')
-rw-r--r-- | examples/iostat-scsi.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/iostat-scsi.txt b/examples/iostat-scsi.txt deleted file mode 100644 index 8222f659..00000000 --- a/examples/iostat-scsi.txt +++ /dev/null @@ -1,14 +0,0 @@ -From: http://sourceware.org/systemtap/wiki/WSiostatSCSI - -# stap -g 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 |