I installed the System Load Indicator GNOME extension on my Ubuntu 18.04, but for some reason, instead of showing a proper graph for CPU usage, it only shows a very thin line that seems to be a small portion of the actual graph. If I hover over it, the proper graph shows. How to make it show the whole graph all the time?
Asked
Active
Viewed 1.4k times
25
-
1package indicator-multiload is also not supported on 19.04 as it just flashes on that same desktop top status bar widget – Scott Stensland May 22 '19 at 20:17
2 Answers
24
Although System Load Indicator (indicator-multiload
) works well with desktop environments like Unity, MATE etc., it's not very compatible with GNOME 3 (default in Ubuntu 17.10 and later).
If you want to try an alternative solution which is compatible with GNOME, you may use a GNOME shell extension called "system-monitor". It does
Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates…
You can also install it from the 'Software' application or by running
sudo apt install gnome-shell-extension-system-monitor
pomsky
- 68,507
-
Is there a way to increase the size of the font? On my computer it looks like 9pt if not just 8 or even 7. It's like tiny. White on black which becomes light gray because of the anti-aliasing and it becomes really hard to read. – Alexis Wilke Oct 22 '19 at 17:07
0
or until (if ever) they fix it, you could try: https://gitlab.gnome.org/GNOME/gnome-usage which, yes, doesn't do tray at the moment
secretAgent
- 139
-
If you just wish to use an application (instead of a tray icon/indicator) to monitor various system-resource info, then you don't even need to install any other extra application. Ubuntu releases comes with a pre-installed System Monitor. – pomsky Nov 22 '19 at 14:50