Skip to content

Instantly share code, notes, and snippets.

@rmi1974
Last active March 29, 2020 15:01
Show Gist options
  • Save rmi1974/240029338b40b576ebeddb7d08d95639 to your computer and use it in GitHub Desktop.
Save rmi1974/240029338b40b576ebeddb7d08d95639 to your computer and use it in GitHub Desktop.
Linux hardware monitoring using lm-sensors #lmsensors

Linux hardware monitoring using lm-sensors

Courtesy of HWMon Wiki - Lm_sensors - Linux hardware monitoring - web.archive.org.

Install package

Fedora:

sudo dnf install lm_sensors lm_sensors-sensord

Usage

Open terminal window:

watch -n 2 sensors

Output will be like this:

Every 2.0s: sensors                                                                                          n550: Mon Nov 26 20:59:35 2018

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +82.0°C  (high = +84.0°C, crit = +100.0°C)
Core 0:        +74.0°C  (high = +84.0°C, crit = +100.0°C)
Core 1:        +77.0°C  (high = +84.0°C, crit = +100.0°C)
Core 2:        +82.0°C  (high = +84.0°C, crit = +100.0°C)
Core 3:        +80.0°C  (high = +84.0°C, crit = +100.0°C)

asus-isa-0000
Adapter: ISA adapter
cpu_fan:     3900 RPM
temp1:        +81.0°C

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment