diff options
Diffstat (limited to 'doc/BeginnersGuide/en-US/Useful_Scripts-Others.xml')
-rw-r--r-- | doc/BeginnersGuide/en-US/Useful_Scripts-Others.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/BeginnersGuide/en-US/Useful_Scripts-Others.xml b/doc/BeginnersGuide/en-US/Useful_Scripts-Others.xml new file mode 100644 index 00000000..c92eb2bd --- /dev/null +++ b/doc/BeginnersGuide/en-US/Useful_Scripts-Others.xml @@ -0,0 +1,25 @@ +<?xml version='1.0'?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +]> + + +<section id="useful-others"> + <title>Other Useful Scripts</title> + <remark> + http://sourceware.org/systemtap/examples/subsystem-index.html + </remark> + + <remark> + SCHEDULER - Generating Backtraces of Threads Waiting for IO Operations - http://sourceware.org/systemtap/examples/process/sleepingBeauties.stp + </remark> + + <remark> + LOCKING - System-Wide Futex Contention - http://sourceware.org/systemtap/examples/process/futexes.stp + </remark> + + <remark> + CPU - Graphing Disk and CPU Utilization - http://sourceware.org/systemtap/examples/general/graphs.stp + </remark> + + + </section>
\ No newline at end of file |