summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.html
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-01-28 17:32:26 -0500
committerDave Brolley <brolley@redhat.com>2009-01-28 17:32:26 -0500
commit83e08fc5458e8196d5f0ed5790f9f7de77a80bb6 (patch)
tree15618178034c68be6af0c84800935d9f542de151 /testsuite/systemtap.examples/keyword-index.html
parentcbac7162a67d401506a35757b057aae43bf79e73 (diff)
parent852b1d5c70186dbadd55d081d8547c76bcdf1d29 (diff)
downloadsystemtap-steved-83e08fc5458e8196d5f0ed5790f9f7de77a80bb6.tar.gz
systemtap-steved-83e08fc5458e8196d5f0ed5790f9f7de77a80bb6.tar.xz
systemtap-steved-83e08fc5458e8196d5f0ed5790f9f7de77a80bb6.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.html')
-rw-r--r--testsuite/systemtap.examples/keyword-index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.html b/testsuite/systemtap.examples/keyword-index.html
index 61112579..34dedc9a 100644
--- a/testsuite/systemtap.examples/keyword-index.html
+++ b/testsuite/systemtap.examples/keyword-index.html
@@ -141,6 +141,9 @@ keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <a href="keyword-
<li><a href="profiling/thread-times.stp">profiling/thread-times.stp</a> - Profile kernel functions<br>
keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
<p>The thread-times.stp script sets up time-based sampling. Every five seconds it prints out a sorted list with the top twenty processes with samples broken down into percentage total time spent in user-space and kernel-space.</p></li>
+<li><a href="profiling/timeout.stp">profiling/timeout.stp</a> - Show Processes Doing Polling Operations<br>
+keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
+<p>The timeout.stp script is based on a blog entry (http://udrepper.livejournal.com/19041.html) mentioning a need for a tool to help developers find applications that are polling. The timeout.stp script monitors systemcall used for polling and records the systemcalls that timed out rather than returned because some action occurred. The script updates the screen once a second with the top twenty processes.</p></li>
</ul>
<h3><a name="READ">READ</a></h3>
<ul>