rock64_health.sh
#2
I on my rockpro use a script:

Code:
#!/bin/sh

while true :
do
 now=$(date "+%F,%H:%M:%S")
 temp1=$(cat /sys/class/thermal/thermal_zone0/temp)
 temp2=$(cat /sys/class/thermal/thermal_zone1/temp)
 freq0=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq)
 freq1=$(cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq)
 freq2=$(cat /sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq)
 freq3=$(cat /sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq)
 freq4=$(cat /sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq)
 freq5=$(cat /sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq)
 pwm1=$(cat /sys/class/hwmon/hwmon0/pwm1)
 echo $now,$(( freq0 /1000 )),$(( freq1 /1000 )),$(( freq2 /1000 )),$(( freq3 /1000 )),$(( freq4 /1000 )),$(( freq5 /1000 )),$(( temp1 / 1000 )),$(( temp2 / 1000 )),$(( pwm1 )) >> /var/log/temperature.log
 sleep 5
done

running a script from /etc/rc.local
The result of the log can be found here.
_____________________________________________________________________________________________________________________________________________
my SOHO NAS RockPro64 4GB v2.1 / eMMC 32GB / PCIe -> 4*SATA Marvell 88SE9235 / SD-card 64 GB / NAS Casing / image Debian Stretch Minimal / Kernel 4.4.xxx ayufan
my Multimedia desktops: ASUS H310T G5500, ODROIDs -XU4, -XU3, -C2, -C1;
my trash BananaPi; RPi B, B+; ODROID-W


Messages In This Thread
rock64_health.sh - by hunderteins - 10-11-2018, 04:47 AM
RE: rock64_health.sh - by romtorwator - 10-11-2018, 06:40 AM
RE: rock64_health.sh - by dukla2000 - 10-18-2018, 04:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)