summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.html
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-02-02 14:21:25 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-02-02 14:21:25 -0500
commit1bf72dfea404434f954214298367817d5c591903 (patch)
treed2775acea2d9fc2f01fcf731d3d432eb942b3e0d /testsuite/systemtap.examples/index.html
parent492d227f2caa558c4fdcd4e7aae65cf32b4549cc (diff)
downloadsystemtap-steved-1bf72dfea404434f954214298367817d5c591903.tar.gz
systemtap-steved-1bf72dfea404434f954214298367817d5c591903.tar.xz
systemtap-steved-1bf72dfea404434f954214298367817d5c591903.zip
Revised topsys.stp and moved to the testsuite/systemtap.examples directory.
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r--testsuite/systemtap.examples/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html
index 3395edca..e02ab867 100644
--- a/testsuite/systemtap.examples/index.html
+++ b/testsuite/systemtap.examples/index.html
@@ -121,6 +121,9 @@ keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
<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>
+<li><a href="profiling/topsys.stp">profiling/topsys.stp</a> - Show Processes Doing Polling Operations<br>
+keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
+<p> The topsys.stp script lists out the top twenty systemcalls for the previous 5 seconds. The output is sorted from most frequent to least frequent.</p></li>
</ul>
</td>
</tr>