I recently started using and love it but I’d like it more if I could see some of my GPU stats.

Example: when I’m viewing applications that are running I can see the user, memory usage and cpu usage. I’d like to know the GPU usage as well.

Or split the CPU widget at the top to include stats about the GPU usage as well.

I know there are separate tools but ideally I’d like to just have one open without switching tabs.

  • I don’t know what GPU you have, whether it is AMD, Nvidia or Intel, but if you use Nvidia, the standard tool is nvidia-smi (if you install the proprietary drivers from here with the optional cuda package, you can access the command) . You will need to combine it with the watch tool for real time info.

    Otherwise, the one I prefer is nvitop.

    I’ve seen Intel specific tools too, but don’t recall them. And I’m not familiar with AMD tools.