IT猫扑网:您身边最放心的安全下载站! 最新更新| 软件分类| 专题汇总| 手机版

您当前所在位置:IT猫扑网 > 操作系统 > LINUX > linux硬件监控

linux硬件监控

时间:2015-06-28 00:00 来源:IT猫扑网|http://www.itmop.com/ 作者:网管联盟 我要评论(0)

  今天一台兼容服务器发生死机问题,可能就是一年前的内存过热问题,苦于远程,又没有监控软件,于是找了一个lm_sensors 还不错:

  安装lm_sensors

  现在基本上每个Linux都已经有lm_sensors包了,我们主要安装了就可以了。或者我们也可以通过源文件来自己编译。

  我是使用的源文件,官方网站下载的。

  [root@localhost lm_sensors-3.1.2]# make user

  Makefile:175: lib/data.ld: No such file or directory

  Makefile:175: lib/general.ld: No such file or directory

  Makefile:175: lib/error.ld: No such file or directory

  Makefile:175: lib/access.ld: No such file or directory

  ......

  [root@localhost lm_sensors-3.1.2]# make user_install testing

  mkdir -p /usr/local/lib /usr/local/include/sensors /usr/local/man/man3 /usr/local/man/man5

  ******************************************************************************

  Warning: This is the first installation of the libsensors.so.4*

  library files in /usr/local/lib!

  You must update the library cache or the userspace tools may fail

  or have unpredictable results!

  ......

  [root@localhost lm_sensors-3.1.2]# sensors-detect

  # sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)

  # System: System manufacturer System Product Name

  # Board: ASUSTek Computer Inc. DSBV-DX/SAS

  This program will help you determine which kernel modules you need

  to load to use lm_sensors most effectively. It is generally safe

  and recommended to accept the default answers to all questions,

  unless you know what you're doing.

  Some south bridges, CPUs or memory controllers contain embedded sensors.

  Do you want to scan for them? This is totally safe. (YES/no): Yes

  Silicon Integrated Systems SIS5595...     No

  VIA VT82C686 Integrated Sensors...  No

  VIA VT8231 Integrated Sensors...    No

  AMD K8 thermal sensors...     No

  AMD Family 10h thermal sensors...   No

  AMD Family 11h thermal sensors...   No

  Intel Core family thermal sensor... Success!

  看的出来,支持探测器类型还是很全的。

  [root@localhost lm_sensors-3.1.2]# lm_sensors start

  Starting lm_sensors: [ OK ]

  [root@localhost lm_sensors-3.1.2]# sensors

  w83627hf-isa-0290

  Adapter: ISA adapter

  VCore 1: +3.33 V (min = +0.00 V, max = +0.00 V) ALarm

  VCore 2: +3.36 V (min = +0.00 V, max = +0.00 V) ALarm

  ......

  名字不好认,可能要wf 比较好。

关键词标签:linux硬件监控

相关阅读 安装红帽子RedHat Linux9.0操作系统教程 Tomcat9.0如何安装_Tomcat9.0环境变量配置方法 多种操作系统NTP客户端配置 Linux操作系统修改IP Linux实现SCSI硬盘热插拔及在线识别 Linux下用CDMA modem拨号上网

文章评论
发表评论

热门文章 安装红帽子RedHat Linux9.0操作系统教程 安装红帽子RedHat Linux9.0操作系统教程 Linux服务器:设计高性能网站架构-LLMP Linux服务器:设计高性能网站架构-LLMP 使用Clonezilla迁移到虚拟Linux环境 使用Clonezilla迁移到虚拟Linux环境 Linux上的MRTG流量监控中心 Linux上的MRTG流量监控中心 Linux 双网卡绑定一个IP原理及实现 Linux 双网卡绑定一个IP原理及实现 linux和windows等系统远程控制ubuntu桌面 linux和windows等系统远程控制ubuntu桌面

相关下载

人气排行 Linux下获取CPUID、硬盘序列号与MAC地址 dmidecode命令查看内存型号 linux tc实现ip流量限制 安装红帽子RedHat Linux9.0操作系统教程 linux下解压rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 关机、重启、注销 命令 查看linux服务器硬盘IO读写负载 linux命令行浏览器的使用方法 Linux NFS服务固定端口及防火墙配置 U盘安装Ubuntu 10.04 Linux清除用户登录记录和命令历史方法