Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional bytesThe total number of bytes sent by the client over the given period.
Optional bytesThe total number of bytes sent by the server over the given period.
Optional groupThe key, value pairs for each group by.
Optional packetsThe total number of packets sent by the client over the given period.
Optional packetsThe total number of packets sent by the server over the given period.
Optional rttMeasured as TCP smoothed round trip time in microseconds (the time between a TCP frame being sent and acknowledged).
Optional tcpThe number of TCP connections in a closed state. Measured in connections per second from the client.
Optional tcpThe number of TCP segments acknowledged with the ECN Congestion Experienced (CE) mark, indicating that an upstream router marked packets as experiencing congestion.
Optional tcpThe number of TCP connections in an established state. Measured in connections per second from the client.
Optional tcpThe number of TCP zero-window probes sent. These probes are sent when the receiver advertises a zero receive window, indicating it cannot accept more data.
Optional tcpThe number of TCP packets received out of order. This indicates network-level packet reordering, which can degrade TCP performance by triggering spurious retransmissions and reducing throughput.
Optional tcpThe number of TCP fast recovery events. Fast recovery retransmits lost segments detected through duplicate ACKs or selective acknowledgment (SACK) without waiting for a retransmission timeout.
Optional tcpThe number of TCP connections that were refused by the server. Typically this indicates an attempt to connect to an IP/port that is not receiving connections, or a firewall/security misconfiguration.
Optional tcpThe number of times reordering of sent packets was detected. Reordering detection adjusts the duplicate ACK threshold, preventing spurious retransmissions caused by out-of-order delivery.
Optional tcpThe number of TCP connections that were reset by the server.
Optional tcpTCP Retransmits represent detected failures that are retransmitted to ensure delivery. Measured in count of retransmits from the client.
Optional tcpThe number of TCP retransmission timeouts (RTOs). An RTO occurs when an ACK is not received within the estimated round-trip time, forcing the sender to retransmit and halve its congestion window.
Optional tcpThe number of TCP connections that timed out from the perspective of the operating system. This can indicate general connectivity and latency issues.
Generated using TypeDoc
Attributes for an aggregated connection.