linux如何查看cpu型號
時間:
林輝766由 分享
linux如何查看cpu型號
linux系統(tǒng)下!想要查看下cpu型號!用什么方法查看好呢?下面由學(xué)習(xí)啦小編給你做出詳細(xì)的linux查看cpu型號方法介紹!希望對你有幫助!
linux查看cpu型號方法一
[root@subvm ~]# less /proc/cpuinfo |grep model
model : 4
model name : Intel(R) Xeon(TM) CPU 3.00GHz
model : 4
model name : Intel(R) Xeon(TM) CPU 3.00GHz
linux查看cpu型號方法二
都在/proc/ 下面
cpu信息在/proc/cpuinfo
啟動時間在/proc/uptime 單位是s
/proc/stat 里面有cpu執(zhí)行的時間,用戶態(tài),系統(tǒng)態(tài),空閑都有
linux查看cpu型號方法三
1、dmidecode命令可以實現(xiàn)
2、System Information 服務(wù)器品牌
3、Base Board Information 主板型號/主板信息
4、Processor Information CPU信息/CPU型號/CPU主頻
5、Cache Information 硬件和CPU緩存情況
6、Physical Memory Array 主板最大支持內(nèi)存
7、Memory Array Mapped Address 目前的內(nèi)存
8、On Board Device Information 顯卡型號
看了“ linux如何查看cpu型號”文章的還看了: