Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
  2. acpi-cpufreq
  3. $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  4. powersave
  5. $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
  6. 1600000 1400000 1200000 800000 600000
  7. $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
  8. 1600000
  9. $ cat /proc/cpuinfo
  10. processor : 0
  11. vendor_id : GenuineIntel
  12. cpu family : 6
  13. model : 13
  14. model name : Intel(R) Pentium(R) M processor 1.60GHz
  15. stepping : 6
  16. cpu MHz : 1600.000
  17. cache size : 2048 KB
  18. fdiv_bug : no
  19. hlt_bug : no
  20. f00f_bug : no
  21. coma_bug : no
  22. fpu : yes
  23. fpu_exception : yes
  24. cpuid level : 2
  25. wp : yes
  26. flags : fpu vme de pse tsc msr mce cx8 mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
  27. bogomips : 3197.28
  28. clflush size : 64
  29. cache_alignment : 64
  30. address sizes : 32 bits physical, 32 bits virtual
  31. power management:
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement