博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第 23 章 设备管理
阅读量:6336 次
发布时间:2019-06-22

本文共 3599 字,大约阅读时间需要 11 分钟。

目录

23.1. CPU 资源管理
23.1.1. lscpu - display information about the CPU architecture
23.1.2. chcpu - configure CPUs

23.1. CPU 资源管理

23.1.1. lscpu - display information about the CPU architecture

查看CPU信息

# lscpuArchitecture:          x86_64CPU op-mode(s):        32-bit, 64-bitByte Order:            Little EndianCPU(s):                1On-line CPU(s) list:   0Thread(s) per core:    1Core(s) per socket:    1Socket(s):             1NUMA node(s):          1Vendor ID:             GenuineIntelCPU family:            6Model:                 13Stepping:              3CPU MHz:               2400.084BogoMIPS:              4800.16Hypervisor vendor:     KVMVirtualization type:   fullL1d cache:             32KL1i cache:             32KL2 cache:              4096KNUMA node0 CPU(s):     0

23.1.2. chcpu - configure CPUs

禁用谋个CPU(含超线程)

# chcpu -d 3CPU 3 disabled# lscpu -c --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE3   -    -      -    :::           no# lscpu -b --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE0   0    0      0    0:0:0:0       yes1   0    0      1    1:1:1:0       yes2   0    0      2    2:2:2:0       yes4   0    1      3    3:3:3:1       yes5   0    1      4    4:4:4:1       yes6   0    1      5    5:5:5:1       yes7   0    1      6    6:6:6:1       yes# lscpu --all --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE0   0    0      0    0:0:0:0       yes1   0    0      1    1:1:1:0       yes2   0    0      2    2:2:2:0       yes3   -    -      -    :::           no4   0    1      3    3:3:3:1       yes5   0    1      4    4:4:4:1       yes6   0    1      5    5:5:5:1       yes7   0    1      6    6:6:6:1       yes# chcpu -d 3CPU 3 is already disabled# chcpu -d 1CPU 1 disabled# chcpu -d 3CPU 3 disabled# chcpu -d 5CPU 5 disabled# chcpu -d 7CPU 7 disabled# lscpu --all --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE0   0    0      0    0:0:0:0       yes1   -    -      -    :::           no2   0    0      1    1:1:1:0       yes3   -    -      -    :::           no4   0    1      2    2:2:2:1       yes5   -    -      -    :::           no6   0    1      3    3:3:3:1       yes7   -    -      -    :::           no

启用谋个CPU

# chcpu -e 3CPU 3 enabled# lscpu --all --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE0   0    0      0    0:0:0:0       yes1   0    0      1    1:1:1:0       yes2   0    0      2    2:2:2:0       yes3   0    0      3    3:3:3:0       yes4   0    1      4    4:4:4:1       yes5   0    1      5    5:5:5:1       yes6   0    1      6    6:6:6:1       yes7   0    1      7    7:7:7:1       yes

0 号 CPU不允许禁用

# lscpu --all --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE0   0    0      0    0:0:0:0       yes1   -    -      -    :::           no2   -    -      -    :::           no3   -    -      -    :::           no4   -    -      -    :::           no5   -    -      -    :::           no6   -    -      -    :::           no7   -    -      -    :::           no# chcpu -d 0CPU 0 is not hot pluggable

1号处于启用状态,0号仍然不能禁用

# lscpu --all --extendedCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE0   0    0      0    0:0:0:0       yes1   0    0      1    1:1:1:0       yes2   -    -      -    :::           no3   -    -      -    :::           no4   -    -      -    :::           no5   -    -      -    :::           no6   -    -      -    :::           no7   -    -      -    :::           no# chcpu -d 0CPU 0 is not hot pluggable

Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>comments powered by
Disqus

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
关于 Nginx 配置 WebSocket 400 问题
查看>>
Glide和Govendor安装和使用
查看>>
Java全角、半角字符的关系以及转换
查看>>
Dubbo和Zookeeper
查看>>
前端项目课程3 jquery1.8.3到1.11.1有了哪些新改变
查看>>
UOJ#179. 线性规划(线性规划)
查看>>
整合spring cloud云架构 - SSO单点登录之OAuth2.0登录认证(1)
查看>>
windows的服务中的登录身份本地系统账户、本地服务账户和网络服务账户修改
查看>>
JAVA中循环删除list中元素的方法总结
查看>>
redis 安装
查看>>
SQL some any all
查看>>
电子书下载:Programming Windows Identity Foundation
查看>>
有理想的程序员必须知道的15件事
查看>>
用于测试的字符串
查看>>
财付通和支付宝资料收集
查看>>
PHPCMS V9数据库表结构分析
查看>>
理解 IEnumerable 与 IEnumerator
查看>>
NHibernate 2.0 Beta 1 Released和一些工具
查看>>
【每天一个Linux命令】12. Linux中which命令的用法
查看>>
软件接口数据一致性机制
查看>>