JSON - System Statistics This returns periodic messages containing system statistics about the EdgeOS device. Table of Contents Response Root Examples System Statistics 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" } }