How Do You Find How Many CPUs You Are Using from a Command Prompt?

Problem scenario
You want to know how many CPUs your Linux server has. What do you do?

Solution
Try these commands:

sudo cat /proc/cpuinfo
sudo lscpu
sudo nproc
sudo dmidecode -t

Cyberciti.biz was the source of the content of this article.

Leave a comment

Your email address will not be published. Required fields are marked *