zoukankan      html  css  js  c++  java
  • cpupower:Shows and sets processor power related values

    软件包:

    *  sys-power/cpupower
          Latest version available: 4.13.0
          Latest version installed: 4.13.0
          Size of files: 67 KiB
          Homepage:      https://www.kernel.org/
          Description:   Shows and sets processor power related values
          License:       GPL-2

    示例:

    .-(/home/fh)----------------------------------------------------------------------------------------(root@xm)-
    `--# cpupower --cpu all frequency-info --governors
    analyzing CPU 0:
      available cpufreq governors: performance powersave
    analyzing CPU 1:
      available cpufreq governors: performance powersave
    analyzing CPU 2:
      available cpufreq governors: performance powersave
    analyzing CPU 3:
      available cpufreq governors: performance powersave
    analyzing CPU 4:
      available cpufreq governors: performance powersave
    analyzing CPU 5:
      available cpufreq governors: performance powersave
    analyzing CPU 6:
      available cpufreq governors: performance powersave
    analyzing CPU 7:
      available cpufreq governors: performance powersave
    .-(/home/fh)----------------------------------------------------------------------------------------(root@xm)-
    `--# cpupower --cpu all frequency-info --policy
    analyzing CPU 0:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 1:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 2:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 3:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 4:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 5:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 6:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    analyzing CPU 7:
      current policy: frequency should be within 800 MHz and 3.40 GHz.
                      The governor "powersave" may decide which speed to use
                      within this range.
    .-(/home/fh)-----------------------------------------------------------------------------------------------------------------------------------------(root@xm)-
    `--# cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
    
    powersave
    powersave
    powersave
    powersave
    powersave
    powersave
    powersave
    powersave
    .-(/home/fh)-----------------------------------------------------------------------------------------------------------------------------------------(root@xm)-
    `--# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    powersave
    .-(/home/fh)-----------------------------------------------------------------------------------------------------------------------------------------(root@xm)-
    `--# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors          
    performance powersave
  • 相关阅读:
    设计【SPFA】【差分约束】
    黑魔法师之门【并查集】
    太鼓达人【欧拉回路】【DFS】
    七夕祭【模拟】
    圣章精灵使的魔法语【线段树】
    终章剑之魂【模拟】【贪心】
    轻轨【线段树】【贪心】
    气象牛【DP】
    HTML属性
    HTML元素
  • 原文地址:https://www.cnblogs.com/hadex/p/11988878.html
Copyright © 2011-2022 走看看