#!/usr/bin/perl

use App::Iops;
App::Iops->new( @ARGV )->run;
exit;

__END__

=head1 NAME

iops - Show process I/O operations

=head1 VERSION

version 0.003

=head1 SYNOPSIS

  iops <pid>

      --help

=head1 DESCRIPTION

Summarize a process's I/O operations in real time.