summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index ddf24471..0076afaa 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -243,3 +243,11 @@ 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.
+
+