Server Administration
System Information
Return system load average
This function retrieves the system's load average.
Note:
The values the function returns represent a percentage of the CPU's processor capacity.
get/systemloadavg
Response
HTTP Request was successful.
Example response
{
"data": {
"fifteen": 0.19,
"five": 0.18,
"one": 0.17
},
"metadata": {
"command": "systemloadavg",
"reason": "OK",
"result": 1,
"version": 1
}
}