In this tutorial, How to you check CPU in Linux system.
Check CPU information use cat command
$ cat /proc/cpuinfo
Display the CPU architecture information use lscpu command
$ lscpu
The output terminal as below
use cpuid command show x86 CPU
$ cpuid
display Linux hardware information
$ sudo dmidecode processor type
Inxi tool command to display Linux system information
$ inxi -C
The output terminal as below
List Hardware Configuration use lshw tool
$ sudo lshw -C CPU
The output terminal as below
hwinfo is used to extract information about the hardware present on a Linux system
$ hwinfo -cpu
nproc command Printing number of processing units
$ nproc
The output terminal as below
Thanks for reading How to check CPU in Linux My blog Zimbra Mail Server,linux,bash script,centos,linux command I hope this is useful.