Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > e2ec330d3ecf5110b4aa890342e53d96 > files > 981

systemtap-client-2.1-2.fc17.i686.rpm

title: Generate Backtraces of Threads Waiting for IO Operations
name: sleepingBeauties.stp
version: 1.0
author: anonymous
keywords: io scheduler backtrace
subsystem: scheduler
status: proposed
exit: user-controlled
output: trace
scope: system-wide
description: The script monitors the time that threads spend in 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 0.2"