diff options
author | Jim Keniston <jkenisto@us.ibm.com> | 2008-11-19 13:54:18 -0800 |
---|---|---|
committer | Jim Keniston <jkenisto@us.ibm.com> | 2008-11-19 13:54:18 -0800 |
commit | bf518e4d572e643af0da2beec97a4bc3a780be49 (patch) | |
tree | 5e9d732a1265be838f9965bed813aa019778ae41 /testsuite/systemtap.examples/process | |
parent | 50a0afbed803ab3e5eb1660e345ecc1d3fecc1f0 (diff) | |
parent | 5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d (diff) | |
download | systemtap-steved-bf518e4d572e643af0da2beec97a4bc3a780be49.tar.gz systemtap-steved-bf518e4d572e643af0da2beec97a4bc3a780be49.tar.xz systemtap-steved-bf518e4d572e643af0da2beec97a4bc3a780be49.zip |
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/process')
-rw-r--r-- | testsuite/systemtap.examples/process/sleepingBeauties.meta | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/testsuite/systemtap.examples/process/sleepingBeauties.meta b/testsuite/systemtap.examples/process/sleepingBeauties.meta index 95e08361..3338edbf 100644 --- a/testsuite/systemtap.examples/process/sleepingBeauties.meta +++ b/testsuite/systemtap.examples/process/sleepingBeauties.meta @@ -1,13 +1,7 @@ title: Generating Backtraces of Threads Waiting for IO Operations name: sleepingBeauties.stp -version: 1.0 -author: anonymous -keywords: io scheduler +keywords: io scheduler backtrace subsystem: scheduler -status: production -exit: user-controlled -output: trace -scope: system-wide -description: 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. +description: 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. test_check: stap -p4 sleepingBeauties.stp test_installcheck: stap sleepingBeauties.stp -c "sleep 1" |