Learn about the valuable data provided by the “uplink_system_stats” stream, such as kernel version, running processes, device uptime, memory usage, and load averages. Enhance your understanding of system performance to optimize operations and improve effi
uplink_system_stats
stream. This stream has the following fields:
Field name | Description |
---|---|
kernel_version | The version of the currently running kernel. |
no_processes | Count of the currently running processes in the system. |
uptime | Time elapsed in seconds since the device has booted. |
total_memory | Total memory (RAM) present on the device in bytes |
used_memory | Amount of memory being used by the device in bytes |
available_memory | Memory available (unused) on the device in bytes |
load_avg_one | One-minute load average of the system |
load_avg_five | Five-minute load average of the system |
load_avg_fifteen | Fifteen-minute load average of the system |