Linux Hardware Monitoring

Source: Internet
Author: User
Article Title: linux Hardware Monitoring. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Today, a compatible server crashes, probably because the memory was overheated a year ago, suffering from remote connection and no monitoring software. So I found a lm_sensors:

Install lm_sensors

Now, each Linux has the lm_sensors package. We can install it. Or we can compile the source file by ourselves.

I downloaded the source file from the official website.

[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 (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 into tively. It is generally safe

And recommended to accept the default answers to all questions,

Unless you know what you're 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 10 h thermal sensors... No

AMD Family 11 h thermal sensors... No

Intel Core family thermal sensor... Success!

As you can see, the support for detector types is still comprehensive.

[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

......

The name is hard to recognize. wf may be better.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.