blob: 89561e713db3cbd4e4c27b0ab0a0f7cf1d48ffe6 (
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 `stat -c "0x%D" /`
test_installcheck: stap traceio2.stp `stat -c "0x%D" /` -c "sleep 1"
|