Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. $ cpupower frequency-info
  2. analyzing CPU 0:
  3. driver: intel_pstate
  4. CPUs which run at the same hardware frequency: 0
  5. CPUs which need to have their frequency coordinated by software: 0
  6. maximum transition latency: 0.97 ms.
  7. hardware limits: 800 MHz - 2.60 GHz
  8. available cpufreq governors: performance, powersave
  9. current policy: frequency should be within 1000 MHz and 2.60 GHz.
  10. The governor "performance" may decide which speed to use
  11. within this range.
  12. current CPU frequency is 800 MHz.
  13. boost state support:
  14. Supported: yes
  15. Active: yes
  16. 25500 MHz max turbo 4 active cores
  17. 25500 MHz max turbo 3 active cores
  18. 25500 MHz max turbo 2 active cores
  19. 25500 MHz max turbo 1 active cores
  20.  
  21. $ sudo cpupower frequency-set -f 2.60GHz
  22. Setting cpu: 0
  23. Error setting new values. Common errors:
  24. - Do you have proper administration rights? (super-user?)
  25. - Is the governor you requested available and modprobed?
  26. - Trying to set an invalid policy?
  27. - Trying to set a specific frequency, but userspace governor is not available,
  28. for example because of hardware which cannot be set to a specific frequency
  29. or because the userspace governor isn't loaded?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement