Having trouble finding a hardware monitor. I tried GNOME's system-monitor, but it doesn't show most of the possible info; I only get the CPU temp. My system has the MSI Gaming Edge AC with a Sapphire Radeon RX Vega 64 Nitro+.
Asked
Active
Viewed 8,602 times
3
2 Answers
2
I like to use conky
:
sudo apt install conky
Conky is a light weight system monitor that let's you pick and choose system information and your own information and place it on the same window you can move anywhere:
My design is about four years out-of-date and not nearly as fancy as "modern" conky
scripts.
Ubuntu 18.04
It's come to my attention some people (or everyone?) is having problems with conky under version 18.04. In which case I found this blog:
I had upgraded my 16.04 to 18.04 last year and don't recall any problems with conky. That said I rarely use 18.04 and prefer the stability and comfort of 16.04.6 LTS.

WinEunuuchs2Unix
- 102,282
-
1Can you please share this? After isntalling Conky it doesn't look like this. How do I make it look like this? – Neon Warge Jan 17 '21 at 12:42
-
@NeonWarge Everyone can have their own conky script tailored to their system and personal preferences. Here's the one I used above: https://askubuntu.com/a/941705/307523 – WinEunuuchs2Unix Jan 17 '21 at 16:36
0
May I recommend the Open Source HW Monitor? On Linux systems the Open Hardware Monitor requires Mono with WinForms.

K7AAY
- 17,202
glances
: https://nicolargo.github.io/glances/ – Michal Przybylowicz Jul 19 '19 at 23:28