requestStats

abstract suspend fun requestStats(server: NodeId? = null): AdminResult<StoreForwardStats>(source)

Query statistics from a Store-and-Forward server.

Return

server statistics including capacity, stored message count, and uptime

Parameters

server

the S&F node to query. If null, queries the first known server.