Replacement for system monitor applet for 17.10

When using 17.04 I used the system monitor applet to provide at a glance monitoring. CPU, Memory, Network etc

When I upgraded to 17.10 this applet became unusable as it was far too small to be practical. I tried to tweak it but nothing worked.

Is there a suitable replacement in 17.10?

I have tried installing the gnome extension system monitor but have not succeeded.

This one installs but it does not give me bars. I have to open it to see the stats.

This one complains about missing dependencies even though when all the requested dependencies are installed.


Solution 1:

The extension system-monitor depends on a few packages. To install them, run

sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0

Then log out and log in again as some extensions are not loaded properly right away. Alternatively if you're in an Xorg session (instead on Wayland) you may restart GNOME shell by pressing alt+f2 then typing r and pressing enter.

Solution 2:

System monitor gnome extension works fine, you just have to remove indicator-multiload via apt-get, which was blocking it from working and relogin afterwards. Command I used is:

sudo apt-get remove indicator-multiload