I've found this post when searching for something to display CPU, memory utilization in Ubuntu 20.04 top pane.
How do I show memory usage information in top bar or as notification?
According to the accepted answer ...
sudo apt-get install gnome-shell-extension-system-monitor
This will also pull in all the required dependencies, and after a reboot or log out the system monitor was in the top task bar.
I did try the solution given, rebooting the computer, but nothing happens.
I can't comment there as 50 reputations
are required which I don't have yet at the moment.
How do I get this utility appear on the top pane?
Also, if there is an alternative/probably better tool, let me know.
indicator-multiload
but did not see any changes even after reboot. – Sep 01 '20 at 16:00gnome-tweaks
solved the issue immediately without log out. Thanks – Sep 01 '20 at 16:06~/.local/share/gnome-s*
dirs then log out/back to have the indicators working again. – Déjà vu Oct 30 '20 at 09:03indicator-multiload
absolutely fried my system when I installed it. Even straight off a fresh reboot my desktop was totally unusable. As soon as I removed it everything's back to normal. – dimo414 Oct 20 '23 at 20:47