Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsumotory/piotop
piotop
https://github.com/matsumotory/piotop
Last synced: about 2 months ago
JSON representation
piotop
- Host: GitHub
- URL: https://github.com/matsumotory/piotop
- Owner: matsumotory
- Created: 2012-04-25T03:03:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T09:02:11.000Z (almost 11 years ago)
- Last Synced: 2024-10-18T18:19:53.879Z (3 months ago)
- Language: Perl
- Size: 219 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What's piotop.pl
device I/O per process monitoring tool.## Setup
Install required modules.
./setup.sh
## How to use
* command
# ./iotop
* output I/O list per 3 seconds.
-- Every 3 sec --
14:55:06 up 3 days, 9:05, 5 users, load average: 1.03, 1.06, 0.82
pid state read write command cwd_path
3292 D (disk sleep) 0bps 16Mbps dd /root
32373 S (sleeping) 0bps 746Kbps btrfs-endio-wri /
1940 S (sleeping) 0bps 10Kbps flush-btrfs-4 /
892 S (sleeping) 0bps 0bps sedispatch /
882 S (sleeping) 0bps 0bps acpid /* usage
usage: ./piotop.pl [--line|-l LINE] [--interval|-i INTERVAL] [--sortorder|-s SORT] [--count|-c COUNT] [--zero|-z]
-l, --line output lines (default 20)
-i, --interval check interval (default 3)
-s, --sort sort order: read, write (default read)
-c, --count count (default no limit)
-z, --nozero don't print zero value
-h, --help display this help and exit
-v, --version display version and exit