From 7f79ea13a0f64573ce13353257d322ae49ef0c27 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 24 Apr 2008 12:20:13 -0400 Subject: Move examples to testsuite/systemtap.examples --- testsuite/systemtap.examples/iostat-scsi.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testsuite/systemtap.examples/iostat-scsi.txt (limited to 'testsuite/systemtap.examples/iostat-scsi.txt') diff --git a/testsuite/systemtap.examples/iostat-scsi.txt b/testsuite/systemtap.examples/iostat-scsi.txt new file mode 100644 index 00000000..8222f659 --- /dev/null +++ b/testsuite/systemtap.examples/iostat-scsi.txt @@ -0,0 +1,14 @@ +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 -- cgit