us: is meaning of "user CPU time"
sy: is meaning of "system CPU time"
ni: is meaning of" nice CPU time"
id: is meaning of "idle"
wa: is meaning of "iowait"
hi:is meaning of "hardware Interrupt Request"
si : is meaning of "software Interrupt Request"
st : is meaning of "steal time"
中文翻译为:
us 用户空间占用CPU百分比
sy 内核空间占用CPU百分比
ni 用户进程空间内改变过优先级的进程占用CPU百分比
id 空闲CPU百分比
wa 等待输入输出的CPU时间百分比
hi 硬件中断
si 软件中断
Linux命令top的cup参数翻译
最新推荐文章于 2024-07-10 19:56:29 发布
本文详细解释了CPU时间百分比的各项指标含义,包括用户空间、内核空间、优先级调整进程、空闲、I/O等待、硬件及软件中断等占用情况。
292

被折叠的 条评论
为什么被折叠?



