diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-10-08 17:23:42 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-10-08 17:23:42 -0400 |
commit | 1beb508976ba5a79758ffe6e174f47a64225f449 (patch) | |
tree | e26446723a1682ff9d8c1c9b2eabf08f4eed0183 /testsuite/systemtap.examples/index.html | |
parent | 3620a030bc54971cc4cf85faaff7cb26710cd015 (diff) | |
download | systemtap-steved-1beb508976ba5a79758ffe6e174f47a64225f449.tar.gz systemtap-steved-1beb508976ba5a79758ffe6e174f47a64225f449.tar.xz systemtap-steved-1beb508976ba5a79758ffe6e174f47a64225f449.zip |
examples: regen indexes
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r-- | testsuite/systemtap.examples/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index b0d70509..f2b7066f 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -82,6 +82,9 @@ keywords: <a href="keyword-index.html#SYSCALL">SYSCALL</a> <a href="keyword-inde <li><a href="io/iotop.stp">io/iotop.stp</a> - Periodically Print I/O Activity by Process Name<br> keywords: <a href="keyword-index.html#IO">IO</a> <br> <p>Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in descending order.</p></li> +<li><a href="io/mbrwatch.stp">io/mbrwatch.stp</a> - Monitor read/write of MBR (boot sector) area of block devices<br> +keywords: <a href="keyword-index.html#IO">IO</a> <a href="keyword-index.html#MONITORING">MONITORING</a> <br> +<p> The mbrwatch.stp script reports any attempted reads/writes of the first few sectors of a raw block device.</p></li> <li><a href="io/traceio.stp">io/traceio.stp</a> - Track Cumulative I/O Activity by Process Name<br> keywords: <a href="keyword-index.html#IO">IO</a> <br> <p>Every second print out the top ten executables sorted in descending order based on cumulative I/O traffic observed.</p></li> |