Linux: number of physical CPUs, number of cores, number of logical CPUs, and number of linux _ PHP Tutorial

Source: Internet
Author: User
In Linux, you can view the number of physical CPUs, cores, logical CPUs, and linux. In Linux, when you view the number of physical CPUs, cores, and logical CPUs, we recommend that you enable the number of worker processes to 1 to 4 times the number of CPU cores. So I learned how to view the number of CPU cores. in Linux, I checked the number of physical CPUs, the number of cores, the number of logical CPUs, and the number of linux.

When learning swoole, it is recommended that the number of worker processes enabled is1-4Times. So I learned how to view the number of CPU cores.

# View the number of physical CPUs cat/proc/cpuinfo | grep "physical id" | sort | uniq | wc-l # view the number of each physical CPU core cat/proc/cpuinfo | grep "CPU cores "| uniq # check the number of logical CPUs cat/proc/cpuinfo | grep" processor "| wc-l

# View CPU information (model)
Cat/proc/cpuinfo | grep name | cut-f2-d: | uniq-c

When swoole is learned by worker, it is recommended that the number of worker processes enabled be 1-4 times the number of cpu cores. So I learned how to view the number of CPU cores...

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.