mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
logger: record message gaps
This commit is contained in:
@@ -13,6 +13,7 @@ float32 total_written_kb # total written to log in kiloBytes
|
||||
float32 write_rate_kb_s # write rate in kiloBytes/s
|
||||
|
||||
uint32 dropouts # number of failed buffer writes due to buffer overflow
|
||||
uint32 message_gaps # messages misssed
|
||||
|
||||
uint32 buffer_used_bytes # current buffer fill in Bytes
|
||||
uint32 buffer_size_bytes # total buffer size in Bytes
|
||||
|
||||
Reference in New Issue
Block a user