We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cdff7 commit db4c9abCopy full SHA for db4c9ab
command/mpstat.md
@@ -24,6 +24,15 @@ mpstat(选项)(参数)
24
* 间隔时间:每次报告的间隔时间(秒);
25
* 次数:显示报告的次数。
26
27
+### 表头含义
28
+* %user:表示处理用户进程所使用 CPU 的百分比。
29
+* %nice:表示使用 nice 命令对进程进行降级时 CPU 的百分比。
30
+* %system:表示内核进程使用的 CPU 百分比。
31
+* iowait:表示等待进行I/O所占用CPU时间百分比。
32
+* irq:表示用于处理系统中断的CPU百分比。
33
+* soft:表示用于处理软件中断的CPU百分比。
34
+* idle:CPU的空闲时间百分比。
35
+
36
### 实例
37
38
当mpstat不带参数时,输出为从系统启动以来的平均值。
0 commit comments