summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index c0082e36..eee89e22 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -222,6 +222,14 @@ keywords: io
to the specified device occur.
+io/ttyspy.stp - Monitor tty typing.
+keywords: io tty per-process monitor
+
+ 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.
+
+
process/sleepingBeauties.stp - Generating Backtraces of Threads Waiting for IO Operations
keywords: io scheduler backtrace
@@ -267,6 +275,16 @@ keywords: memory
determine where the page faults are occuring.
+= MONITOR =
+
+io/ttyspy.stp - Monitor tty typing.
+keywords: io tty per-process monitor
+
+ 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/dropwatch.stp - Watch Where Socket Buffers are Freed in the Kernel
@@ -316,6 +334,14 @@ keywords: network traffic
= PER-PROCESS =
+io/ttyspy.stp - Monitor tty typing.
+keywords: io tty per-process monitor
+
+ 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/nettop.stp - Periodic Listing of Processes Using Network Interfaces
keywords: network traffic per-process
@@ -687,6 +713,16 @@ keywords: network traffic
source and destination ports, and flags.
+= TTY =
+
+io/ttyspy.stp - Monitor tty typing.
+keywords: io tty per-process monitor
+
+ 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.
+
+
= USE =
general/graphs.stp - Graphing Disk and CPU Utilization