Monitoring GPU performance

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Which version of system do you use? Please provide the version of the system here:

edge2-ubuntu-24.04-gnome-linux-6.1-fenix-1.6.8-240605

Please describe your issue below:

Is there way to monitor gpu usage? I am using Edge 2 to remotely control my workstation via Reemo, running in Brave browser, but when I have 2 sessions open I can feel some lag.

I was wondering if there is a way to monitor my system resources to see if 2 sessions are chocking the gpu. Looking at the htop I see that cpu is not maxed out, but Reemo uses hardware decoding so it should not affect cpu that much anyway.

Post a console log of your issue below:


Hello @Egert

You can use command like this to monitor:
watch -n 1 -t cat /sys/bus/platform/devices/fb000000.gpu/utilisation

1 Like