Chinaunix

标题: fedora8安装好后,被提示cpu运行在164MHZ下! [打印本页]

作者: ketos    时间: 2007-12-20 11:04
标题: fedora8安装好后,被提示cpu运行在164MHZ下!
fedora8安装好后,被提示说cpu运行在164MHZ下,怎么查看当前cpu运行在什么频率下。
作者: 撒旦的使者    时间: 2007-12-20 11:07
more  /proc/cpuinfo


[root@localhost ~]# more /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Celeron(R) CPU 1.80GHz
stepping        : 9
cpu MHz         : 1804.143   【cpu频率】
cache size      : 128 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 pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts sync_rdtsc cid xtpr
bogomips        : 3610.78
clflush size    : 64


[ 本帖最后由 撒旦的使者 于 2007-12-20 13:30 编辑 ]
作者: ketos    时间: 2007-12-20 11:15
这个表示的是cpu信息,还是当前的频率呢?
作者: ports    时间: 2007-12-20 13:31
标题: 回复 #3 ketos 的帖子
应该是当前频率吧。


  1. # cat /proc/cpuinfo
  2. processor       : 0
  3. vendor_id       : GenuineIntel
  4. cpu family      : 6
  5. model           : 15
  6. model name      : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
  7. stepping        : 6
  8. cpu MHz         : 1596.000
  9. cache size      : 4096 KB
  10. physical id     : 0
  11. siblings        : 2
  12. core id         : 0
  13. cpu cores       : 2
  14. fdiv_bug        : no
  15. hlt_bug         : no
  16. f00f_bug        : no
  17. coma_bug        : no
  18. fpu             : yes
  19. fpu_exception   : yes
  20. cpuid level     : 10
  21. wp              : yes
  22. flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
  23. bogomips        : 4802.94
  24. clflush size    : 64

  25. processor       : 1
  26. vendor_id       : GenuineIntel
  27. cpu family      : 6
  28. model           : 15
  29. model name      : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
  30. stepping        : 6
  31. cpu MHz         : 1596.000
  32. cache size      : 4096 KB
  33. physical id     : 0
  34. siblings        : 2
  35. core id         : 1
  36. cpu cores       : 2
  37. fdiv_bug        : no
  38. hlt_bug         : no
  39. f00f_bug        : no
  40. coma_bug        : no
  41. fpu             : yes
  42. fpu_exception   : yes
  43. cpuid level     : 10
  44. wp              : yes
  45. flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
  46. bogomips        : 4800.16
  47. clflush size    : 64
复制代码

作者: 撒旦的使者    时间: 2007-12-20 13:33
model name      : Intel(R) Celeron(R) CPU 1.80GHz  是cpy信息
stepping        : 9
cpu MHz         : 1804.143   【这个是cpu频率,实际频率 主板的fsb×倍频】
我将cpu的fsb改成111以后得到的结果:

[root@localhost ~]# more /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Celeron(R) CPU 1.80GHz
stepping        : 9
cpu MHz         : 2008.263
cache size      : 128 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 pae mce cx8 apic mtrr pge mca cmov pat
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts sync_rdtsc cid
xtpr
bogomips        : 4018.85
clflush size    : 64
作者: ports    时间: 2007-12-20 13:51
  1. # cpufreq-info
  2. cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
  3. Report errors and bugs to [email=linux@brodo.de]linux@brodo.de[/email], please.
  4. analyzing CPU 0:
  5.   driver: acpi-cpufreq
  6.   CPUs which need to switch frequency at the same time: 0
  7.   hardware limits: 1.60 GHz - 2.40 GHz
  8.   available frequency steps: 2.40 GHz, 1.60 GHz
  9.   available cpufreq governors: ondemand, userspace, performance
  10.   current policy: frequency should be within 1.60 GHz and 2.40 GHz.
  11.                   The governor "ondemand" may decide which speed to use
  12.                   within this range.
  13.   current CPU frequency is 1.60 GHz (asserted by call to hardware).
  14. analyzing CPU 1:
  15.   driver: acpi-cpufreq
  16.   CPUs which need to switch frequency at the same time: 1
  17.   hardware limits: 1.60 GHz - 2.40 GHz
  18.   available frequency steps: 2.40 GHz, 1.60 GHz
  19.   available cpufreq governors: ondemand, userspace, performance
  20.   current policy: frequency should be within 1.60 GHz and 2.40 GHz.
  21.                   The governor "ondemand" may decide which speed to use
  22.                   within this range.
  23.   current CPU frequency is 1.60 GHz (asserted by call to hardware).
复制代码


cpufreq-info这个命令也可以看,
lz可以试试看把/etc/init.d/cpuspeed停掉。

注;
# rpm -qf /usr/bin/cpufreq-info
cpufreq-utils-002-1.1.41.fc6
作者: ketos    时间: 2007-12-20 14:43
感谢前面几位兄弟的热心回答。
特别是撒旦的使者还特意改了自己的cpu的fsb,看来我的cpu应该是运行在正常频率下的
port的办法我试了一下,安装了cpufreq-utils-002-1.1.41.fc6后,运行提示不能识别,看来是rpm不够新的问题。




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2