Find the CPU (processor) speed and model under Linux
This article will show you how to find CPU (processor) type, speed, cache size, and much more under Linux. To find this information you will need to login to the Linux command-line shell and and enter the following command at the $ (or #) prompt: $ cat /proc/cpuinfo Sample Output processor : 0 vendor_id : [...]
Click here to read the full post