links
/proc/cpuinfo contains all of the processor information for all current processors in your computer. This will include the speed,
the amount of on-chip cache, processor type, and how many cores. You can check the number of processors following the command on Linux.
| [root@myserver ~]# cat /proc/cpuinfo | grep processor | wc -l 16 |