System stats contain information regarding the kernel version, memory usage, uptime, load average, etc. These details are pushed to theDocumentation Index
Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 |
