latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

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
  }
}