summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/traceio.meta
blob: 77e7f5df14082c83545c938de31d852c4b1e72ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Track Cumulative I/O Activity by Process Name
name: traceio.stp
version: 1.0
author: Red Hat
keywords: io
subsystem: io
status: production
exit: user-controlled
output: timed
scope: system-wide
description: Every second print out the top ten executables sorted in descending order based on cumulative I/O traffic observed.
test_check: stap -p4 traceio.stp
test_installcheck: stap traceio.stp -c "sleep 0.2"