...
This feature provides a detailed latency report, allowing users to monitor the round-trip time (RTT) between specific source and destination IPs and ports within the network. The report includes the following key metrics:
SrcIP and DstIP:DstPort: Specifies the source and destination IP addresses and ports involved in the communication.
PktCount: Indicates the total number of packets exchanged between the source and destination.
TotalRTT [ms]: The cumulative round-trip time in milliseconds for all packets.
AvgRTT [ms]: The average round-trip time per packet.
MinRTT [ms]: The minimum round-trip time observed.
MaxRTT [ms]: The maximum round-trip time recorded.
MedianRTT [ms]: The median round-trip time across all packets.
...