diff options
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r-- | testsuite/systemtap.examples/keyword-index.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt index 01661cf1..853198d3 100644 --- a/testsuite/systemtap.examples/keyword-index.txt +++ b/testsuite/systemtap.examples/keyword-index.txt @@ -273,6 +273,13 @@ keywords: io 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 @@ -441,6 +448,15 @@ keywords: io tty per-process monitor keystrokes, on a per-tty basis. += MONITORING = + +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. + + = NETWORK = network/autofs4.stp - Watch autofs4 operations @@ -503,6 +519,14 @@ keywords: network tcp socket originator of the request. +network/tcp_trace.stp - Tcp connection tracing utility. +keywords: network trace + + This scripts traces a given tcp connection based on the filter + parameters given by the user. The indexing is done by the 4 tuples + local address, remote address, local port, remote port. + + network/tcpdumplike.stp - Dump of Received TCP Packets keywords: network traffic @@ -974,6 +998,14 @@ keywords: trace callgraph the trigger. +network/tcp_trace.stp - Tcp connection tracing utility. +keywords: network trace + + This scripts traces a given tcp connection based on the filter + parameters given by the user. The indexing is done by the 4 tuples + local address, remote address, local port, remote port. + + = TRACEPOINT = network/dropwatch.stp - Watch Where Socket Buffers are Freed in the Kernel |