Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 698 Bytes

File metadata and controls

49 lines (38 loc) · 698 Bytes

JSON - System Statistics

This returns periodic messages containing system statistics about the EdgeOS device.

Response

Root

Name Type Values Description

cpu

Number

Number (0 - 100)

The CPU usage (as a percentage) of the EdgeOS device.

uptime

Number

Number (> 0)

How long this EdgeOS device has been running for.

mem

Number

Number (0 - 100)

The amount of memory in use (as a percentage) on the EdgeOS device.

Examples

System Statistics

System Statistics Example
99
{
    "system-stats": {
        "cpu": "1",
        "uptime": "32884",
        "mem": "12"
    }
}