How to view processor details in Linux

Posted:  May 14th, 2016

 

To view the details of all the processors in the server, use the following procedure:

 

1) Login to your server with SSH as root.

 

2) Type this command from the shell:

 

    cat /proc/cpuinfo

 

This will display the processor information like processor name, speed and some other internal processor information.