applet or desklet for accurate CPU temps?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
treehugger
Level 1
Level 1
Posts: 26
Joined: Thu Jan 27, 2022 2:06 pm
Location: west coast usa

applet or desklet for accurate CPU temps?

Post by treehugger »

running :
x570 unify motherboard
Ryzen 5950x
DH 15 cooler
gskill ram 32g 3600
rtx 3080Ti
fractal case


it gets real hot under full load and id like to keep an eye on it and other sensors preferably as applet or desklet, but most of the ones ive tried dont work
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Termy
Level 12
Level 12
Posts: 4248
Joined: Mon Sep 04, 2017 8:49 pm
Location: UK
Contact:

Re: applet or desklet for accurate CPU temps?

Post by Termy »

Do you have access to any applets which allow you to run a command from which to get the data to be displayed? If so, you or someone else could write a script to get the exactly information you need.

For example, I used to have the output from this displayed on one of my bars:

Code: Select all

read < /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
printf "%3d\u00b0C" "${REPLY%[0-9][0-9][0-9]}"
It accessed a file via SYSFS ('/sys') appropriate for my system, so don't be surprised if it doesn't work with yours.
I'm also Terminalforlife on GitHub.
User avatar
spamegg
Level 14
Level 14
Posts: 5040
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: applet or desklet for accurate CPU temps?

Post by spamegg »

Psensor works well for me. It's in the repositories apt install psensor It sits in the system tray, you can view all the temps by clicking the tray icon, or you can bring up its main window, which is fairly small with a graph.
treehugger
Level 1
Level 1
Posts: 26
Joined: Thu Jan 27, 2022 2:06 pm
Location: west coast usa

Re: applet or desklet for accurate CPU temps?

Post by treehugger »

thx for replies, im trying psensors
Locked

Return to “Software & Applications”