diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-07-17 18:05:25 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-07-17 18:05:25 -0400 |
commit | 8b88e7710d8a0f6ddfa4bb6523e5f1fe8d6576ff (patch) | |
tree | 4254c4baa1f2b16bec850515741ce8d1b90cb6f6 /testsuite/systemtap.examples/index.html | |
parent | 99975394710f2069e28738de0c97c28d0c717d61 (diff) | |
download | systemtap-steved-8b88e7710d8a0f6ddfa4bb6523e5f1fe8d6576ff.tar.gz systemtap-steved-8b88e7710d8a0f6ddfa4bb6523e5f1fe8d6576ff.tar.xz systemtap-steved-8b88e7710d8a0f6ddfa4bb6523e5f1fe8d6576ff.zip |
regenerate example indexes
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 41c9855e..2b72fab9 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -100,6 +100,9 @@ keywords: <a href="keyword-index.html#MEMORY">MEMORY</a> <a href="keyword-index. <li><a href="memory/pfaults.stp">memory/pfaults.stp</a> - Generate Log of Major and Minor Page Faults<br> keywords: <a href="keyword-index.html#MEMORY">MEMORY</a> <br> <p>The pfaults.stp script generates a simple log for each major and minor page fault that occurs on the system. Each line contains a timestamp (in microseconds) when the page fault servicing was completed, the pid of the process, the address of the page fault, the type of access (read or write), the type of fault (major or minor), and the elapsed time for page fault. This log can be examined to determine where the page faults are occuring.</p></li> +<li><a href="network/autofs4.stp">network/autofs4.stp</a> - Watch autofs4 operations<br> +keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-index.html#AUTOFS">AUTOFS</a> <a href="keyword-index.html#NFS">NFS</a> <br> +<p>Trace key autofs4 operations such as mounting or unmounting remote filesystems.</p></li> <li><a href="network/dropwatch.stp">network/dropwatch.stp</a> - Watch Where Socket Buffers are Freed in the Kernel<br> keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-index.html#TRACEPOINT">TRACEPOINT</a> <a href="keyword-index.html#BUFFER">BUFFER</a> <a href="keyword-index.html#FREE">FREE</a> <br> <p>Every five seconds the dropwatch.stp script lists the number of socket buffers freed at locations in the kernel.</p></li> |