diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-06-06 12:29:51 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-06-06 12:29:51 -0400 |
commit | b7f6cfc54e1d6db1d9475ac9cbeeb8ac0b7dada0 (patch) | |
tree | 2d9cc89da41ded67f8420dd9fe113ac1a162bc33 /testsuite/systemtap.examples/index.html | |
parent | 6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b (diff) | |
download | systemtap-steved-b7f6cfc54e1d6db1d9475ac9cbeeb8ac0b7dada0.tar.gz systemtap-steved-b7f6cfc54e1d6db1d9475ac9cbeeb8ac0b7dada0.tar.xz systemtap-steved-b7f6cfc54e1d6db1d9475ac9cbeeb8ac0b7dada0.zip |
ttyspy.stp: new sample script
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 e5673138..b2ed3a3a 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -82,6 +82,9 @@ keywords: <a href="keyword-index.html#IO">IO</a> <br> <li><a href="io/traceio2.stp">io/traceio2.stp</a> - Watch I/O Activity on a Particular Device<br> keywords: <a href="keyword-index.html#IO">IO</a> <br> <p>Print out the executable name and process number as reads and writes to the specified device occur.</p></li> +<li><a href="io/ttyspy.stp">io/ttyspy.stp</a> - Monitor tty typing.<br> +keywords: <a href="keyword-index.html#IO">IO</a> <a href="keyword-index.html#TTY">TTY</a> <a href="keyword-index.html#PER-PROCESS">PER-PROCESS</a> <a href="keyword-index.html#MONITOR">MONITOR</a> <br> +<p>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.</p></li> <li><a href="memory/kmalloc-top">memory/kmalloc-top</a> - Show Paths to Kernel Malloc (kmalloc) Invocations<br> keywords: <a href="keyword-index.html#MEMORY">MEMORY</a> <br> <p>The kmalloc-top perl program runs a small systemtap script to collect stack traces for each call to the kmalloc function and counts the time that each stack trace is observed. When kmalloc-top exits it prints out sorted list. The output can be be filtered to print only only the first stack traces (-t) stack traces with more a minimum counts (-m), or exclude certain stack traces (-e).</p></li> |