BasicEndpointMetrics

Properties

Link copied to clipboard
abstract val bytesWriteDropped: Long

The number of bytes dropped before writing (e.g. due to congestion or timeout).

Link copied to clipboard
abstract val bytesWritten: Long

The number of bytes successfully written.

Link copied to clipboard

The number of packets dropped before writing (e.g. due to congestion or timeout).

Link copied to clipboard
abstract val packetsWriteLost: Long

The number of packets lost during the transmission.

Link copied to clipboard
abstract val packetsWritten: Long

The number of packets written.

Link copied to clipboard
abstract val uptime: Duration

The duration of the interval

Link copied to clipboard

The total written bitrate in bits per second (bps).

Functions

Link copied to clipboard

Subtracts two BasicEndpointMetricss.