ioping
Monitor I/O latency in real time. More information: <https://github.com/koct9i/ioping>.
Install
- All systems
-
curl cmd.cat/ioping.sh
- Debian
-
apt-get install ioping - Ubuntu
-
apt-get install ioping -
Alpine
-
apk add ioping - Arch Linux
-
pacman -S ioping - Kali Linux
-
apt-get install ioping - Fedora
-
dnf install ioping - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ioping - OS X
-
brew install ioping - Raspbian
-
apt-get install ioping - Docker
-
docker run cmd.cat/ioping iopingpowered by Commando
Monitor I/O latency in real time. More information: <https://github.com/koct9i/ioping>.
-
Show disk I/O latency using the default values and the current directory:
ioping . -
Measure latency on /tmp using 10 requests of 1 megabyte each:
ioping -c 10 -s 1M /tmp -
Measure disk seek rate on `/dev/sdX`:
ioping -R /dev/sdX -
Measure disk sequential speed on `/dev/sdX`:
ioping -RL /dev/sdX
© tl;dr; authors and contributors