[ADDED] System load to dashboard call

This commit is contained in:
Sebastian Grewe 2013-12-06 14:38:59 +01:00
parent 1074c8c0bf
commit 9bd1f8e963

View File

@ -105,6 +105,7 @@ $data = array(
'difficulty' => pow(2, $config['difficulty'] - 16),
'target_bits' => $config['difficulty']
),
'system' => array( 'load' => sys_getloadavg() ),
'network' => array( 'hashrate' => $dNetworkHashrateAdjusted, 'difficulty' => $dDifficulty, 'block' => $iBlock ),
);
echo $api->get_json($data);