Forrest logo
back to context overview

ioping

List of commands for ioping:

  • ioping:tldr:269e5 ioping: Measure latency on /tmp using 10 requests of 1 megabyte each.
    $ ioping -c 10 -s 1M /tmp
    try on your machine
    explain this command
  • ioping:tldr:4518b ioping: Measure disk sequential speed on `/dev/sdX`.
    $ ioping -RL ${-dev-sdX}
    try on your machine
    explain this command
  • ioping:tldr:5086b ioping: Measure disk seek rate on `/dev/sdX`.
    $ ioping -R ${-dev-sdX}
    try on your machine
    explain this command
  • ioping:tldr:b350b ioping: Show disk I/O latency using the default values and the current directory.
    $ ioping .
    try on your machine
    explain this command
back to context overview