lm_sensors

from Wikipedia, the free encyclopedia

lm_sensors
Basic data

Maintainer Jean Delvare
Current  version 3.4.0
(June 25, 2015)
operating system Linux
programming language C.
category System monitor
License LGPL 2.1
https://hwmon.wiki.kernel.org/lm_sensors , previously: http://www.lm-sensors.org/ ( Memento from June 27, 2015 in the Internet Archive )

lm_sensors is a free Linux program for monitoring various sensors . lm_sensors reads temperature , voltage and fan speed values via SMBus or I²C from the registers in the sensor.

The program contains a program library ( libsensors ) with a programming interface and the daemon sensord .

Sample output

$ sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1:            N/A  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +54.0°C  (high = +84.0°C, crit = +100.0°C)
Core 0:         +52.0°C  (high = +84.0°C, crit = +100.0°C)
Core 1:         +54.0°C  (high = +84.0°C, crit = +100.0°C)

configuration

The sensors-detect command line application can be used to search for sensors embedded in the hardware. Some may require additional kernel modules . Often no sensors can be read out on notebooks, since the power management is not taken over by the operating system but by the ACPI .

Public perception

The lm_sensors program has already been mentioned in several books internationally, including in German Networks with Linux: High availability, security and performance ... and the magazines Linux-Magazin , c't -Magazin, ADMIN-Magazin and PC-Welt .

Web links

Individual evidence

  1. [lm-sensors] lm-sensors 3.4.0 has been released! ( Memento from June 26, 2015 in the Internet Archive )
  2. Changing the libsensors License ( Memento from May 21, 2011 in the Internet Archive )
  3. Yongkui Han: Temperature Aware Techniques for Design, Simulation and Measurement in Microprocessors . ProQuest, 2007, ISBN 978-0-549-17042-6 , p. 75.
  4. Heiko Bauke, Stephan Mertens: Cluster Computing: Practical introduction to high-performance computing on Linux clusters . Springer-Verlag, 2006, ISBN 978-3-540-29928-8 , p. 88.
  5. Note from sensors-detect: This is relatively common on laptops, where thermal management is handled by ACPI rather than the OS.