[][src]Module grin_servers::common::stats

Server stat collection types, to be used by tests, logging or GUI/TUI to collect information about server status

Structs

DiffBlock

Last n blocks for difficulty calculation purposes

DiffStats

Stats on the last WINDOW blocks and the difficulty calculation

PeerStats

Struct to return relevant information about peers

ServerStateInfo

Server state info collection struct, to be passed around into internals and populated when required

ServerStats

Simpler thread-unaware version of above to be populated and returned to consumers might be interested in, such as test results or UI

StratumStats

Struct to return relevant information about the stratum server

WorkerStats

Struct to return relevant information about stratum workers