this post was submitted on 03 Sep 2025
26 points (96.4% liked)

Linux Gaming

21952 readers
110 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
26
Hardware monitoring (programming.dev)
submitted 2 months ago* (last edited 2 months ago) by Matty_r@programming.dev to c/linux_gaming@lemmy.world
 

Hey all, Just wondering what you use for hardware monitoring if you have an app that can show various speeds and temperatures etc?

Quick edit: what about stress testing as well?

you are viewing a single comment's thread
view the rest of the comments
[–] palordrolap@fedia.io 2 points 2 months ago

Deeply, deeply vanilla here.

gnome-system-monitor for network, drives, memory and CPU usage. Sensors Monitor applet in Cinnamon (which makes use of the lm-sensors console command in the background) and occasionally xsensors (likewise) for temperatures and the like.

Bottom right of my second monitor, on a Cinnamon panel, I have the aforementioned applet set to show G: xx C: yy where xx and yy are the current max temperatures of the GPU and CPU respectively. Tooltip hover on that is set to show drive temperatures, but I rarely look at those because they rarely ever seem to get above 40C.

I've also used the bash-sensors applet in the past to do similar things.

xsensors/lm-sensors needed a kernel module loaded to access extra temperature stats beyond the basics, but most of those turned out to be useless, wrong or not worth worrying about.

As for stress testing, I have a shell script that spins up several do-nothing, busywork scripts and will push the CPU to 100%, 80C and the fans to high RPM in barely any time at all. I don't feel the need to do that very often.

For the GPU, I can just remove any FPS limit from whatever relatively recent game I'm playing. Heck, even Minecraft.

I've considered installing one of the applications that adjusts CPU fan RPM curves, but I set a profile I liked in the UEFI over a year ago and that's been working fine for me. If I've ever hit a point where the CPU has had to rate-limit, I haven't really noticed the drop in performance.