How to find out processor model and speed on Linux machine

Sometimes you need to document stuff even for [easyazon-link asin=”007180160X” locale=”us”]Linux[/easyazon-link] servers and here is one liner how to find out the CPU model and speed installed on your Linux server.

grep -i --color 'model name' /proc/cpuinfo

here is output of the result on my [easyazon-link asin=”0470872500″ locale=”us”]Red Hat Enterprise Linux 6[/easyazon-link] server machine.

Here is a good book to read 🙂

[easyazon-image align=”none” asin=”0132757273″ locale=”us” height=”160″ src=”http://ecx.images-amazon.com/images/I/51%2BQ3F-ZUxL._SL160_.jpg” width=”128″]

Leave a Reply