Skip to content

lm_sensors

kdtt87 edited this page Jan 1, 2019 · 9 revisions

Install lm_sensors

Warning: Do be careful what you install into dom0 though, as a conflicting package or some incompatibility could cause issues

To install lm_sensors, use the following command:

yum --enablerepo=base install lm_sensors

Detect sensors:

In order to display any output, lm_sensors need to detect on-die sensors- To do this, type the following command, and follow the on screen guide:

sensors-detect

Display temperatures:

After running the detection routine, you can display sensor output by typing the command:

sensors

More about lm_sensors