Image of my GPU monitor plugin

Image of my GPU monitor plugin

Features

I made an IntelliJ plugin that monitors GPU vitals that's compatible with PyCharm (my IDE of preference), IntelliJ IDEA, and others. It monitors GPU temperature, GPU usage, and memory usage and plots the graphs using JFreeChart. It's useful for keeping track of memory utilization, etc while training my machine learning models.

GPU monitor plugin settings

GPU monitor plugin settings


Compatibility

It currently only supports single nvidia gpu setups, but I can add more support if needed.


The plugin is located here, and the source code is located here. Please add feature requests and/or bugs in the GitHub repository!