Wondering if there's an applet that shows cpu and gpu load? I've already done sensors-detect.
Specs: Ryzen 3900x and Vega 64 gpu.
cpu and gpu temps monitoring
Try out CoreCtrl
in the repos. Hope it works!
ultra99 That applet is not in Solus Repos. The one who developed it have achieved the repo.
https://github.com/Dirli/budgie-cpufreq-applet
If you want, you can still compile it in your machine.
Another option is to use a conky, for that try to install conky-manager
.
found it. I guess i needed to restart my computer.
I tried both, but I'm not getting real-time cpu temps.
- Edited
algent I just tried to write both corectrl and CoreCtrl and it brings me up the app no matter the spelling. Still my bad for not thinking that terminal spelling is case sensitive. Been there , done that !
ultra99 Sorry , I thought it worked with Cpu aswell as the Gpu.
I actually only needed it for the gpu since i've heard its the only app that works with current Navi gpu's .
- Edited
what do you guys think of gotop? changelog shows latest update was March 2019!! here are my current temps, not sure if the readings are accurate.
But I'd like to see my temps in my applet bar instead of using screen real-estate.
ultra99 gotop is dead in favor of ytop: https://dev.getsol.us/D8299
The patch is waiting for a review but it'll eventually land.
livingsilver94 oh, ok. I guess this gotop is the best option until ytop drops.
for the 3800x the conky code for temperature is
${execi 1 sensors | grep Tdie: | cut -c 16-17}°C
its proabably the same or nearly for the 3900x
or straight in the terminal
sensors | grep Tdie: | cut -c 16-17
I feel stupid. I'm trying to import conky themes but they don't seem to appear in Conky Manager (drag and drop), even though it says "successfully imported". Also, went into .conky folder and pasted the folder downloaded from here : https://www.box-look.org/p/1296257/ still noting. Any ideas?
I'm sorry if this is what you meant when you said you have already done "sensors-detect" but I use watch
:
watch sensors
for CPU
watch nvidia-smi
for nvidia GPU
Psensor is a graphical hardware temperature and fan speed monitor tool.