what is the command to show the current temp, luci stats is a 5 second refresh and i want to monitor via ssh during testing
If your device has thermal zones, then this should work.
awk '{printf "%5.1f C ", $1/1000}' /sys/class/thermal/thermal_zone*/temp
Also this: