clbr / radeontop

GNU General Public License v3.0
785 stars 69 forks source link

radeontop from multiple GPUs #166

Closed brianmatute011 closed 2 months ago

brianmatute011 commented 2 months ago

Hello. My system currently has 6 integrated GPUs. I use radeontop to monitor the resources used. I haven't had any problems with this since radeontop -b [PCI bus] but I would like to know if it is possible to monitor the VRAM usage of each of my GPUs in parallel from the same radeontop ui instance? Since I currently have to instantiate radeontop -b [PCI bus] 6 times in different sections for each independent bus. I'm probably using this incorrectly. Greetings @clb

clbr commented 2 months ago

No, one instance can only monitor one GPU. If you want to gather all six to one view, you could use the -d dump mode and some scripting.

brianmatute011 commented 2 months ago

Excuse me, can I use the radeontop source code as a variant and make a small version compiled and optimized for my specific need?

clbr commented 2 months ago

It's GPL licensed, so feel free to customize.