https://iosoft.blog/2020/11/16/streamin ... pberry-pi/
I compiled cpuburn-a53
https://raw.githubusercontent.com/ssvb/ ... burn-a53.S
on Pi400 and saw that temperature goes down to 39°C on idle, and up to 53°C with cpuburn running.
This simple command measures temperature and pipes into trend:
Code: Select all
$ (while true; do vcgencmd measure_temp | cut -f2 -d\=; sleep 1; done) | trend - 120x4
trend can be installed by "sudo apt-get install trend".
I found out by accident that you can click into the graph and get corresponding value displayed at top.
The graph resulted by starting cpuburn-a53, then pressing CTRL-C, restarting and finally pressing CTRL-C again:
P.S:
I tried 60x1, and I really like that "make oldest data points darkest" in circular display: