[资源介绍]
The precise meaning of I/O wait time in Linux
For a given CPU, the I/O wait time is the time during which that CPU was idle (i.e. didn't execute any tasks) and there was at least one outstanding disk I/O operation requested by a task scheduled on that CPU (at the time it generated that I/O request).
* Linux 中 I/O 等待时间的精确含义