Skip to main content

Crate irtt_stats

Crate irtt_stats 

Source
Expand description

Statistics aggregation for irtt-client events.

The crate consumes irtt-client events and produces cumulative or rolling snapshots for reporting and integration code.

Structs§

EventCounts
Counts of normalized client events.
EventStatsUpdate
Per-event statistics produced by StatsCollector::process.
IpdvPairUpdate
Adjacent-sequence IPDV pair completed by a processed event.
IpdvStats
Inter-packet delay variation statistics.
LossStats
Packet loss, duplicate, and late-packet statistics.
OneWayDelayStats
One-way delay statistics.
PacketCounts
Packet, byte, and server-reported receive counters.
RttStats
Round-trip time statistics.
ServerProcessingStats
Server processing time statistics.
Snapshot
Point-in-time statistics summary.
StatsCollector
Stateful statistics collector for irtt-client events.
StatsConfig
Configuration for statistics collection.
TimeStats
Summary statistics for timing values.

Enums§

SampleMode
Controls whether exact timing samples are retained.