查看cpu

Posted 以为是帅哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看cpu相关的知识,希望对你有一定的参考价值。

使用系统命令top即可看到如下类似信息:
Cpu(s):  0.0%us,  0.5%sy,  0.0%ni, 99.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
但不知什么含义?google之

中文翻译为:
si 软件中断


I try to explain  these:
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 irq"
si : is meaning of "software irq"
st : is meaning of "steal time"

us 用户空间占用CPU百分比
sy 内核空间占用CPU百分比
ni 用户进程空间内改变过优先级的进程占用CPU百分比
id 空闲CPU百分比
wa 等待输入输出的CPU时间百分比
hi 硬件中断
si 软件中断
 

以上是关于查看cpu的主要内容,如果未能解决你的问题,请参考以下文章

如何查看linux系统CPU信息

ubuntu怎么查看cpu的核数

cpu主频如何去查看

如何查看linux的物理cpu信息

cpu如何查看内存

如何查看CPU占用量