• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CPU speed monitor in Ubuntu??

Uppsala9496

Diamond Member
Does Ubuntu have a program where you can view you system specs?
In windows xp I can either run cpu-z or 'system information' to see what my processor speed is. Does Ubuntu have something like this?

I revived an old A64 2800+ I had sitting around and I'm wonder what kind of overclocking I can do with it. My chaintech mobo died a couple months ago, but before it did, I had the system running at 2.498. I'd like to overclock it again with my 'new' mobo since i know the cpu and memory can handle it. The only problem is I can't see what frequency I am at in Ubuntu.

thanks
 
Open up a terminal.

type:
cat /proc/cpuinfo

To watch it (or anything else) to see if it changes dynamicly:
watch cat /proc/cpuinfo

There are also cpu monitoring applets aviable for your panel, but those are generally intended for mobile users with cpu clocks that dynamicly change speed.

 
Why on earth is it listing my CPU speed at 1000.0 mhz?????

THe stock speed on this processor is 1.8, and I know it can handle 2.498.
 
Does your CPU support clock scaling? Like the 'Cool'n'Quiet' stuff?

If so then your system is idling and the cpu is underclocked.

Try running something cpu-intensive and check the file again while that is going on. It should show the cpu running full speed. Or right click your panel and add the cpu monitoring applet.
 
I just added the cpu monitoring applet, and it is stating that the cpu is at 1.8 ghz. If I run cat /proc/cpuinfo, it states it is at ..........now it is at 1.8. That is beyond strange!
 
Back
Top