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
  • 相关阅读:
    ueditor1.4.3.all.js报错
    ueditor中FileUtils.getTempDirectory()找不到
    java后台验证码的生成
    applicationContext.xml重要配置
    Java代码实现文件上传(转载)
    jquery动态实现填充下拉框
    POI写入word docx 07 的两种方法
    POI读word docx 07 文件的两种方法
    POI转换word doc文件为(html,xml,txt)
    Linux中zip压缩和unzip解压缩命令详解
  • 原文地址:https://www.cnblogs.com/hadex/p/11988878.html
Copyright © 2011-2022 走看看