LastmileProbeOneWayResult
Results of the uplink or downlink last-mile network test.
export class LastmileProbeOneWayResult {
packetLossRate?: number;
jitter?: number;
availableBandwidth?: number;
}
Attributes
- packetLossRate
- The packet loss rate (%).
- jitter
- The network jitter (ms).
- availableBandwidth
- The estimated available bandwidth (bps).