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

Source: Internet
Author: User

CPU Total Cores = number of physical CPUs * Number of cores per physical CPU
Total logical CPUs = number of physical CPUs * Number of cores per physical CPU * Number of hyper-threads

View CPU information (model) [[email protected] ~]# Cat/proc/cpuinfo | grep name | Cut-f2-d: | Uniq-c         Intel (R) Xeon (r) CPU e5-2630 0 @ 2.30ghz# View number of physical CPUs [[email protected] ~]# cat/proc/cpuinfo| grep "Phys ical id "| Sort| uniq| wc-l2# View the number of cores in each physical CPU (that is, the number of nuclei) [[email protected] ~]# cat/proc/cpuinfo| grep "CPU Cores" | UNIQCPU cores    : 6# See the number of logical CPUs [[email protected] ~]# cat/proc/cpuinfo| grep "Processor" | wc-l24

That's what this is all about, see CPU architecture

Multiple physical CPU,CPU communicate over the bus with low efficiency, as follows:

Multicore CPUs, different cores communicate via L2 cache, storage and peripherals communicate with the CPU via the bus, as follows:

Multicore hyper-threading, each core has two logical processing units, and two cores share a nuclear resource, as follows:

Judging from the results above, I'm using a CPU that has 2 * 6 = 12 cores, 2 hyper-threads per core, so there are 24 logical CPUs.

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.