Expertise level: Easy
To view the details of all the processors in the server, use the following procedure:
- Login to your server with SSH as root.
- 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.
0 Comments