summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-06-19 11:33:29 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-06-19 11:33:29 -0400
commite6b653c8c2e63d54a3b33036130a6d8272680f54 (patch)
tree93379f2e98991bcaf618e5b0086f374fe52c5734 /testsuite/systemtap.examples/index.txt
parenteeb77fbbbd6494ec8b4496cb4e12104cb1c0e4e2 (diff)
downloadsystemtap-steved-e6b653c8c2e63d54a3b33036130a6d8272680f54.tar.gz
systemtap-steved-e6b653c8c2e63d54a3b33036130a6d8272680f54.tar.xz
systemtap-steved-e6b653c8c2e63d54a3b33036130a6d8272680f54.zip
Add froktracker.stp example.
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 95e81435..caf1a5ff 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -224,6 +224,14 @@ keywords: process syscall
in the report, default 20).
+process/forktracker.stp - Trace Creation of Processes
+keywords: process scheduler
+
+ 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.
+
+
process/futexes.stp - System-Wide Futex Contention
keywords: syscall locking futex