public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* bugs?
@ 2005-12-14  1:47 Caroline GAUDREAU
  2005-12-14  2:10 ` bugs? Andrew Haninger
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Caroline GAUDREAU @ 2005-12-14  1:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: coywolf

my cpu is 1400MHz, but why there's cpu MHz         : 598.593

caro@olymphe:~$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 9
model name      : Intel(R) Pentium(R) M processor 1400MHz
stepping        : 5
cpu MHz         : 598.593
cache size      : 1024 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
bogomips        : 1186.66


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  1:47 bugs? Caroline GAUDREAU
@ 2005-12-14  2:10 ` Andrew Haninger
  2005-12-14  2:14 ` bugs? Dmitry Torokhov
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: Andrew Haninger @ 2005-12-14  2:10 UTC (permalink / raw)
  To: Caroline GAUDREAU; +Cc: linux-kernel, coywolf

On 12/13/05, Caroline GAUDREAU <caroline.gaudreau.1@ens.etsmtl.ca> wrote:
=> model name      : Intel(R) Pentium(R) M processor 1400MHz
> cpu MHz         : 598.593
You're probably using a notebook. Your CPU is running slower to save
power since you're probably not doing anything CPU-intensive.

Open a terminal and do 'cat /dev/urandom > /dev/null' and then look at
your CPU speed. You should find that it will climb to 1400 MHz.

HTH.

-Andy

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  1:47 bugs? Caroline GAUDREAU
  2005-12-14  2:10 ` bugs? Andrew Haninger
@ 2005-12-14  2:14 ` Dmitry Torokhov
  2005-12-14  3:02   ` bugs? Coywolf Qi Hunt
  2005-12-14  2:24 ` bugs? Dave Jones
  2005-12-14  2:43 ` bugs? Willy Tarreau
  3 siblings, 1 reply; 12+ messages in thread
From: Dmitry Torokhov @ 2005-12-14  2:14 UTC (permalink / raw)
  To: Caroline GAUDREAU; +Cc: linux-kernel, coywolf

On Tuesday 13 December 2005 20:47, Caroline GAUDREAU wrote:
> my cpu is 1400MHz, but why there's cpu MHz         : 598.593
>

Do you have cpufreq active?

[root@core ~]# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 11
model name      : Intel(R) Pentium(R) III Mobile CPU      1000MHz
stepping        : 1
cpu MHz         : 730.646

-- 
Dmitry

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  1:47 bugs? Caroline GAUDREAU
  2005-12-14  2:10 ` bugs? Andrew Haninger
  2005-12-14  2:14 ` bugs? Dmitry Torokhov
@ 2005-12-14  2:24 ` Dave Jones
  2005-12-14  3:03   ` bugs? Coywolf Qi Hunt
  2005-12-14  2:43 ` bugs? Willy Tarreau
  3 siblings, 1 reply; 12+ messages in thread
From: Dave Jones @ 2005-12-14  2:24 UTC (permalink / raw)
  To: Caroline GAUDREAU; +Cc: linux-kernel, coywolf

On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
 > my cpu is 1400MHz, but why there's cpu MHz         : 598.593

 > flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov 
 > pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
                                                 ^^^

Your CPU is speedstep capable.  Most modern distros include a daemon
for adjusting CPU speed based upon load.

		Dave


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  1:47 bugs? Caroline GAUDREAU
                   ` (2 preceding siblings ...)
  2005-12-14  2:24 ` bugs? Dave Jones
@ 2005-12-14  2:43 ` Willy Tarreau
  2005-12-14  3:05   ` bugs? Coywolf Qi Hunt
  2005-12-14 10:57   ` bugs? Sander
  3 siblings, 2 replies; 12+ messages in thread
From: Willy Tarreau @ 2005-12-14  2:43 UTC (permalink / raw)
  To: Caroline GAUDREAU; +Cc: linux-kernel, coywolf

On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
> my cpu is 1400MHz, but why there's cpu MHz         : 598.593
> 
> caro@olymphe:~$ cat /proc/cpuinfo
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 6
> model           : 9
> model name      : Intel(R) Pentium(R) M processor 1400MHz
> stepping        : 5
> cpu MHz         : 598.593
> cache size      : 1024 KB
> fdiv_bug        : no
> hlt_bug         : no
> f00f_bug        : no
> coma_bug        : no
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 2
> wp              : yes
> flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov 
> pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
> bogomips        : 1186.66

It's probably a notebook that you started unplugged from the mains power.
Mine is stupid enough to believe that I *want* to save power if I plug
the mains *after* powering it up ! And there's no way to force it to
switch from 600 to nominal freq afterwards ! So I have to connect it to
the mains first.

Regards,
Willy


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  2:14 ` bugs? Dmitry Torokhov
@ 2005-12-14  3:02   ` Coywolf Qi Hunt
  0 siblings, 0 replies; 12+ messages in thread
