summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/traceio.meta
blob: da0b99f3d9bc1a090045aafbb03ec88667bc589a (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 1"