iostat:一个常见的系统性能监控工具/命令,用于查看CPU 使用情况以及磁盘/块设备 I/O(读写)统计信息(如吞吐量、I/O 等待、利用率等)。常用于 Linux/Unix 系统的排障与性能分析。(也常写作 *iostat(1)*,表示其命令手册条目)
/ˈaɪoʊstæt/
I ran iostat to check whether the disk was the bottleneck.
我运行了 iostat 来检查磁盘是否是性能瓶颈。
During the outage investigation, iostat showed high iowait and near-100% utilization on /dev/sda, which explained the slow response times.
在故障排查中,iostat 显示 iowait 很高且 /dev/sda 的利用率接近 100%,这解释了响应变慢的原因。
iostat 通常被解释为 I/O + stat(istics) 的合成缩写,字面意思是“输入/输出统计”。它属于系统监控工具家族,常见于 Unix-like 系统的性能工具集中(例如 sysstat 套件)。