Linux view number of physical CPUs, number of cores, logical CPUs

Source: Internet
Author: User

#total number of cores = number of physical CPUs X number of cores per physical CPU#Total Logical CPUs = number of physical CPUs x number of cores per physical CPU X number of hyper-threads#To view the number of physical CPUscat/proc/cpuinfo| Grep"Physical ID"| Sort| uniq| WC-L#View the number of cores in each physical CPU (that is, the number of nuclei)cat/proc/cpuinfo| Grep"CPU Cores"|Uniq#View the number of logical CPUscat/proc/cpuinfo| Grep"Processor"| WC-L#View CPU information (model number)Cat/proc/cpuinfo | grep name | Cut-f2-d: | Uniq-c

A physically encapsulated CPU (judged by physical ID) can have multiple cores (differentiated by Core ID).

Each core can have multiple logical CPUs (judged by processor).

One core implements this core's own hyper-Threading technology through multiple logical CPUs.


That is, a physical core contains multiple logical CPUs

Ext.: https://www.cnblogs.com/emanlee/p/3587571.html

Linux view number of physical CPUs, number of cores, logical CPUs

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.