2021年7月29日木曜日

RaspberryPi4の温度と周波数を手軽に表示したかった(そんだけ)

RaspberryPi4の温度と周波数を手軽に見たいなと思ってalias 作った(そんだけ)

以下を.bashrcの適当なところに設定してやれば、tempとかfreqで出てくる。

alias temp='echo "scale=3;"$(cat /sys/class/thermal/thermal_zone0/temp) / 1000 | bc'
alias freq='cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq'

0 件のコメント: