Retrieve load average
Endpoint
GET /v1/loads
Retrieves the load average of a Raspberry Pi
Responses
json
{
"load1":{
"type":"float64"
},
"load5":{
"type":"float64"
},
"load15":{
"type":"float64"
},
"procsTotal":{
"type":"int"
},
"procsRunning":{
"type":"int"
},
"procsBlocked":{
"type":"int"
},
}