Acerca de la frecuencia del CPU en Linux.

Iniciado por ignorantev1.1, 12 Abril 2013, 21:11 PM

0 Miembros y 1 Visitante están viendo este tema.

ignorantev1.1

Hola, qué tal:

Pues recién le cambié de CPU a mi MoBo, de un single core a 1.6ghz de 32 bits, le puse un 2 core a 2.1ghz de 64 bits. Cuando voy a información del sistema me dice que la frecuencia del procesador es de 1 Ghz (1000 mhz) en ambos núcleos. Cuando lo vi me asusté y me fui a preguntarle a google y encontré el mismo problema y una explicación (que no entiendo), pero se mencionaba que se utilice cierto comando acerca del funcionamiento del cpu "cpufreq-info", esta es la salida:

Citarcpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: powernow-k8
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 109 us.
  hardware limits: 1000 MHz - 2.10 GHz
  available frequency steps: 2.10 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 1000 MHz and 2.10 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz.
  cpufreq stats: 2.10 GHz:16,16%, 2.00 GHz:0,48%, 1.80 GHz:2,32%, 1000 MHz:81,04%  (388)
analyzing CPU 1:
  driver: powernow-k8
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 109 us.
  hardware limits: 1000 MHz - 2.10 GHz
  available frequency steps: 2.10 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 1000 MHz and 2.10 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz.
  cpufreq stats: 2.10 GHz:16,16%, 2.00 GHz:0,48%, 1.80 GHz:2,32%, 1000 MHz:81,04%  (388)

Aclaro que la máquina trabaja muy bien (por lo pronto), pero... ¿Por qué dice que trabaja a 1ghz?, ¿Debería cambiar alguna configuración?

Por si sirve de algo estoy usando Linux Mint 14 (32 bits,  ¿aprovecharía más un Linux mint 64 bits?)

¡Saludos y gracias!

_Slash_

Despierta del sueño en el que has estado siempre y date cuenta de la cruda y cruel realidad.

Luz Violeta

Es normal con cualquier gestor de energía/frecuencia del procesador; se labura a menos frecuencia cuando hay poca batería, mucho calor o simplemente no se está haciendo nada (usualmente se chequea el "load average" para decidir si bajar clocks o no)

Saludos.

P.S → Acá en FreeBSD uso powerd justamente para esto.
It's sort of like my past is an unfinished painting. And as the artist of that painting, I must fill in all the ugly holes and make it beautiful again.

cpu2

Hola

En OpenBSD utilizo apm-apmd, también los tienes en linux.

Un saludo.


ignorantev1.1

Pues menos mal, pensé que talvez había alguna incompatibilidad del CPU con la MoBo.

¡Gracias por las respuestas, saludos!