summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.html
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-19 16:05:29 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-19 16:05:29 -0500
commit5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d (patch)
tree065a2db8cd8c32b7199bad89214670b31e95b252 /testsuite/systemtap.examples/index.html
parenta3ea7334517f241e50fd5b72c907707941524510 (diff)
parentcae71dd3a6b166e054d7c0fe522a7541bcb0097f (diff)
downloadsystemtap-steved-5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d.tar.gz
systemtap-steved-5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d.tar.xz
systemtap-steved-5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r--testsuite/systemtap.examples/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html
index d6b1c99b..54305057 100644
--- a/testsuite/systemtap.examples/index.html
+++ b/testsuite/systemtap.examples/index.html
@@ -93,8 +93,8 @@ subsystems: signals, keywords: signals<br>
subsystems: signals, keywords: signals<br>
<p>The script watches for a particular signal sent to a specific process. When that signal is sent to the specified process, the script prints out the PID and executable of the process sending the signal, the PID and executable name of the process receiving the signal, and the signal number and name.</p></li>
<li><a href="process/sleepingBeauties.stp">process/sleepingBeauties.stp</a> - Generating Backtraces of Threads Waiting for IO Operations<br>
-subsystems: scheduler, keywords: io scheduler<br>
-<p>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.</p></li>
+subsystems: scheduler, keywords: io scheduler backtrace<br>
+<p>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.</p></li>
<li><a href="process/sleeptime.stp">process/sleeptime.stp</a> - Trace Time Spent in nanosleep Syscalls<br>
subsystems: syscall, keywords: syscall sleep<br>
<p>The script watches each nanosleep syscall on the system. At the end of each nanosleep syscall the script prints out a line with a timestamp in microseconds, the pid, the executable name in paretheses, the "nanosleep:" key, and the duration of the sleep in microseconds.</p></li>