Linux - How to find cpu information, Check cpu details
How to find cpu information
How to find cpu information
Linux CPU information is stored in /proc/cpuinfo, we can check our Linux CPU information by issue following command.
cat /proc/cpuinfo
The above command will print the CPU details of your server or local machine. You can find the memory information of your system by executing /proc/meminfo
cat /proc/meminfo
will print the memory information of your system.
The topic on Linux - How to find cpu information is posted by - Venki
Hope you have enjoyed, Linux - How to find cpu informationThanks for your time