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
  • 相关阅读:
    ILockBytes Windows Mobile 6.5
    C# 中 in,out,ref 的作用与区别
    riched32.dll riched20.dll msftedit.dll 解析
    C# 解决窗体假死的状态
    testform
    ParallelProgramming-多消费者,多生产者同时运行并行
    C# 多线程控制 通讯
    C# 多线程
    iSpy免费的开源视频监控平台
    核心J2EE模式
  • 原文地址:https://www.cnblogs.com/hadex/p/11988878.html
Copyright © 2011-2022 走看看