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.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index b53e776f..c0082e36 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -337,6 +337,16 @@ keywords: process syscall
in the report, default 20).
+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.
+
+
= PROFILING =
io/iostats.stp - List Executables Reading and Writing the Most Data
@@ -417,6 +427,16 @@ keywords: syscall read write time io
= SCHEDULER =
+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/sleepingBeauties.stp - Generating Backtraces of Threads Waiting for IO Operations
keywords: io scheduler backtrace
@@ -606,6 +626,16 @@ keywords: syscall read write time io
syscalls.
+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.
+
+
= TRACE =
general/para-callgraph.stp - Callgraph tracing with arguments
@@ -628,6 +658,16 @@ keywords: network tracepoint buffer free
socket buffers freed at locations in the kernel.
+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.
+
+
= TRAFFIC =
network/nettop.stp - Periodic Listing of Processes Using Network Interfaces