diff options
author | William Cohen <wcohen@redhat.com> | 2009-06-19 11:33:29 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-06-19 11:33:29 -0400 |
commit | e6b653c8c2e63d54a3b33036130a6d8272680f54 (patch) | |
tree | 93379f2e98991bcaf618e5b0086f374fe52c5734 /testsuite/systemtap.examples/index.html | |
parent | eeb77fbbbd6494ec8b4496cb4e12104cb1c0e4e2 (diff) | |
download | systemtap-steved-e6b653c8c2e63d54a3b33036130a6d8272680f54.tar.gz systemtap-steved-e6b653c8c2e63d54a3b33036130a6d8272680f54.tar.xz systemtap-steved-e6b653c8c2e63d54a3b33036130a6d8272680f54.zip |
Add froktracker.stp example.
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 a5fddb4e..c485713c 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -112,6 +112,9 @@ keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-inde <li><a href="process/errsnoop.stp">process/errsnoop.stp</a> - tabulate system call errors<br> keywords: <a href="keyword-index.html#PROCESS">PROCESS</a> <a href="keyword-index.html#SYSCALL">SYSCALL</a> <br> <p>The script prints a periodic tabular report about failing system calls, by process and by syscall failure. The first optional argument specifies the reporting interval (in seconds, default 5); the second optional argument gives a screen height (number of lines in the report, default 20).</p></li> +<li><a href="process/forktracker.stp">process/forktracker.stp</a> - Trace Creation of Processes<br> +keywords: <a href="keyword-index.html#PROCESS">PROCESS</a> <a href="keyword-index.html#SCHEDULER">SCHEDULER</a> <br> +<p>The forktracker.stp script prints out a time-stamped entry showing each fork and exec operation on the machine. This can be useful for determine what process is creating a flurry of short-lived processes.</p></li> <li><a href="process/futexes.stp">process/futexes.stp</a> - System-Wide Futex Contention<br> keywords: <a href="keyword-index.html#SYSCALL">SYSCALL</a> <a href="keyword-index.html#LOCKING">LOCKING</a> <a href="keyword-index.html#FUTEX">FUTEX</a> <br> <p>The script watches the futex syscall on the system. On exit the futexes address, the number of contentions, and the average time for each contention on the futex are printed from lowest pid number to highest.</p></li> |