我正在运行一个带有“Oracle Linux Server release 6.5”的 Linux 服务器,它与 RedHat 版本几乎相同。
我需要确定我的磁盘设备的延迟。
iostat 命令的手册页指出:
svctm
The average service time (in milliseconds) for I/O requests that were
issued to the device. Warning! Do not trust this field any more. This field
will be removed in a future sysstat version.
在此版本上建议使用什么来代替?内核版本是:3.8.13-16.2.1.el6uek.x86_64
我知道这个内核版本中的计数器不可靠,因此开发人员似乎不再信任这些数字。但是可以用什么来代替呢iostat
? ( /proc/diskstats
?)