Aggregated network statistics from the test execution.

Hierarchy

  • SyntheticsTestResultNetstats

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Statistics about the number of hops for a network test.

jitter?: number

Network jitter in milliseconds.

Latency statistics for a network probe.

packetLossPercentage?: number

Percentage of probe packets lost.

packetsReceived?: number

Number of probe packets received.

packetsSent?: number

Number of probe packets sent.

Generated using TypeDoc