Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 541 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 541 Bytes

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>