summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 3cb0c3cf..a940ccfa 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -266,6 +266,14 @@ keywords: profiling
top twenty processes.
+profiling/topsys.stp - Show Processes Doing Polling Operations
+keywords: profiling
+
+ 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.
+
+
= READ =
io/iotime.stp - Trace Time Spent in Read and Write for Files