From ca947d81acf86cd346f139316e1287dcf42160de Mon Sep 17 00:00:00 2001 From: ddomingo Date: Tue, 2 Sep 2008 09:57:46 +1000 Subject: added all else --- doc/BeginnersGuide/en-US/Useful_Scripts-IO.xml | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/BeginnersGuide/en-US/Useful_Scripts-IO.xml (limited to 'doc/BeginnersGuide/en-US/Useful_Scripts-IO.xml') diff --git a/doc/BeginnersGuide/en-US/Useful_Scripts-IO.xml b/doc/BeginnersGuide/en-US/Useful_Scripts-IO.xml new file mode 100644 index 00000000..e6271b06 --- /dev/null +++ b/doc/BeginnersGuide/en-US/Useful_Scripts-IO.xml @@ -0,0 +1,27 @@ + + +
+ I/O Subsystem + + http://sourceware.org/systemtap/examples/subsystem-index.html + + + + Tally Reschedule Reason During AIO io_submit Call - http://sourceware.org/systemtap/examples/io/io_submit.stp + + + + Periodically Print I/O Activity by Process Name - http://sourceware.org/systemtap/examples/io/iotop.stp + + + + Track Cumulative I/O Activity by Process Name - + http://sourceware.org/systemtap/examples/io/traceio.stp + + + + Watch I/O Activity on a Particular Device + http://sourceware.org/systemtap/examples/io/traceio2.stp + +
-- cgit