From: Coywolf Qi Hunt @ 2005-12-14  3:02 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Caroline GAUDREAU, linux-kernel

2005/12/14, Dmitry Torokhov <dtor_core@ameritech.net>:
> On Tuesday 13 December 2005 20:47, Caroline GAUDREAU wrote:
> > my cpu is 1400MHz, but why there's cpu MHz         : 598.593
> >
>
> Do you have cpufreq active?

Caro, do a "$ grep -i cpufreq /boot/config".

>
> [root@core ~]# cat /proc/cpuinfo
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 6
> model           : 11
> model name      : Intel(R) Pentium(R) III Mobile CPU      1000MHz
> stepping        : 1
> cpu MHz         : 730.646
>
> --
> Dmitry
>


--
Coywolf Qi Hunt
http://sosdg.org/~coywolf/

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  2:24 ` bugs? Dave Jones
@ 2005-12-14  3:03   ` Coywolf Qi Hunt
  2005-12-14  3:25     ` bugs? Dave Jones
  0 siblings, 1 reply; 12+ messages in thread
From: Coywolf Qi Hunt @ 2005-12-14  3:03 UTC (permalink / raw)
  To: Dave Jones, Caroline GAUDREAU, linux-kernel, coywolf

2005/12/14, Dave Jones <davej@redhat.com>:
> On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
>  > my cpu is 1400MHz, but why there's cpu MHz         : 598.593
>
>  > flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov
>  > pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
>                                                  ^^^
>
> Your CPU is speedstep capable.  Most modern distros include a daemon
> for adjusting CPU speed based upon load.

what daemon? suppose in debian or redhat.
--
Coywolf Qi Hunt
http://sosdg.org/~coywolf/

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  2:43 ` bugs? Willy Tarreau
@ 2005-12-14  3:05   ` Coywolf Qi Hunt
  2005-12-14 10:57   ` bugs? Sander
  1 sibling, 0 replies; 12+ messages in thread
From: Coywolf Qi Hunt @ 2005-12-14  3:05 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: Caroline GAUDREAU, linux-kernel

2005/12/14, Willy Tarreau <willy@w.ods.org>:
> On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
> > my cpu is 1400MHz, but why there's cpu MHz         : 598.593
> >
> > caro@olymphe:~$ cat /proc/cpuinfo
> > processor       : 0
> > vendor_id       : GenuineIntel
> > cpu family      : 6
> > model           : 9
> > model name      : Intel(R) Pentium(R) M processor 1400MHz
> > stepping        : 5
> > cpu MHz         : 598.593
> > cache size      : 1024 KB
> > fdiv_bug        : no
> > hlt_bug         : no
> > f00f_bug        : no
> > coma_bug        : no
> > fpu             : yes
> > fpu_exception   : yes
> > cpuid level     : 2
> > wp              : yes
> > flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov
> > pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
> > bogomips        : 1186.66
>
> It's probably a notebook that you started unplugged from the mains power.
> Mine is stupid enough to believe that I *want* to save power if I plug
> the mains *after* powering it up ! And there's no way to force it to
> switch from 600 to nominal freq afterwards ! So I have to connect it to

Isn't there a daemon to do that?

> the mains first.

--
Coywolf Qi Hunt
http://sosdg.org/~coywolf/

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  3:03   ` bugs? Coywolf Qi Hunt
@ 2005-12-14  3:25     ` Dave Jones
  0 siblings, 0 replies; 12+ messages in thread
From: Dave Jones @ 2005-12-14  3:25 UTC (permalink / raw)
  To: Coywolf Qi Hunt; +Cc: Caroline GAUDREAU, linux-kernel

On Wed, Dec 14, 2005 at 11:03:36AM +0800, Coywolf Qi Hunt wrote:
 > 2005/12/14, Dave Jones <davej@redhat.com>:
 > > On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
 > >  > my cpu is 1400MHz, but why there's cpu MHz         : 598.593
 > >
 > >  > flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov
 > >  > pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
 > >                                                  ^^^
 > >
 > > Your CPU is speedstep capable.  Most modern distros include a daemon
 > > for adjusting CPU speed based upon load.
 > 
 > what daemon? suppose in debian or redhat.

'cpuspeed' in Fedora/RHEL.  Debian probably offers a dozen different
ones most of which I've never heard of :)

		Dave




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14  2:43 ` bugs? Willy Tarreau
  2005-12-14  3:05   ` bugs? Coywolf Qi Hunt
