summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/profiling/topsys.meta
blob: f764ee49ffa8d68b2414e7b0d37b386d64e30b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Show Processes Doing Polling Operations
name: topsys.stp
version: 1.0
author: anonymous
keywords: profiling
subsystem: kernel syscalls
status: production
exit: user-controlled
output: sorted-list
scope: system-wide
description:  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.
test_check: stap -p4 topsys.stp
test_installcheck: stap topsys.stp -c "sleep 0.2"