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-Signals.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/BeginnersGuide/en-US/Useful_Scripts-Signals.xml (limited to 'doc/BeginnersGuide/en-US/Useful_Scripts-Signals.xml') diff --git a/doc/BeginnersGuide/en-US/Useful_Scripts-Signals.xml b/doc/BeginnersGuide/en-US/Useful_Scripts-Signals.xml new file mode 100644 index 00000000..a2668b6c --- /dev/null +++ b/doc/BeginnersGuide/en-US/Useful_Scripts-Signals.xml @@ -0,0 +1,25 @@ + + +
+ Signals + + http://sourceware.org/systemtap/examples/subsystem-index.html + + + + Signal Counts by Process ID - http://sourceware.org/systemtap/examples/process/sig_by_pid.stp + + + + Signal Counts by Process Name - http://sourceware.org/systemtap/examples/process/sig_by_proc.stp + + + + Track SIGKILL Signals - http://sourceware.org/systemtap/examples/process/sigkill.stp + + + + System-Wide Count of Syscalls by PID - http://sourceware.org/systemtap/examples/process/syscalls_by_pid.stp + +
\ No newline at end of file -- cgit