summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/traceio.meta
blob: a82a26aadef2e8c192d39347823da923720fd80e (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 decending order based on cumulative I/O traffic observed.
test_check: stap -p4 traceio.stp
test_installcheck: stap traceio.stp -c "sleep 1"