System stats contain information regarding the kernel version, memory usage, uptime, load average, etc. These details are pushed to the uplink_system_stats stream. This stream has the following fields:

Field nameDescription
kernel_versionThe version of the currently running kernel.
no_processesCount of the currently running processes in the system.
uptimeTime elapsed in seconds since the device has booted.
total_memoryTotal memory (RAM) present on the device in bytes
used_memoryAmount of memory being used by the device in bytes
available_memoryMemory available (unused) on the device in bytes
load_avg_oneOne-minute load average of the system
load_avg_fiveFive-minute load average of the system
load_avg_fifteenFifteen-minute load average of the system