Update CLI -netinfo to display the getpeerinfo addr_processed
, addr_rate_limited
, addr_relay_enabled
and relaytxes
data with auto-adjusting column widths.
0$ ./src/bitcoin-cli -netinfo help
1
2 txn Time since last novel transaction received from the peer and accepted into our mempool, in minutes
3 "*" - the peer requested we not relay transactions to it (relaytxes is false)
4
5 addrp Total number of addresses processed, excluding those dropped due to rate limiting
6 "." - we do not relay addresses to this peer (addr_relay_enabled is false)
7
8 addrl Total number of addresses dropped due to rate limiting