blob: 558539e3bdebd4cfd6ec3ea7c69b7b19f523b30c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
title: Watch I/O Activity on a Particular Device Simplified
name: traceio2-simple.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 8 5
test_installcheck: stap traceio2.stp 8 5 -c "sleep 1"
|