ioping

simple disk I/0 latency measuring tool

  • 所有者: koct9i/ioping
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

ioping

A tool to monitor I/O latency in real time.
It shows disk latency in the same way as ping shows network latency.

Homepage: https://github.com/koct9i/ioping/
(migrated from http://code.google.com/p/ioping/)

Please send your patches, issues and questions to
https://github.com/koct9i/ioping/issues/

Supported OS

  • GNU/Linux
  • GNU/HURD
  • Windows
  • OS X
  • FreeBSD
  • DragonFlyBSD
  • OpenBSD

Packages

Examples

Show disk I/O latency using the default values and the current directory, until interrupted

$ ioping .
4096 bytes from . (ext4 /dev/sda3): request=1 time=0.2 ms
4096 bytes from . (ext4 /dev/sda3): request=2 time=0.2 ms
4096 bytes from . (ext4 /dev/sda3): request=3 time=0.3 ms
4096 bytes from . (ext4 /dev/sda3): request=4 time=12.7 ms
4096 bytes from . (ext4 /dev/sda3): request=5 time=0.3 ms
^C
--- . (ext4 /dev/sda3) ioping statistics ---
5 requests completed in 4794.0 ms, 364 iops, 1.4 MiB/s
min/avg/max/mdev = 0.2/2.8/12.7/5.0 ms

Measure disk seek rate (iops, avg)

$ ioping -R /dev/sda

--- /dev/sda (device 465.8 GiB) ioping statistics ---
186 requests completed in 3004.6 ms, 62 iops, 0.2 MiB/s
min/avg/max/mdev = 6.4/16.0/26.8/4.7 ms

Measure disk sequential speed (MiB/s)

$ ioping -RL /dev/sda

--- /dev/sda (device 465.8 GiB) ioping statistics ---
837 requests completed in 3004.1 ms, 292 iops, 72.9 MiB/s
min/avg/max/mdev = 2.0/3.4/28.9/2.0 ms

Authors

Licensed under GPLv3 (or later) http://www.gnu.org/licenses/gpl-3.0.txt

主要指标

概览
名称与所有者koct9i/ioping
主编程语言C
编程语言Makefile (语言数: 4)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2015-03-29 12:57:23
推送于2025-08-23 16:35:12
最后一次提交2025-06-28 19:21:18
发布数10
最新版本名称v1.3 (发布于 2022-08-24 11:41:28)
第一版名称v0.4 (发布于 )
用户参与
星数1k
关注者数27
派生数79
提交数259
已启用问题?
问题数37
打开的问题数0
拉请求数15
打开的拉请求数0
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?