檢視cpu是否開啟超執行緒

mhabbyo發表於2017-10-09
CPU 的超執行緒在bios裡面進行設定 centos7 預設已經開啟  如果邏輯核數是物理核數的兩倍 就是開啟了超執行緒

[root@localhost ~]# cat /proc/cpuinfo | grep "physical id" | sort | uniq
physical id     : 0
physical id     : 1
[root@localhost ~]# cat /proc/cpuinfo | grep "cores" | uniq
cpu cores       : 10
[root@localhost ~]# cat /proc/cpuinfo | grep "processor" | wc -l
40


40 = 10 *2 *2

是開啟了超執行緒

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29291882/viewspace-2145785/,如需轉載,請註明出處,否則將追究法律責任。

相關文章