How to check the number of processors (CPUs) and cores by the Linux terminal?
How to check the number of processors (CPUs) and cores by the Linux terminal?
Another way to get this information is to extract it from /proc/cpuinfo
.
~$ grep -c processor /proc/cpuinfo