How-To: Determine CPU Speed on Linux
May.04, 2008 in
How To
I’ve been trying to work out how fast a server that I maintain is (in Mhz). The simplest way to do this is to follow these instructions:
Enter the following command:
dmidecode | grep “Current Speed” | head -n 1
And you should receive output like this:
Current Speed: 3400 MHz
