BIOS settings for processor? Command to get processor speed?? Memory speed?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
BIOS settings for processor? Command to get processor speed?? Memory speed?
Linux newbie. Have Award BIOS, AMD Sempron processor, and want to find out right setting to use for BIOS. The BIOS options allow you to choose:
"CPU Overclock Mhz" 200-250
"AGP Overclock Mhz" 66 -100
"AGP 2.0 Speed" 1,1x2,1x2x4
"HT Frequency" 1,2,3,4
After I can get Linux to boot up, how can I use the command line to get the clock speed that the processor is running at (not the name of the processor, but the speed that the BIOS set it to run at?)?
How can I get the speed of the memory from the commnad line?
I know that there was this command that I could use to test the write speed to the harddrive, but what about the processor and the memory?
Last edited by newtovanilla; 11-29-2008 at 01:19 PM.
/proc/cpuinfo gives the clock speed of your CPU(s) at that moment. In the case below, that's 1596 MHz.
Code:
jcliburn@osprey:~$ grep Hz /proc/cpuinfo
model name : Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz
cpu MHz : 1596.000
model name : Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz
cpu MHz : 1596.000
after getting used to the number of packages in Debians repository, I rarely ever think a package wont be available...
I sometimes forget everyone doesn't have it quite so easy
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.