Monday, April 11, 2016

cpu - Any way to check the clock speed of my processor?



Is there any way to check at which clock speed my processor is running?



I have already tried cat /proc/cpuinfo but the clock speed I'm running isn't showing. I know Ubuntu 12.04 (Precise Pangolin) requires 700 MHz and VGA, but will an AMD Mobile Sempron work?



From the command line type lscpu. The information will be at CPU MHz:



~$ lscpu | grep MHz

CPU MHz: 804.901
CPU max MHz: 3200.0000
CPU min MHz: 800.0000

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...