mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
671 B
671 B
LM-sensors
TL;DR
# Install.
sudo dnf install lm_sensors
# Detect and generate a list of kernel modules.
# Needs to be executed prior of the next commands.
sudo sensors-detect
# Show the current readings of all sensors.
sensors
# Display sensor information in raw output.
# Suitable for parsing.
sensors -u
# Show temperatures in degrees Fahrenheit.
sensors -f
sensors --fahrenheit