Update mpstat.md (#378)

补充表头字段含义
This commit is contained in:
watt 2022-06-22 10:02:42 +08:00 committed by GitHub
parent 27cdff7351
commit db4c9abe4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@ mpstat(选项)(参数)
* 间隔时间:每次报告的间隔时间(秒);
* 次数:显示报告的次数。
### 表头含义
* %user表示处理用户进程所使用 CPU 的百分比。
* %nice表示使用 nice 命令对进程进行降级时 CPU 的百分比。
* %system表示内核进程使用的 CPU 百分比。
* iowait表示等待进行I/O所占用CPU时间百分比。
* irq表示用于处理系统中断的CPU百分比。
* soft表示用于处理软件中断的CPU百分比。
* idleCPU的空闲时间百分比。
### 实例
当mpstat不带参数时输出为从系统启动以来的平均值。