Add heap free and total to local stats telemetry message

pull/693/head
Ben Meadors 2025-05-24 06:51:16 -05:00
rodzic 0b32ce24f0
commit 657651891a
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -318,6 +318,16 @@ message LocalStats {
* This will always be zero for ROUTERs/REPEATERs. If this number is high, some other node(s) is/are relaying faster than you.
*/
uint32 num_tx_relay_canceled = 11;
/*
* Number of bytes used in the heap
*/
uint32 heap_total_bytes = 12;
/*
* Number of bytes free in the heap
*/
uint32 heap_free_bytes = 13;
}
/*