Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[Linux] CPU information query

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

# Total number of cores = number of physical CPU * number of cores per physical CPU

# Total number of logical CPU = number of physical CPU * number of cores per physical CPU * number of threads

# check the number of physical CPU

Cat / proc/cpuinfo | grep "physical id" | sort | uniq | wc-l

# check the number of core in each physical CPU (i.e. the number of cores)

Cat / proc/cpuinfo | grep "cpu cores" | uniq

# check the number of logical CPU

Cat / proc/cpuinfo | grep "processor" | wc-l

# View CPU information (model)

Cat / proc/cpuinfo | grep name | cut-f2-d: | uniq-c

# View memory information

# cat / proc/meminfo

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report