🖥️ GPU Monitor for Ubuntu: The Ultimate Real-Time GPU Tracking Tool. Monitor your GPU's performance, temperature, and memory usage directly from your Ubuntu menu bar with GPU Monitor. This user-friendly and efficient application supports multiple GPUs and is fully integrated with the latest Ubuntu operating system. Get live updates and optimize your gaming or development tasks. Download now and take control of your GPU's health today!
GPU Monitor is an intuitive tool designed for developers, gamers, and professionals who need to keep an eye on their graphics card's performance and health in real time. It integrates seamlessly with the Ubuntu menu bar, providing essential information at your fingertips.
- Real-time Monitoring: View GPU utilization, memory and temperature, all updated live.
- Multi-GPU Support: Manage and monitor multiple GPUs from a single instance.
- Optimized for Ubuntu: Crafted to integrate flawlessly with the latest Ubuntu OS.
git clone https://github.com/maximofn/gpu_monitor.git
or with ssh
git clone git@github.com:maximofn/gpu_monitor.git
Make sure that you do not have any venv
or conda
environment installed.
if [ -n "$VIRTUAL_ENV" ]; then
deactivate
fi
if command -v conda &>/dev/null; then
conda deactivate
fi
Now install the dependencies
sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0
sudo apt-get install gir1.2-appindicator3-0.1
pip3 install nvidia-ml-py3
pip3 install pynvml
add_to_startup.sh
Then when you restart your computer, the GPU Monitor will start automatically.
Consider giving a ☆ Star to this repository, if you also want to invite me for a coffee, click on the following button