软件包:

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

示例:

.-(/home/fh)----------------------------------------------------------------------------------------(root@xm)-
`--# cpupower --cpu all frequency-info --governors
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
analyzing CPU :
available cpufreq governors: performance powersave
.-(/home/fh)----------------------------------------------------------------------------------------(root@xm)-
`--# cpupower --cpu all frequency-info --policy
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within MHz and 3.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
analyzing CPU :
current policy: frequency should be within 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

cpupower:Shows and sets processor power related values的更多相关文章

  1. 四:redis的sets类型 - 相关操作(有序和无序集合)

    ================四十五种(有序和无序集合):sets种类(它是一个集)=============      简介:  set它代表的集合.加入是随意添加----->无序集合    ...

  2. 02:PostgreSQL Character Sets

    在利用postGIS导入shapefile文件到postgresql数据库的时候,老是提示字符串的问题,或者是乱码,试了好几种都不行,于是度娘之.... 使用默认的UTF8,提示信息是:建议使用LAT ...

  3. 【算法•日更•第三十九期】迭代加深搜索:洛谷SP7579 YOKOF - Power Calculus 题解

    废话不多说,直接上题: SP7579 YOKOF - Power Calculus 题意翻译 (略过没有营养的题干) 题目大意: 给出正整数n,若只能使用乘法或除法,输出使x经过运算(自己乘或除自己, ...

  4. 欧拉工程第60题:Prime pair sets

    题目链接 五个数,任意两个数的任意链接后的数还是质数 满足这个条件的最小五个数的和是多少? 结果:26033 纯暴力破解: package projecteuler51to60; import jav ...

  5. linux commands

    abrt-cli --since ;查看abrt捕捉的异常 alias ;别名,alias rm='rm -i':使用“ \rm ” 使用原命令 alsamixer ;图形音量调节,q 增加左声道, ...

  6. PatentTips - Optimizing power usage by factoring processor architectural events to PMU

    BACKGROUND Processor power consumption has become a major issue in recent years. The current trend o ...

  7. Method and apparatus for transitioning between instruction sets in a processor

    A data processor (104) is described. The data processor (104) is capable of decoding and executing a ...

  8. 第一篇:Power BI数据可视化概述

    前言 "可视化之工具,可爱者甚蕃.统计学家独爱R,自Python来,世人盛爱matplotlib.余独爱Power BI之出微软而不染(免费),濯Office而不妖(够精简).......& ...

  9. MongoDB高可用架构:Replica Sets+Sharding

    MongoDB的sharding解决了海量存储和动态扩容的问题.但是遇到单点故障就显得无能为力了.MongoDB的副本集可以很好的解决单点故障的问题.所以就有了Sharding+Replica Set ...

随机推荐

  1. 前端webpack & vue

    地址 : https://blog.csdn.net/jiang7701037

  2. Python入门习题2.蟒蛇绘制(turtle库)

    例2.调用turtle库中的若干函数来绘制蟒蛇,要求:(1)主体窗口宽650像素,高度350像素,窗口左侧与屏幕左侧像素距离200,窗口顶部与屏幕顶部像素距离200:(2)画笔落点在原点反向前进250 ...

  3. 洛谷 P3374 【模板】树状数组 1(单点加,区间和)

    题目链接 https://www.luogu.org/problemnew/show/P3374 树状数组 树状数组最基本的就是求区间和. 维护: 空间复杂度:O(n) 时间复杂度(区间和,单点修改) ...

  4. [转]java web 文件上传

    实现WEB开发中的文件上传功能,需完成如下二步操作: 在WEB页面中添加上传输入项,<input type=“life” name=“”>,使用时注意: 1.          必须要设置 ...

  5. shell 脚本规范

    shell 脚本规范 一.背景 1.使用哪一种shell? 必须使用bash shell 2.什么时候使用shell? 数量相对较少的操作 脚本文件少于100行 3.脚本文件扩展名是什么? shell ...

  6. Linux ssh的的用法

    Linux ssh的的用法 ssh执行远程命令 1. 执行命令 1.执行单条命令 ubuntu@node1:~$ ssh ubuntu@172.16.10.102 hostname ubuntu@17 ...

  7. 微信小程序(18)-- 自定义头部导航栏

    最近做的项目涉及相应的页面显示相应的顶部标题,所以就需要自定义头部导航了. 首先新建一个顶部导航公用组件topnav,导航高度怎么计算? 1.wx.getSystemInfo 和 wx.getSyst ...

  8. 三、MVC_JsonResult类型

    一.Ajax或者页面请求获取数据,不通过WebApi的时候,使用JsonResult作为返回Json数据格式的类型 二.代码呈现 public class HomeController : Contr ...

  9. P.W.N. CTF - MISC - Canadian FOI

    题目 链接:https://ctftime.org/task/6935 题解 只有两个页面的网站,index.html和about.html index.html页面有一个pdf链接,指向http:/ ...

  10. 消费者与生产者---LinkedList方式模拟

    采用LinkedList数据结构方式来模拟消费者与生产者模型,小Demo import java.util.LinkedList; public class MyQueue { private fin ...