1
24.7 Production Series / Re: Temperature: Dashboard Temps differ massively from CLI
« on: December 01, 2024, 06:57:35 pm »
I think meyergru is tired of repeating his answers and he's not wrong.
You are using cpu cycles to run that command and one is a lot more intensive than the other which is why there is a difference in the temps. That answers questions 1 and 2.
To answer your third, I would rely on the "sysctl dev.cpu | grep temperature | sort" more since its showing the temperature with the command skewing the results the least.
You are using cpu cycles to run that command and one is a lot more intensive than the other which is why there is a difference in the temps. That answers questions 1 and 2.
To answer your third, I would rely on the "sysctl dev.cpu | grep temperature | sort" more since its showing the temperature with the command skewing the results the least.

