From ca947d81acf86cd346f139316e1287dcf42160de Mon Sep 17 00:00:00 2001 From: ddomingo Date: Tue, 2 Sep 2008 09:57:46 +1000 Subject: added all else --- .../en-US/Useful_Scripts-Syscalls.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/BeginnersGuide/en-US/Useful_Scripts-Syscalls.xml (limited to 'doc/BeginnersGuide/en-US/Useful_Scripts-Syscalls.xml') diff --git a/doc/BeginnersGuide/en-US/Useful_Scripts-Syscalls.xml b/doc/BeginnersGuide/en-US/Useful_Scripts-Syscalls.xml new file mode 100644 index 00000000..30c900ab --- /dev/null +++ b/doc/BeginnersGuide/en-US/Useful_Scripts-Syscalls.xml @@ -0,0 +1,29 @@ + + +
+ System Calls + + http://sourceware.org/systemtap/examples/subsystem-index.html + + + + Trace Time Spent in Read and Write for Files - http://sourceware.org/systemtap/examples/io/iotime.stp + + + + Trace Time Spent in nanosleep Syscalls - http://sourceware.org/systemtap/examples/process/sleeptime.stp + + + + System-Wide Count of Syscalls by PID - http://sourceware.org/systemtap/examples/process/syscalls_by_pid.stp + + + + System-Wide Count of Syscalls by Executable - http://sourceware.org/systemtap/examples/process/syscalls_by_proc.stp + + + + Trace Time Spent in wait4 Syscalls - http://sourceware.org/systemtap/examples/process/wait4time.stp + +
\ No newline at end of file -- cgit