[][src]Module roughenough::stats

Facilities for tracking client requests to the server

Structs

AggregatedStats

Implementation of ServerStats that provides high-level aggregated client statistics. No per-client statistic are maintained and runtime memory use is constant.

ClientStatEntry

Specific metrics tracked per each client

PerClientStats

Implementation of ServerStats that provides granular per-client request/response counts.

Traits

ServerStats

Implementations of this trait record client activity