VS
Size: a a a
VS
S
S
VS
VS
uptime | sed \'s/^.* up \\+\\(.\\+\\), \\+[0-9] user.*$/\\1/\'
VS
SN
S
S
VS
$sf="uptime | sed 's/^.* up \+\(.\+\), \+[0-9] user.*$/\1/'";
exec("sudo vcgencmd measure_temp | grep -o '[0-9.]*'; $sf", $out);
VS
VS
R
VS
S
$sf="uptime | sed 's/^.* up \+\(.\+\), \+[0-9] user.*$/\1/'";
exec("sudo vcgencmd measure_temp | grep -o '[0-9.]*'; $sf", $out);
R
VS
S
S
350735.47 234388.90
The first value represents the total number of seconds the system has been up. The second value is the sum of how much time each core has spent idle, in seconds.