linux上监控cpu温度,Linux怎样监控CPU温度?

news/2024/11/23 17:10:04/

安装测试系统:

硬件:普通PC机,

软件:redhat linux as 4

2。6 。9 , 安装系统自带的lm_sensors-2。8。7-2。i386

你也可以从[url]http://www。edgedesign。us/about/lm_sensors[/url]下载

这个软件可以在linux下收集到系统温度。

然后我用cacti显示。

由于是系统自带的。所以我在安装系统的时候就已经安装好的。所以如果你找不到的话。可以在系统盘上找,然后rpm安装。这个我就不说了。

下来看配置:

运行:

/sbin/depmod –a

vi /etc/ld。

so。conf

加入这一行: /usr/local/lib

运行: ldconfig

运行:sensors-detect 扫瞄你的主机使用那些芯片组

1: We can start with probing for (PCI) I2C or SMBus adapters。

You do not need any special privileges for this。

Do you want to probe now? (YES/no): YES

2:Next adapter: SMBus I801 adapter at 0500 (Algorithm unavailable)

Do you want to scan it? (YES/no/selectively): YES

3:Do you want to scan the ISA bus? (YES/no): YES

4:Do you want to scan for Super I/O sensors? (YES/no): YES

5:Do you want to scan for secondary Super I/O sensors? (YES/no): YES

6:Now follows a summary of the probes I have just done。

Just press ENTER to continue: 回车

7:I will now generate the commands needed to load the I2C modules。

Sometimes, a chip is available both through the ISA bus and an I2C bus。

ISA bus access is faster, but you need to load an additional driver module

for it。 If you have the choice, do you want to use the ISA bus or the

I2C/SMBus (ISA/smbus)? ISA

显示:

To make the sensors modules behave correctly, add these lines to

/etc/modules。

conf:

#----cut here----

# I2C module options

alias char-major-89 i2c-dev

#----cut here----

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----

# I2C adapter drivers。

全部


http://www.ppmy.cn/news/765108.html

相关文章

conky 增加cpu温度监控

先安装 sensors 然后修改conky配置 use_xft yes xftfont WenQuanYi Zen Hei:pixelsize12 xftalpha 0.1 update_interval 1 total_run_times 0own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip…

服务器cpu温度高日志记录位置,服务器CPU温度高

服务器CPU温度高 内容精选 换一换 实例即云耀云服务器,是由CPU、内存、操作系统、云硬盘组成的基础的计算组件。云耀云服务器创建成功后,您就可以像使用自己的本地PC或物理服务器一样,在云上使用云耀云服务器,打造一个高效、可靠、…

linux实时监测cpu温度,Linux 监控CPU 温度

安装测试系统: 硬件:普通PC机, 软件:redhat linux as 4 2.6 .9 , 安装系统自带的lm_sensors-2.8.7-2.i386 这个软件可以在linux下收集到系统温度。然后我用cacti显示。 由于是系统自带的。所以我在安装系统的时候就已经安装好的。所以如果你找不到的话。可以在系统盘上找,…

linux系统cpu温度监控,怎么看cpu温度-ZABBIX监控Linux主机CPU温度

Linux主机安装Im_sensors [rootlocalhost ~]# yum install -y lm-sensors [rootlocalhost ~]# sensors-detect 选项全部选择yes,然后重启zabbix-agent服务或者主机。 2、Im_sensors查看显示结果(由于这里是使用虚机,所以温度显示有问题) [rootlocalhost …

云服务器温控系统,服务器cpu温度监控软件

服务器cpu温度监控软件 内容精选 换一换 主机监控分为基础监控、操作系统监控、进程监控。基础监控:ECS/BMS自动上报的监控指标。操作系统监控:通过在ECS或BMS中安装Agent插件,为用户提供服务器的系统级、主动式、细颗粒度监控服务。进程监控…

sensors监控服务器cpu温度

监控服务器cpu温度 #安装 sudo apt-get install lm-sensors安装成功后运行 #运行 sensors安装首次sensors可能不起作用,启动服务 rootroots:/data# /etc/init.d/kmod start [ ok ] Starting kmod (via systemctl): kmod.service.##再次运行效果 rootroots:/data#…

Linux如何通过sensors来监控CPU温度

当你在linux系统下运行一下比较占用CPU资源的程序时,你会很关心你的CPU是否超温,小编就在介绍下如何实时监控CPU的温度 1、首先查看是否安装sensors包,使用以下命令查看: rpm -qa|grep sensors 2、如果没有安装,Cent…

使用Streamlit和OpenAI API构建视频摘要

本文提供了使用Streamlit和OpenAI创建的视频摘要应用程序的概述。该程序为视频的每个片段创建简洁的摘要,并总结视频的完整内容。 要运行应用程序,需要安装以下依赖项: Python(3.7或更高版本)StreamlitOpenAI API密钥llama_indexyoutube_transcript_api…