GPU monitoring
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,
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.
https://github.com/oshi/oshi/issues/1248 https://github.com/oshi/oshi/issues/2112
Would also appreciate this!