Krillsson / sys-API

Home server monitoring API and backend for Monitee
https://monitee.app
Apache License 2.0
107 stars 3 forks source link

GPU monitoring #168

Open Rollbacke opened 1 month ago

Rollbacke commented 1 month ago

Hi, (re),

It would be interesting to be able to monitor GPUs.

LibreHardwareMonitor is an (more up-to-date) open-source fork of OpenHardwareMonitor, which also supports graphics cards: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor

I participated in a project that implements it, if it helps: https://github.com/mathoudebine/turing-smart-screen-python

Regards,

Krillsson commented 1 month ago

I have considered this in the past. However, the support would also have to be implemented for at least the Linux platform as well and I didn't find a good and unified solution to do that from java when I looked into it the last time.

OSHI, the cross platform library that I mainly use, only provides vram capacity at the moment. Not utilization, vram usage, core temp etc.