summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/iotop.meta
blob: d5331eda812017b3776ead615426261ca48e2a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Periodically Print I/O Activity by Process Name
name: iotop.stp
version: 1.0
author: anonymous
keywords: io
subsystem: io
status: production
exit: user-controlled
output: timed
scope: system-wide
description: Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in descending order.
test_check: stap -p4 iotop.stp
test_installcheck: stap iotop.stp -c "sleep 1"