tldr/pages/common/ioping.md

21 lines
425 B
Markdown
Raw Normal View History

2015-12-28 09:36:54 +00:00
# ioping
> 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
- Show disk I/O latency using the default values and the current directory:
2015-12-28 09:36:54 +00:00
`ioping .`
- 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`
- Measure disk seek rate on `/dev/sdX`:
2015-12-28 09:36:54 +00:00
`ioping -R {{/dev/sdX}}`
2015-12-28 09:36:54 +00:00
- Measure disk sequential speed on `/dev/sdX`:
2015-12-28 09:36:54 +00:00
`ioping -RL {{/dev/sdX}}`