時(shí)間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
? 現(xiàn)在機(jī)器的cpu越來越復(fù)雜,一個(gè)cpu,經(jīng)常是幾個(gè)內(nèi)核,4,6,8都不是什么稀罕的事情。
當(dāng)年我公司購(gòu)買一臺(tái)8cpu的AMD服務(wù)器,雙核,當(dāng)時(shí)看到cpu很壯觀,16個(gè)cpu。
現(xiàn)在一臺(tái)普通的2U的服務(wù)器,都可能看到這種場(chǎng)景。
http://planet.admon.org/howto/about-cpu-the-logical-and-physical-cores/
There are some commands here to help identify these type of information quickly on a running Linux:
Total amount of processors including the logical ones:
# cat /proc/cpuinfo | grep "processor"| wc -l
Total amount of CPU package:
# cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l
How many cores for each CPU. (Here we should call CPU as physical package as we mentioned above):
# cat /proc/cpuinfo | grep "cpu cores" | wc -l
For each physical CPU, the amount of Logical CPU (the logical CPU can be physical cores, soft cores like threaded, or both).
# cat /proc/cpuinfo | grep "siblings"
關(guān)鍵詞標(biāo)簽:linux
相關(guān)閱讀
熱門文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶端配置 Linux操作系統(tǒng)修改IP
人氣排行 Linux下獲取CPUID、硬盤序列號(hào)與MAC地址 dmidecode命令查看內(nèi)存型號(hào) linux tc實(shí)現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機(jī)、重啟、注銷 命令 查看linux服務(wù)器硬盤IO讀寫負(fù)載