MAN page from openSUSE Tumbleweed iops-0.006-1.114.noarch.rpm
App::Iops
Section: User Contributed Perl Documentation (3)
Updated: 2012-03-18
Index NAME
App::Iops - Show process I/O operations
VERSION
version 0.006
SYNOPSIS
iops [options] --pid [pid] --help
DESCRIPTION
Summarize a process's I/O operations in real time.
Attach to an existing process:
$ iops -p 3251 read /dev/random............................... write /var/log/message.. close /dev/random
API
Methods are still subject to change.
new
Returns a new object.
- help
use App::Iops; App::Iops->new( 'help' )->run;
Prints the help and exits. This is very side-effectful. This mightthrow exceptions.
- pid => $pid
use App::Iops; App::Iops->new( pid => $a_pid )->run;
Associates a process id to attach to.
run
Actually executes whatever action was requested.
THANKS TO
Thanks to the following people:
- Alan Haggai Alavi
Index
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- API
- new
- run
- THANKS TO
This document was created byman2html,using the manual pages.