Skip to content

A utility to show device read/write utilization (Linux)

License

Notifications You must be signed in to change notification settings

rickyhewitt/ioratio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ioratio.py

A linux utility for displaying device IO & read % / write % ratio

Screenshot

Screenshot

Requirements

python3 pip

Installation

pip3 install -r requirements.txt

Example usage

Stats for /dev/sda1

ioratio.py /dev/sda1

Stats all sd* devices

ioratio.py /dev/sd

Watch all sd devices every 1 sec

watch -n1 ioratio.py /dev/sd

License

MIT License

Credit

Ricky Hewitt <rickyhewitt.dev>)

About

A utility to show device read/write utilization (Linux)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages