* [gentoo-user] Real CPU speed
@ 2006-09-12 3:08 Grant
2006-09-12 3:21 ` Meino Christian Cramer
2006-09-12 6:07 ` Graham Murray
0 siblings, 2 replies; 7+ messages in thread
From: Grant @ 2006-09-12 3:08 UTC (permalink / raw
To: Gentoo mailing list
How can I determine my current CPU speed? I have a Celeron 700 that
should be running at 1050 if I insulated one of its pins correctly.
All of the information I can find on determining CPU speed is related
to mobile speedstep processors and mine is a desktop CPU.
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real CPU speed
2006-09-12 3:08 [gentoo-user] Real CPU speed Grant
@ 2006-09-12 3:21 ` Meino Christian Cramer
2006-09-12 3:31 ` Grant
2006-09-12 6:07 ` Graham Murray
1 sibling, 1 reply; 7+ messages in thread
From: Meino Christian Cramer @ 2006-09-12 3:21 UTC (permalink / raw
To: gentoo-user, emailgrant
From: Grant <emailgrant@gmail.com>
Subject: [gentoo-user] Real CPU speed
Date: Mon, 11 Sep 2006 20:08:41 -0700
> How can I determine my current CPU speed? I have a Celeron 700 that
> should be running at 1050 if I insulated one of its pins correctly.
> All of the information I can find on determining CPU speed is related
> to mobile speedstep processors and mine is a desktop CPU.
>
> - Grant
> --
> gentoo-user@gentoo.org mailing list
>
Hi Grant,
try
cat /proc/cpuinfo
which will give you a hint, what the Linux kernel thinks what you CPU
is and with which clock it runs.
Keep hacking!
mcc
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real CPU speed
2006-09-12 3:21 ` Meino Christian Cramer
@ 2006-09-12 3:31 ` Grant
2006-09-12 12:37 ` Hans-Werner Hilse
2006-09-12 16:33 ` Meino Christian Cramer
0 siblings, 2 replies; 7+ messages in thread
From: Grant @ 2006-09-12 3:31 UTC (permalink / raw
To: Gentoo mailing list
> > How can I determine my current CPU speed? I have a Celeron 700 that
> > should be running at 1050 if I insulated one of its pins correctly.
> > All of the information I can find on determining CPU speed is related
> > to mobile speedstep processors and mine is a desktop CPU.
> >
> > - Grant
>
> Hi Grant,
>
> try
>
> cat /proc/cpuinfo
>
> which will give you a hint, what the Linux kernel thinks what you CPU
> is and with which clock it runs.
Darn:
cpu MHz : 697.899
Back to the overclocking forum.
> Keep hacking!
> mcc
Will do! Any way you know of to check my front side bus and memory bus speed?
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real CPU speed
2006-09-12 3:08 [gentoo-user] Real CPU speed Grant
2006-09-12 3:21 ` Meino Christian Cramer
@ 2006-09-12 6:07 ` Graham Murray
2006-09-12 7:37 ` Grant
1 sibling, 1 reply; 7+ messages in thread
From: Graham Murray @ 2006-09-12 6:07 UTC (permalink / raw
To: gentoo-user
Grant <emailgrant@gmail.com> writes:
> How can I determine my current CPU speed? I have a Celeron 700 that
> should be running at 1050 if I insulated one of its pins correctly.
> All of the information I can find on determining CPU speed is related
> to mobile speedstep processors and mine is a desktop CPU.
Try 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq'
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real CPU speed
2006-09-12 6:07 ` Graham Murray
@ 2006-09-12 7:37 ` Grant
0 siblings, 0 replies; 7+ messages in thread
From: Grant @ 2006-09-12 7:37 UTC (permalink / raw
To: gentoo-user
> > How can I determine my current CPU speed? I have a Celeron 700 that
> > should be running at 1050 if I insulated one of its pins correctly.
> > All of the information I can find on determining CPU speed is related
> > to mobile speedstep processors and mine is a desktop CPU.
>
> Try 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq'
Unfortunately:
cat: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such
file or directory
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real CPU speed
2006-09-12 3:31 ` Grant
@ 2006-09-12 12:37 ` Hans-Werner Hilse
2006-09-12 16:33 ` Meino Christian Cramer
1 sibling, 0 replies; 7+ messages in thread
From: Hans-Werner Hilse @ 2006-09-12 12:37 UTC (permalink / raw
To: gentoo-user
Hi,
On Mon, 11 Sep 2006 20:31:00 -0700 Grant <emailgrant@gmail.com> wrote:
> > > How can I determine my current CPU speed? I have a Celeron 700
> > > that should be running at 1050 if I insulated one of its pins
> > > correctly. All of the information I can find on determining CPU
> > > speed is related to mobile speedstep processors and mine is a
> > > desktop CPU.
> > >
> > > - Grant
> >
> > Hi Grant,
> >
> > try
> >
> > cat /proc/cpuinfo
> >
> > which will give you a hint, what the Linux kernel thinks what you
> > CPU is and with which clock it runs.
Yes, but the kernel will ask the CPU for some of that information.
> Darn:
>
> cpu MHz : 697.899
More interesting is probably the bogomips value, or better: the amount
that value has changed. Maybe there's still a trace
in /var/log/messages from a bootup before overclocking.
See http://en.wikipedia.org/wiki/BogoMips for some information about
approximate multipliers for determining MHz from that.
> Will do! Any way you know of to check my front side bus and memory
> bus speed?
Oscilloscope! :-) Maybe your BIOS has monitoring for such values?
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real CPU speed
2006-09-12 3:31 ` Grant
2006-09-12 12:37 ` Hans-Werner Hilse
@ 2006-09-12 16:33 ` Meino Christian Cramer
1 sibling, 0 replies; 7+ messages in thread
From: Meino Christian Cramer @ 2006-09-12 16:33 UTC (permalink / raw
To: gentoo-user, emailgrant
From: Grant <emailgrant@gmail.com>
Subject: Re: [gentoo-user] Real CPU speed
Date: Mon, 11 Sep 2006 20:31:00 -0700
> > > How can I determine my current CPU speed? I have a Celeron 700 that
> > > should be running at 1050 if I insulated one of its pins correctly.
> > > All of the information I can find on determining CPU speed is related
> > > to mobile speedstep processors and mine is a desktop CPU.
> > >
> > > - Grant
> >
> > Hi Grant,
> >
> > try
> >
> > cat /proc/cpuinfo
> >
> > which will give you a hint, what the Linux kernel thinks what you CPU
> > is and with which clock it runs.
>
> Darn:
>
> cpu MHz : 697.899
>
> Back to the overclocking forum.
>
> > Keep hacking!
> > mcc
>
> Will do! Any way you know of to check my front side bus and memory bus speed?
>
> - Grant
> --
> gentoo-user@gentoo.org mailing list
>
Hi,
if
cat /proc/frontsidebus
gives you: "No such file or directory" you will not have one....
:) <------ VERY big smiley ! ;)
I dont know what CPU is running for you, but some cupper-wire tricks
only influence the multiplikator and this may (or may not) affect
the cpuinfo entries....dont know for sure...I only mention this to
keep you attention on the fact the "nothing happens" may result in
"nothing happens anymore" when/if the CPU is internally near core
melt in cpuinfo goes on holidays....
Keep hacking!
mcc
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-09-12 16:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 3:08 [gentoo-user] Real CPU speed Grant
2006-09-12 3:21 ` Meino Christian Cramer
2006-09-12 3:31 ` Grant
2006-09-12 12:37 ` Hans-Werner Hilse
2006-09-12 16:33 ` Meino Christian Cramer
2006-09-12 6:07 ` Graham Murray
2006-09-12 7:37 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox