You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
537 B

5 years ago
uint64 timestamp # time since system start (microseconds)
uint32 uptime # time since system boot of the companion (milliseconds)
5 years ago
uint8 type # type of onboard computer
uint8[8] cpu_cores
5 years ago
uint8[10] cpu_combined
5 years ago
uint8[4] gpu_cores
uint8[10] gpu_combined
int8 temperature_board
5 years ago
int8[8] temperature_core
int16[4] fan_speed
5 years ago
uint32 ram_usage
uint32 ram_total
uint32[4] storage_type
uint32[4] storage_usage
uint32[4] storage_total
5 years ago
uint32[6] link_type
uint32[6] link_tx_rate
uint32[6] link_rx_rate
uint32[6] link_tx_max
uint32[6] link_rx_max