sys-API icon indicating copy to clipboard operation
sys-API copied to clipboard

GPU monitoring

Open Rollbacke opened this issue 1 year ago • 2 comments

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,

Rollbacke avatar Oct 15 '24 12:10 Rollbacke

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

Krillsson avatar Oct 16 '24 12:10 Krillsson

Would also appreciate this!

omarahmed786 avatar Sep 13 '25 17:09 omarahmed786