Date: 2024oct5
Distro: RedHat/Fedora/CentOS
Q. Fedora: getting temperatures of devices
A. There is a package called "lm_sensors" which provides a command "sensors"
(Notice its an underscore in the package name).
So do:
# dnf install lm_sensors
Then run:
# sensors
gigabyte_wmi-virtual-0
Adapter: Virtual device
temp1: +27.0°C
temp2: +42.0°C
temp3: +30.0°C
temp4: +32.0°C
temp5: +32.0°C
temp6: +38.0°C
acpitz-acpi-0
Adapter: ACPI interface
temp1: +16.8°C
temp2: +16.8°C
temp3: +27.8°C
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +30.0°C (high = +84.0°C, crit = +100.0°C)
Core 0: +27.0°C (high = +84.0°C, crit = +100.0°C)
Core 1: +27.0°C (high = +84.0°C, crit = +100.0°C)
Core 2: +28.0°C (high = +84.0°C, crit = +100.0°C)
Core 3: +27.0°C (high = +84.0°C, crit = +100.0°C)
Core 4: +28.0°C (high = +84.0°C, crit = +100.0°C)
Core 5: +30.0°C (high = +84.0°C, crit = +100.0°C)
nvme-pci-0400
Adapter: PCI adapter
Composite: +35.9°C (low = -273.1°C, high = +84.8°C)
(crit = +89.8°C)
You also get commands "fancontrol" and "pwmconfig".
Package "lm_sensors-sensord" provides "sensord" daemon.