diff options
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r-- | testsuite/systemtap.examples/keyword-index.txt | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt index cf69893d..4e1d31cd 100644 --- a/testsuite/systemtap.examples/keyword-index.txt +++ b/testsuite/systemtap.examples/keyword-index.txt @@ -321,15 +321,6 @@ keywords: io monitoring first few sectors of a raw block device. -io/nfs_func_log.stp - Print Log of NFS Functions Used -keywords: io - - The nfs_func_log.stp script logs the uses of NFS functions in the - kernel. The output is a trace. Each line contains the time stamp, - the process name, and the process number followed by the function - name. - - io/nfs_func_users.stp - Tally the Number of NFS Functions Used by Each Process keywords: io profiling @@ -355,7 +346,7 @@ keywords: io io/ttyspy.stp - Monitor tty typing. -keywords: io tty per-process monitor +keywords: io tty per-process monitoring The ttyspy.stp script uses tty_audit hooks to monitor recent typing activity on the system, printing a scrolling record of recent @@ -516,17 +507,16 @@ keywords: network tcp buffer memory is room in the buffer. -= MONITOR = - -io/ttyspy.stp - Monitor tty typing. -keywords: io tty per-process monitor += MONITORING = - The ttyspy.stp script uses tty_audit hooks to monitor recent typing - activity on the system, printing a scrolling record of recent - keystrokes, on a per-tty basis. +general/varwatch.stp - Watch a variable changing value in a thread. +keywords: monitoring + This script places a set of probes (specified by $1), each of which + monitors the state of some context $variable expression (specified by + $2). Whenever the value changes, with respect to the active thread, + the event is traced. -= MONITORING = io/mbrwatch.stp - Monitor read/write of MBR (boot sector) area of block devices keywords: io monitoring @@ -535,6 +525,14 @@ keywords: io monitoring first few sectors of a raw block device. +io/ttyspy.stp - Monitor tty typing. +keywords: io tty per-process monitoring + + The ttyspy.stp script uses tty_audit hooks to monitor recent typing + activity on the system, printing a scrolling record of recent + keystrokes, on a per-tty basis. + + = NETWORK = network/autofs4.stp - Watch autofs4 operations @@ -647,7 +645,7 @@ keywords: memory numa = PER-PROCESS = io/ttyspy.stp - Monitor tty typing. -keywords: io tty per-process monitor +keywords: io tty per-process monitoring The ttyspy.stp script uses tty_audit hooks to monitor recent typing activity on the system, printing a scrolling record of recent @@ -1202,7 +1200,7 @@ keywords: network traffic = TTY = io/ttyspy.stp - Monitor tty typing. -keywords: io tty per-process monitor +keywords: io tty per-process monitoring The ttyspy.stp script uses tty_audit hooks to monitor recent typing activity on the system, printing a scrolling record of recent |