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 ...
随机推荐
- 2019Android阿里&腾讯&百度&字节面试汇总(附面试题总结、Android书单)
1.基本情况 先简单说说我今年的面试经历吧,本人2018届211软件工程硕士生,Android开发岗.此文主要是2019年年初春招的面试和秋招面试经验汇总,最终拿到了阿里,腾讯,字节跳动,百度等off ...
- LeetCode #938. Range Sum of BST 二叉搜索树的范围和
https://leetcode-cn.com/problems/range-sum-of-bst/ 二叉树中序遍历 二叉搜索树性质:一个节点大于所有其左子树的节点,小于其所有右子树的节点 /** * ...
- How to exploit the x32 recvmmsg() kernel vulnerability CVE 2014-0038
http://blog.includesecurity.com/2014/03/exploit-CVE-2014-0038-x32-recvmmsg-kernel-vulnerablity.html ...
- CSS语法规则
一.At-rule 一种以@开头的声明语句,以分号;结尾.语法规则为: @IDENTIFIER (RULE); . At-rule主要用作表示CSS的行为,参考: https://www.cnblog ...
- python断言语句assert
断言语句的格式 assert test, [msg] test是一个表达式,表达式求值为Fals时引发AssertionError异常,msg是可选的异常消息. def test_assert(a): ...
- Python网络编程:Linux epoll
原文地址:http://scotdoyle.com/python-epoll-howto.html 介绍 Python已于2.6版本添加访问Linux epoll库的API.这篇教程使用Python ...
- 【LeetCode】深搜DFS(共85题)
[98]Validate Binary Search Tree [99]Recover Binary Search Tree [100]Same Tree [101]Symmetric Tree [1 ...
- plsql查询数据中文乱码
在plsql中进行表数据查询的时候,发现查询出来的中文居然显示为乱码,通过查找资料解决该问题. 1.查看数据的编码(语句:select * from v$nls_parameters) 发现显示的语言 ...
- Linux命令"ls"进阶说明
pwd:the current working directory cd -: return to the previous working directory Filenames that begi ...
- Halo(十一)
Spring Boot 继承 AbstractErrorController 实现全局异常处理 @RequestMapping("${server.error.path:${error.pa ...