summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.html
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-01-28 16:03:01 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-01-28 16:03:01 -0500
commitff90b2974f841b92434cb46d89c39f08d01cc966 (patch)
tree72f653b6e9922ff727b6f747b87f222156d5b57e /testsuite/systemtap.examples/keyword-index.html
parentffaf6b84d9a3820d538e2d20df0e19e7fd0607d8 (diff)
downloadsystemtap-steved-ff90b2974f841b92434cb46d89c39f08d01cc966.tar.gz
systemtap-steved-ff90b2974f841b92434cb46d89c39f08d01cc966.tar.xz
systemtap-steved-ff90b2974f841b92434cb46d89c39f08d01cc966.zip
Add the polling timeout example and update the catalog.
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>