@ 2005-12-14 10:57   ` Sander
  2005-12-14 11:04     ` bugs? Arjan van de Ven
  2005-12-14 11:32     ` bugs? Dirk Henning Gerdes
  1 sibling, 2 replies; 12+ messages in thread
From: Sander @ 2005-12-14 10:57 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: Caroline GAUDREAU, linux-kernel, coywolf

Willy Tarreau wrote (ao):
> On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
> > my cpu is 1400MHz, but why there's cpu MHz         : 598.593
> > 
> > caro@olymphe:~$ cat /proc/cpuinfo
> > processor       : 0
> > vendor_id       : GenuineIntel
> > cpu family      : 6
> > model           : 9
> > model name      : Intel(R) Pentium(R) M processor 1400MHz
> > stepping        : 5
> > cpu MHz         : 598.593
> > cache size      : 1024 KB
> 
> It's probably a notebook that you started unplugged from the mains
> power. Mine is stupid enough to believe that I *want* to save power if
> I plug the mains *after* powering it up ! And there's no way to force
> it to switch from 600 to nominal freq afterwards ! So I have to
> connect it to the mains first.

If you say this based on 'cat /proc/cpuinfo' output: isn't it true that
/proc/cpuinfo is static, and doesn't necessarily reflect the actual
speed of the processor?

-- 
Humilis IT Services and Solutions
http://www.humilis.net

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14 10:57   ` bugs? Sander
@ 2005-12-14 11:04     ` Arjan van de Ven
  2005-12-14 11:32     ` bugs? Dirk Henning Gerdes
  1 sibling, 0 replies; 12+ messages in thread
From: Arjan van de Ven @ 2005-12-14 11:04 UTC (permalink / raw)
  To: sander; +Cc: Willy Tarreau, Caroline GAUDREAU, linux-kernel, coywolf


> If you say this based on 'cat /proc/cpuinfo' output: isn't it true that
> /proc/cpuinfo is static, and doesn't necessarily reflect the actual
> speed of the processor?

no that's not true.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: bugs?
  2005-12-14 10:57   ` bugs? Sander
  2005-12-14 11:04     ` bugs? Arjan van de Ven
@ 2005-12-14 11:32     ` Dirk Henning Gerdes
  1 sibling, 0 replies; 12+ messages in thread
From: Dirk Henning Gerdes @ 2005-12-14 11:32 UTC (permalink / raw)
  To: sander; +Cc: Willy Tarreau, Caroline GAUDREAU, linux-kernel, coywolf

Hallo!

You could try:
  
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 

It's possible that you have chosen "power_save".
You can see possible settings in 

sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

Try "performance"!
Then you should get your 1,4 GHz.
But be aware, that this is not powersaving!
Maybe you can play around with it.
A good possibility is to install an userspace application for governing
the cpu-speed lik cpufreqd



Dirk


Am Mittwoch, den 14.12.2005, 11:57 +0100 schrieb Sander:
> Willy Tarreau wrote (ao):
> > On Tue, Dec 13, 2005 at 08:47:58PM -0500, Caroline GAUDREAU wrote:
> > > my cpu is 1400MHz, but why there's cpu MHz         : 598.593
> > > 
> > > caro@olymphe:~$ cat /proc/cpuinfo
> > > processor       : 0
> > > vendor_id       : GenuineIntel
> > > cpu family      : 6
> > > model           : 9
> > > model name      : Intel(R) Pentium(R) M processor 1400MHz
> > > stepping        : 5
> > > cpu MHz         : 598.593
> > > cache size      : 1024 KB
> > 
> > It's probably a notebook that you started unplugged from the mains
> > power. Mine is stupid enough to believe that I *want* to save power if
> > I plug the mains *after* powering it up ! And there's no way to force
> > it to switch from 600 to nominal freq afterwards ! So I have to
> > connect it to the mains first.
> 
> If you say this based on 'cat /proc/cpuinfo' output: isn't it true that
> /proc/cpuinfo is static, and doesn't necessarily reflect the actual
> speed of the processor?
> 
-- 
Dirk Henning Gerdes
Bönnersdyk 47
47803 Krefeld

Tel:  02151-755745
      0174-7776640
Mail: mail@dirk-gerdes.de


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-12-14 11:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14  1:47 bugs? Caroline GAUDREAU
2005-12-14  2:10 ` bugs? Andrew Haninger
2005-12-14  2:14 ` bugs? Dmitry Torokhov
2005-12-14  3:02   ` bugs? Coywolf Qi Hunt
2005-12-14  2:24 ` bugs? Dave Jones
2005-12-14  3:03   ` bugs? Coywolf Qi Hunt
2005-12-14  3:25     ` bugs? Dave Jones
2005-12-14  2:43 ` bugs? Willy Tarreau
2005-12-14  3:05   ` bugs? Coywolf Qi Hunt
2005-12-14 10:57   ` bugs? Sander
2005-12-14 11:04     ` bugs? Arjan van de Ven
2005-12-14 11:32     ` bugs? Dirk Henning Gerdes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox