Expand description

Facilities for tracking client requests to the server

Structs

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

Specific metrics tracked per each client

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

Traits

Implementations of this trait record client activity