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
  • 相关阅读:
    gateway调用Fegin失败问题解决
    JVM调试命令简介
    oracle10g登录em后,提示“java.lang.Exception: Exception in sending Request :: null”
    vs2019中让ashx 文件中折叠收起代码
    oracle多表视图不自动更新,手动刷新视图获得基本表的数据
    可以对表单中的隐藏字段进行操纵 问题参数 __VIEWSTATEGENERATOR
    SQL Server 检测到基于一致性的逻辑 I/O 错误 页撕裂
    WIN2016和WIN10关闭同步主机服务,节省磁盘频繁读取,并关闭自动维护
    IIS网站应用程序配置不继承网站.net框架版本
    c#web错误码CS0227,不安全代码只会在使用/unsafe编译情况下出现
  • 原文地址:https://www.cnblogs.com/hadex/p/11988878.html
Copyright © 2011-2022 走看看