CaffeineAddict
Well-Known Member
I'd like to share a program that I find very useful, it is
How to install?, on distros using
It will show you GPU utilization, memory usage, device name, PCIe generation and other interesting stats.
nvtop
which is similar to htop
except it displays GPU details for Nvidia card, see screenshot below:How to install?, on distros using
apt
it's as simple as:
Bash:
sudo apt update
sudo apt install nvtop
It will show you GPU utilization, memory usage, device name, PCIe generation and other interesting stats.