Latency Tracker Receiver
Measure end-to-end latency by processing timestamp information from incoming packets. Works in conjunction with LatencyTrackerSender to calculate round-trip times and one-way delays. Extracts timing metadata from packet headers and computes latency statistics over configurable sampling intervals. Essential for network performance validation, SLA monitoring, and real-time application quality assessment.
Tags: TRACKING
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | |||
| Output | String | |||
| Sampling Interval Ms | Uint32 | Optional | The sampling interval in milliseconds for latency measurement. | 1000 |
| Latency Budget | Int32 | Optional | The latency budget in milliseconds. | 100 |