cpu temp monitoring for SCALE

jsherm101

Dabbler
Joined
Nov 25, 2016
Messages
20
Any recommendations on a utility that isn't middleware (i.e. via CLI) to monitor CPU temps?

I'm trying to stress test my system to reproduce crash bugs and see if it was related to a CPU cooler swap I did. I use mprime95 but noticed it stresses the systems so hard that the middleware can't keep up and fails to report cpu temps.

What's the best way to solve this? And is there a way to store/use programs so they don't get deleted between system updates?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
sensors is how to see it at the CLI/SSH.

is there a way to store/use programs so they don't get deleted between system updates?
put it on your pool... assuming it's a binary with all dependencies met by the system, just run it from there.
 

jsherm101

Dabbler
Joined
Nov 25, 2016
Messages
20
sensors is how to see it at the CLI/SSH.


put it on your pool... assuming it's a binary with all dependencies met by the system, just run it from there.
Thanks - good point. I guess i could just manually link to /bin each time

Also -- silly me! htop also shows temperatures if you go to SETUP and enable it.
 
Top