The “Standby” mode is not putting the device into a deep sleep. It seem to switch off the screen and that’s it.
Mem: 185804K used, 35648K free, 136K shrd, 10628K buff, 57296K cached
CPU: 2% usr 6% sys 0% nic 89% idle 0% io 0% irq 0% sirq
Load average: 4.19 2.26 0.92 1/74 1771
PID PPID USER STAT VSZ %VSZ %CPU COMMAND
640 1 root S 270m 125% 5% ./ZenUI -qws
...
But I guess you need to measure the power consumption on the power supply unit to determinate if the is any significant difference between standby and normal operation without any workload.
@ danimaetrix But so if you observed that the device is getting still warm there will be no real/good standby at all.
For all who let the device 24/7 running - at best with the wifi connection/internet connection: well, congratulation ! you are rich !
P.S. these are the CPU speed values (MHz) in standby mode:
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
450000
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
450000
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
112500
#
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies
450000 225000 112500
Also from this point it seems that the cpu will not go down to the lowest frequency in standby mode.
But power consumption is not only a question of CPU - I guess also the rest of the hardware runs full power in standby and will not be powered off.