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.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 8305e208..4778afc7 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -390,6 +390,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/schedtimes.stp - Track Time Processes Spend in Various States using Tracepoints
keywords: process scheduler time tracepoint
@@ -480,6 +488,14 @@ keywords: syscall read write time io
= SCHEDULER =
+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/schedtimes.stp - Track Time Processes Spend in Various States using Tracepoints
keywords: process scheduler time tracepoint