Mangohud works really great for this inside a game, but outside of that I am not sure what to turn to check temps at idle.
I would prefer a GUI tool (QT since I am on Plasma), but I am also comfortable with the terminal. What are you all using?
Every GUI tool just uses the data from lm_sensors, so you’ll need to install that and have it identify the installed hardware sensors in your computer. After that, you can choose from a variety of GUI front ends; here is the Arch Wiki page with a list of common and popular GUI tools for this purpose.
Thanks! Lm_sensors didn’t appear to be in the opensuse repo, but I will double check because it seems like a lot of things depend on it
btop in the terminal is awesome. It’ll give continuously updated temps for each core as well as the temp at the outlet. Plus, it’s pretty.
For spot checks I just run
sensors
orwatch sensors
.
sar -m TEMP | grep amdgpu
when I want to see history (needs the sysstat cronjob configured to collect sensors data).Have you tried creating a custom page with the plasma system monitor?
plasma-systemmonitor
You can create a new page to monitor all your temps, then add rows for each sensor you want to monitor, select the chart type or text and then select the sensor itself.
I’m sure there are plenty of guides on how to set it up to get what you want.
Psensor. It’s gui only. I don’t care for the graph so I just resize the window until I only see the numbers.
I was looking for this one earlier, it’s weirdly not in the OpenSuse repo
Looks like it’s not in the official repos, but is in a few community ones: https://software.opensuse.org/package/psensor
Hwmonitor