psutil icon indicating copy to clipboard operation
psutil copied to clipboard

[Linux] Add support for sensors of voltage, current and power

Open mako2580 opened this issue 1 year ago • 0 comments

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

mako2580 avatar Oct 14 '23 09:10 mako2580