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.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 1372afb0..72ae3633 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -148,14 +148,12 @@ subsystems: signals, keywords: signals
process/sleepingBeauties.stp - Generating Backtraces of Threads Waiting for IO Operations
-subsystems: scheduler, keywords: io scheduler
-
- The script monitor time threads spend waiting for IO operations (in
- "D" state) in the wait_for_completion function. If a thread spends
- over 10ms wall-clock time waiting, information is printed out
- describing the thread number and executable name. When slow the
- wait_for_completion function complete, backtraces for the long
- duration calls are printed out.
+subsystems: scheduler, keywords: io scheduler backtrace
+
+ The script monitors the time that threads spend waiting for IO
+ operations (in "D" state) in the wait_for_completion function. If a
+ thread spends over 10ms, its name and backtrace is printed, and later
+ so is the total delay.
process/sleeptime.stp - Trace Time Spent in nanosleep Syscalls