summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/traceio2.meta
blob: 4b63108c2e8f333c63141ddf91af24afeb4a8f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Watch I/O Activity on a Particular Device
name: traceio2.stp
version: 1.0
author: Red Hat
keywords: io
subsystem: io
status: production
exit: user-controlled
output: trace
scope: system-wide
description: Print out the executable name and process number as reads and writes to the specified device occur.
test_check: stap -p4 traceio2.stp 0x0801
test_installcheck: stap traceio2.stp 0x0801 -c "sleep 1"