cpupower:Shows and sets processor power related values
软件包:
* 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的更多相关文章
- 四:redis的sets类型 - 相关操作(有序和无序集合)
================四十五种(有序和无序集合):sets种类(它是一个集)============= 简介: set它代表的集合.加入是随意添加----->无序集合 ...
- 02:PostgreSQL Character Sets
在利用postGIS导入shapefile文件到postgresql数据库的时候,老是提示字符串的问题,或者是乱码,试了好几种都不行,于是度娘之.... 使用默认的UTF8,提示信息是:建议使用LAT ...
- 【算法•日更•第三十九期】迭代加深搜索:洛谷SP7579 YOKOF - Power Calculus 题解
废话不多说,直接上题: SP7579 YOKOF - Power Calculus 题意翻译 (略过没有营养的题干) 题目大意: 给出正整数n,若只能使用乘法或除法,输出使x经过运算(自己乘或除自己, ...
- 欧拉工程第60题:Prime pair sets
题目链接 五个数,任意两个数的任意链接后的数还是质数 满足这个条件的最小五个数的和是多少? 结果:26033 纯暴力破解: package projecteuler51to60; import jav ...
- linux commands
abrt-cli --since ;查看abrt捕捉的异常 alias ;别名,alias rm='rm -i':使用“ \rm ” 使用原命令 alsamixer ;图形音量调节,q 增加左声道, ...
- 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 ...
- 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 ...
- 第一篇:Power BI数据可视化概述
前言 "可视化之工具,可爱者甚蕃.统计学家独爱R,自Python来,世人盛爱matplotlib.余独爱Power BI之出微软而不染(免费),濯Office而不妖(够精简).......& ...
- MongoDB高可用架构:Replica Sets+Sharding
MongoDB的sharding解决了海量存储和动态扩容的问题.但是遇到单点故障就显得无能为力了.MongoDB的副本集可以很好的解决单点故障的问题.所以就有了Sharding+Replica Set ...
随机推荐
- js实现千位符分隔
前几天面试做保险项目的公司,被问到了一道实现千位符分割方法的题,乍一看挺简单,但做起来最后却没给出来一个合适的解决方法.回来自己琢磨了一个还行的答案. var num = 3899000001, ar ...
- mybatis问题整理
// List<String> findBuildByProject(String prjName); //单参数时使用<if></if>标签判断采用"_ ...
- web开发jsp页面遇到的一系列问题
一:web总结 1.jsp页面知识点巩固 1.1字符串数字格式化转换 <%@ taglib prefix="fmt" uri="http://java.sun.co ...
- CVE-2013-2094 porting to x86-32 分析
/* * linux 2.6.37-3.8.8 - x86 * @rikiji * * requires System.map and /dev/ptmx * this: http://zmbs.ne ...
- CodeChef GCD2
GCD2 Problem code: GCD2 Submit All Submissions All submissions for this problem are available. ...
- mySql配置在nodejs中使用
mySql安装完成后,配置链接nodejs项目中的数据库. 1.测试是否安装成功. 2.use nodejs使用nodejs 3.设置数据源 5.exit
- ubuntu开发c/c++帮助文档
1.C语言库函数基本的帮助文档 sudo apt-get install manpages sudo apt-get install manpages-de sudo apt-get install ...
- jquery+html实现前端的上传图片预览
就是这样的一个功能,点击加号,出现图片选择,然后选择好以后生成预览. input那么丑,UI看不惯,一定要改成加号 我就用了fa的图标,外部套一个bootstrap4中的class:borde ...
- fputc, fputs, putc, putchar, puts - 输出字符和字符串
总览 (SYNOPSIS) #include <stdio.h> int fputc(int c, FILE *stream); int fputs(const char *s, FILE ...
- 前端学习(三十四)对象&模块化(笔记)
人,工人 //类的定义 function Person(name,age){ //构造函数 //工厂模式 //1.原料 //var obj = new ...