psutil
psutil copied to clipboard
[Linux] Add support for sensors of voltage, current and power
Summary
- OS: Linux
- Type: new-api
Description
psutil currently supports only battery, fan and temperature sensors, but it lacks support of sensors of voltage, current and power, which can be seen in lm-sensors. I am talking about all files in /sys/class/hwmon/hwmon*/power*_*
, /sys/class/hwmon/hwmon*/in*_*
and /sys/class/hwmon/hwmon*/curr*_*
.
Thank you in advance