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

Linux Gaming

22286 readers
111 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
[–] suicidaleggroll@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

I use node_exporter on all of my systems. They get scraped by a VictoriaMetrics instance on one of my servers, and then AlertManager is used to push out alerts if any of my configured thresholds are met (high temperature, high memory usage, high swap usage, high disk usage, etc.), and Grafana is used to plot it.

eg: CPU Temperatures, Drive Temperatures, RAM Usage, Disk Usage, and many more. Disk usage on that scale is pretty boring, but there's a lot to see if you zoom out.

It records thousands of metrics from every system every 15 seconds and holds onto it for 6 months, so it's easy to spot trends, look at historical changes, the differences caused by hardware changes, etc. I also use smart plugs which get pulled into the same database, so I can look at power consumption on all of the systems.