GPU visualization monitor based on GPUutil.
1 line per gpu, showing gpu load (0.0 = 0%, 1.0 = 100%).
Create venv and install requirements.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the script.
python gpumon.py
There are no options or arguments (yet).
this project would not exist without the GPUutil library. The matplotlib animation system is largely inspired by the following stackoverflow post.