www.question-defense.com | Engage: Visit :: Login :: Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish

Posts Tagged “CPU Model”

0

The easiest way to check CPU speed and CPU model on Linux is to issue the below command from the CLI.

more /proc/cpuinfo | egrep 'model name|cpu MHz'

This will return results like the below that will list CPU model name on one line followed by CPU speed on the next line.

[root@server ~]# less /proc/cpuinfo | egrep 'model name|cpu MHz'
model name : Dual-Core AMD Opteron(tm) Processor 2212
cpu MHz : 2010.302
model name : Dual-Core AMD Opteron(tm) Processor 2212
cpu MHz : 2010.302
model name : Dual-Core AMD Opteron(tm) Processor 2212
cpu MHz : 2010.302
model name : Dual-Core AMD Opteron(tm) Processor 2212
cpu MHz : 2010.302

Read the rest of this entry »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , ,

Comments No Comments »