diff options
author | ddomingo <ddomingo@redhat.com> | 2008-09-02 09:57:46 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-09-02 09:57:46 +1000 |
commit | ca947d81acf86cd346f139316e1287dcf42160de (patch) | |
tree | d5396eb1c7ef9891707f59c972b799c5d8e512ca /doc/BeginnersGuide/en-US/Useful_Scripts-Others.xml | |
parent | 0565b404408de934e41a4343259068d27deb3ecb (diff) | |
download | systemtap-steved-ca947d81acf86cd346f139316e1287dcf42160de.tar.gz systemtap-steved-ca947d81acf86cd346f139316e1287dcf42160de.tar.xz systemtap-steved-ca947d81acf86cd346f139316e1287dcf42160de.zip |
added all else
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 |