StreamingStats
public struct StreamingStats : Codable
Streaming mode stats @since 9.6
-
Bonding mode in use. @since 9.6
Declaration
Swift
public var bondingMode: BondingMode -
Per-stream stats. @since 9.6
Declaration
Swift
public var streams: [StreamStats] -
brief Indicator of high loss, greater than 3%.
- Only tracked while active streams are running.
- @since 11.5
Declaration
Swift
public var badLoss: Bool -
brief Indicator of high latency, greater than 300ms.
- Only tracked while active streams are running.
- @since 11.5
Declaration
Swift
public var badLatency: Bool -
\brief Indicator of high memory usage on the system, greater than 90%.
- Only tracked while active streams are running.
- @since 11.5
Declaration
Swift
public var badMemory: Bool -
brief Indicator of high CPU usage on the system, greater than 90%.
- Only tracked while active streams are running. *
- @since 11.5
Declaration
Swift
public var badCPU: Bool