summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/process/sleepingBeauties.meta
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-11-19 14:57:07 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-11-19 14:57:07 -0500
commitcae71dd3a6b166e054d7c0fe522a7541bcb0097f (patch)
tree6cfc56218bf3a5f0e93031771621fa089d154389 /testsuite/systemtap.examples/process/sleepingBeauties.meta
parent31b66efe4089b417aad835a5b82d7a5c14ca6b05 (diff)
downloadsystemtap-steved-cae71dd3a6b166e054d7c0fe522a7541bcb0097f.tar.gz
systemtap-steved-cae71dd3a6b166e054d7c0fe522a7541bcb0097f.tar.xz
systemtap-steved-cae71dd3a6b166e054d7c0fe522a7541bcb0097f.zip
updated sleepingBeauties.meta, regenerated index
Diffstat (limited to 'testsuite/systemtap.examples/process/sleepingBeauties.meta')
-rw-r--r--testsuite/systemtap.examples/process/sleepingBeauties.meta10
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"