From 1beb508976ba5a79758ffe6e174f47a64225f449 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 8 Oct 2009 17:23:42 -0400 Subject: examples: regen indexes --- testsuite/systemtap.examples/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/systemtap.examples/index.html') 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: SYSCALL io/iotop.stp - Periodically Print I/O Activity by Process Name
keywords: IO

Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in descending order.

+
  • io/mbrwatch.stp - Monitor read/write of MBR (boot sector) area of block devices
    +keywords: IO MONITORING
    +

    The mbrwatch.stp script reports any attempted reads/writes of the first few sectors of a raw block device.

  • io/traceio.stp - Track Cumulative I/O Activity by Process Name
    keywords: IO

    Every second print out the top ten executables sorted in descending order based on cumulative I/O traffic observed.

  • -- cgit