ioping: add page

waldyrious/alt-syntax
Felix Yan 2015-12-28 17:36:54 +08:00
parent a067f4d3ae
commit 9e2ad549a7
1 changed files with 19 additions and 0 deletions

19
pages/common/ioping.md Normal file
View File

@ -0,0 +1,19 @@
# ioping
> monitor I/O latency in real time
- 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/sda.
`ioping -R /dev/sda`
- Measure disk sequential speed on /dev/sda.
`ioping -RL /dev/sda`