logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Monitor I/O Latency - Check Disk Speed | Online Free DevTools by Hexmos

Monitor I/O latency with ioping. Analyze disk read/write performance and identify bottlenecks. Free online tool, no registration required.

ioping

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|-count]}} 10 {{[-s|-size]}} 1M /tmp

  • Measure disk seek rate on /dev/sdX:

ioping {{[-R|-rapid]}} {{/dev/sdX}}

  • Measure disk sequential speed on /dev/sdX:

ioping {{[-RL|-rapid -linear]}} {{/dev/sdX}}

See Also