Kipmi0 占用100%单核,NICE 19,一般没什么影响。
但是也可以临时降低
echo 100 > /sys/module/ipmi_si/parameters/kipmid_max_busy_us
降到10%
重启生效的配置,修改模块参数。
Create a file in /etc/modprobe.d/, i.e./etc/modprobe.d/ipmi.conf, and add the following content:
# Prevent kipmi0 from consuming 100% CPU
options ipmi_si kipmid_max_busy_us=100

modinfo ipmi_si 
parm:           bt_debug:debug bitmask, 1=enable, 2=messages, 4=states (int)
parm:           smic_debug:debug bitmask, 1=enable, 2=messages, 4=states (int)
parm:           kcs_debug:debug bitmask, 1=enable, 2=messages, 4=states (int)
parm:           hotmod:Add and remove interfaces.  See Documentation/IPMI.txt in the kernel sources for the gory details.
parm:           trydefaults:Setting this to 'false' will disable the default scan of the KCS and SMIC interface at the standard address (bool)
parm:           type:Defines the type of each interface, each interface separated by commas.  The types are 'kcs', 'smic', and 'bt'.  For example si_type=kcs,bt will set the first interface to kcs and the second to bt (string)
parm:           addrs:Sets the memory address of each interface, the addresses separated by commas.  Only use if an interface is in memory.  Otherwise, set it to zero or leave it blank. (array of ulong)
parm:           ports:Sets the port address of each interface, the addresses separated by commas.  Only use if an interface is a port.  Otherwise, set it to zero or leave it blank. (array of uint)
parm:           irqs:Sets the interrupt of each interface, the addresses separated by commas.  Only use if an interface has an interrupt.  Otherwise, set it to zero or leave it blank. (array of int)
parm:           regspacings:The number of bytes between the start address and each successive register used by the interface.  For instance, if the start address is 0xca2 and the spacing is 2, then the second address is at 0xca4.  Defaults to 1. (array of int)
parm:           regsizes:The size of the specific IPMI register in bytes. This should generally be 1, 2, 4, or 8 for an 8-bit, 16-bit, 32-bit, or 64-bit register.  Use this if you the 8-bit IPMI register has to be read from a larger register. (array of int)
parm:           regshifts:The amount to shift the data read from the. IPMI register, in bits.  For instance, if the data is read from a 32-bit word and the IPMI data is in bit 8-15, then the shift would be 8 (array of int)
parm:           slave_addrs:Set the default IPMB slave address for the controller.  Normally this is 0x20, but can be overridden by this parm.  This is an array indexed by interface number. (array of int)
parm:           force_kipmid:Force the kipmi daemon to be enabled (1) or disabled(0).  Normally the IPMI driver auto-detects this, but the value may be overridden by this parm. (array of int)
parm:           unload_when_empty:Unload the module if no interfaces are specified or found, default is 1.  Setting to 0 is useful for hot add of devices using hotmod. (int)
parm:           kipmid_max_busy_us:Max time (in microseconds) to busy-wait for IPMI data before sleeping. 0 (default) means to wait forever. Set to 100-500 if kipmid is using up a lot of CPU time. (array of uint)

Kipmi0 占用100% CPU1核相关推荐

  1. linux模拟cpu过载,linux下模拟CPU占用100%小程序

    linux下模拟CPU占用100%小程序 来源:https://blog.csdn.net/lin434406218/article/details/54694900 一.单个核100% 代码kill ...

  2. Ubuntu 18 snap 占用 100%,卸载 snap

    1. 卸载 snap Ubuntu 18.04 安装之后输入 df -h 之后有很多 snap 占用 100% ,如下所示. wohu@ubuntu1804:~$ df -h Filesystem S ...

  3. 织梦mysql占用资源_解决一个 MySQL 服务器进程 CPU 占用 100%的技术笔记

    早上帮朋友一台服务器解决了Mysql cpu 占用 100%的问题.稍整理了一下: 朋友主机(Windows 2003 + IIS + PHP + MYSQL )近来 MySQL 服务进程 (mysq ...

  4. php mysql cpu100_MySQL服务器进程CPU占用100%的解决方法

    早上帮朋友一台服务器解决了 Mysql cpu 占用 100% 的问题.稍整理了一下,将经验记录在这篇文章里. 朋友主机(Windows 2003 + IIS + PHP + MYSQL )近来 My ...

  5. Linux磁盘占用100%解决方法

    Linux磁盘占用100%解决方法 参考文章: (1)Linux磁盘占用100%解决方法 (2)https://www.cnblogs.com/gaf617/p/4755577.html 备忘一下.

  6. windows下设置进程CPU相关性/亲合度,解决CPU使用率占用100%的问题

    windows下设置进程CPU相关性/亲合度,解决CPU使用率占用100%的问题 参考文章: (1)windows下设置进程CPU相关性/亲合度,解决CPU使用率占用100%的问题 (2)https: ...

  7. jstack分析cpu占用100%

    问题:使用jstack来分析cpu占用100%. 过程分析: 1. 运行测试程序后,top命令发现某个进程(pid)占用cpu达到100%. 2. 查看哪个线程占用最多资源: ps mp 24018 ...

  8. linux snap 进程cpu占用100% 解决

    过程如下: df -iayll@yll-ubuntu:/snap/snapd$ df -ia 文件系统 Inode 已用(I) 可用(I) 已用(I)% 挂载点 sysfs 0 0 0 - /sys ...

  9. sleep防止CPU占用100%

    sleep(long millis) 线程睡眠 millis 毫秒 sleep(long millis, int nanos) 线程睡眠 millis 毫秒 + nanos 纳秒 使用sleep方法避 ...

最新文章

  1. 赠书 | 人工智能变“人工智障”?关于因果关系的新科学
  2. java窗口坐标_如何在Java中获取窗口外部的鼠标单击坐标
  3. 举例什么时候会用到 call(), apply()
  4. (HDU)1491-- Octorber 21st (校庆)
  5. 风洞试验计算机控制模块,计算机控制风洞
  6. 写一个简单易用可扩展vue表单验证插件(vue-validate-easy)
  7. exchange2007开启反垃圾邮件功能
  8. Oracle物理的体系结构
  9. Java HashSet的元素内容变化导致的问题
  10. Git之Github使用(一):Push代码到Github
  11. 小丸工具箱\FFmpeg踩坑记录
  12. html-QQ登陆界面
  13. 高效准确处理scipy.misc 中imresize、imread导入错误问题
  14. MSDP协议报文类型
  15. 【Windows】网线直连实现两台电脑共享文件夹
  16. strconv,strings的学习(三)
  17. java中String转Long类型
  18. 搭建vmware虚拟机,搭建docker环境
  19. 153分钟学会Rpdf 百度云盘
  20. 5G测试完毕,梦想能否照进现实

热门文章

  1. 12 个超燃的 IntelliJ IDEA 插件!
  2. 一行代码都不写!Github 博客小白版入门教程
  3. 优秀工程师至关重要的一项技能,你解锁了吗?
  4. 数据统计脚本(一周)
  5. 100%抄袭!ICLR 2022投稿竟公然剽窃两篇顶会,程序主席放「实锤」严词拒稿
  6. 中国各地高考难度地图:上大学最难的省份是哪里!?
  7. 华人小哥开发“黑话”数据集,AI:你连dbq都不知道,xswl!| NAACL 2021
  8. NLP/CV模型跨界进行到底,视觉Transformer要赶超CNN?
  9. 一行代码发一篇 ICML?
  10. 漫画:有趣的“帽子问题”