summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index fa344933..4eef904c 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -224,6 +224,16 @@ keywords: profiling
samples.
+process/schedtimes.stp - Track Time Processes Spend in Various States using Tracepoints
+keywords: process scheduler time tracepoint
+
+ The schedtimes.stp script instruments the scheduler to track the
+ amount of time that each process spends running, sleeping, queued,
+ and waiting for io. On exit the script prints out the accumulated
+ time for each state of processes observed. Optionally, this script
+ can be used with the '-c' or '-x' options to focus on a specific PID.
+
+
process/sig_by_pid.stp - Signal Counts by Process ID
keywords: signals