aristocratos / bashtop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.79k stars 552 forks source link

Added GPU monitoring support #237

Open energizerbee opened 1 year ago

energizerbee commented 1 year ago

Hello, I added support for GPU monitoring. It does add the python package GPUtil as a dependency however its use is optional. When GPU monitoring is activated it shrinks the processes box to the same height as the memory box to make space (the thinking is it only needs as much height as the net box since the graph can be tracked well enough with width given). It tracks the usage, memory, and temperature of the GPU. Let me know if there is anything I should fix!

Thank you :)