2015-12-28 09:36:54 +00:00
|
|
|
# ioping
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Monitor I/O latency in real time.
|
2019-06-05 09:05:50 +01:00
|
|
|
> More information: <https://github.com/koct9i/ioping>.
|
2015-12-28 09:36:54 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Show disk I/O latency using the default values and the current directory:
|
2015-12-28 09:36:54 +00:00
|
|
|
|
|
|
|
`ioping .`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Measure latency on /tmp using 10 requests of 1 megabyte each:
|
2015-12-28 09:36:54 +00:00
|
|
|
|
|
|
|
`ioping -c 10 -s 1M /tmp`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Measure disk seek rate on /dev/sda:
|
2015-12-28 09:36:54 +00:00
|
|
|
|
|
|
|
`ioping -R /dev/sda`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Measure disk sequential speed on /dev/sda:
|
2015-12-28 09:36:54 +00:00
|
|
|
|
|
|
|
`ioping -RL /dev/sda`
|