Advertisement
Guest User

Untitled

a guest
Jan 13th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.58 KB | None | 0 0
  1. ubuntu@rk3066dev:~$ cat /proc/cpuinfo
  2. Processor   : ARMv7 Processor rev 0 (v7l)
  3. processor   : 0
  4. BogoMIPS    : 2399.21
  5.  
  6. processor   : 1
  7. BogoMIPS    : 2399.21
  8.  
  9. Features    : swp half thumb fastmult vfp edsp neon vfpv3
  10. CPU implementer : 0x41
  11. CPU architecture: 7
  12. CPU variant : 0x3
  13. CPU part    : 0xc09
  14. CPU revision    : 0
  15.  
  16. Hardware    : RK30board
  17. Revision    : 0000
  18. Serial      : 0000000000000000
  19.  
  20. ubuntu@rk3066dev:~$ cpufreq-info
  21. cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
  22. Report errors and bugs to cpufreq@vger.kernel.org, please.
  23. analyzing CPU 0:
  24.   driver: rk30
  25.   CPUs which run at the same hardware frequency: 0 1
  26.   CPUs which need to have their frequency coordinated by software: 0 1
  27.   maximum transition latency: 40.0 us.
  28.   hardware limits: 252 MHz - 1.61 GHz
  29.   available frequency steps: 252 MHz, 504 MHz, 816 MHz, 1.01 GHz, 1.20 GHz, 1.27 GHz, 1.42 GHz, 1.51 GHz, 1.61 GHz
  30.   available cpufreq governors: powersave, ondemand, hotplug, userspace, interactive, performance
  31.   current policy: frequency should be within 252 MHz and 1.61 GHz.
  32.                   The governor "ondemand" may decide which speed to use
  33.                   within this range.
  34.   current CPU frequency is 252 MHz.
  35.   cpufreq stats: 252 MHz:79.31%, 504 MHz:3.10%, 816 MHz:2.73%, 1.01 GHz:8.05%, 1.20 GHz:6.81%, 1.27 GHz:0.00%, 1.42 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%  (46831)
  36. analyzing CPU 1:
  37.   driver: rk30
  38.   CPUs which run at the same hardware frequency: 0 1
  39.   CPUs which need to have their frequency coordinated by software: 0 1
  40.   maximum transition latency: 40.0 us.
  41.   hardware limits: 252 MHz - 1.61 GHz
  42.   available frequency steps: 252 MHz, 504 MHz, 816 MHz, 1.01 GHz, 1.20 GHz, 1.27 GHz, 1.42 GHz, 1.51 GHz, 1.61 GHz
  43.   available cpufreq governors: powersave, ondemand, hotplug, userspace, interactive, performance
  44.   current policy: frequency should be within 252 MHz and 1.61 GHz.
  45.                   The governor "ondemand" may decide which speed to use
  46.                   within this range.
  47.   current CPU frequency is 252 MHz.
  48.   cpufreq stats: 252 MHz:79.31%, 504 MHz:3.10%, 816 MHz:2.73%, 1.01 GHz:8.05%, 1.20 GHz:6.81%, 1.27 GHz:0.00%, 1.42 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%  (46831)
  49.  
  50.  
  51. ubuntu@rk3066dev:~$ sudo cat /sys/devices/system/cpu/*/cpufreq/cpuinfo_cur_freq
  52. 252000
  53. 252000
  54.  
  55. ubuntu@rk3066dev:~$ cat  /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  56. ondemand
  57.  
  58. ubuntu@rk3066dev:~$ cat /sys/devices/system/cpu/*/cpufreq/scaling_available_frequencies
  59. 252000 504000 816000 1008000 1200000 1272000 1416000 1512000 1608000
  60. 252000 504000 816000 1008000 1200000 1272000 1416000 1512000 1608000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement