ParsecMetrics
Latency performance metrics.
Member of ParsecGuest
and ParsecClientStatus
.
Fields
Type | Name | Description |
---|---|---|
uint32_t | packetsSent | The number of video packets sent since the connection was established. |
uint32_t | fastRTs | The number of video fast retransmission packets since the connection was established. Fast retransmissions may indicate packet loss. |
uint32_t | slowRTs | The number of video slow retransmission packets since the connection was established. Slow retransmissions most likely indicate packet loss. |
uint32_t | cgEvents | The number of congestion events encountered on the host since the connection was established. Congestion events indicate bitrate throttling. |
uint32_t | queuedFrames | The number of video frames queued waiting to be decoded. |
float | encodeLatency | Average time in milliseconds for the host to encode a frame. |
float | decodeLatency | Average time in milliseconds for the client to decode a frame. |
float | networkLatency | Average round trip time between the client and host. |
float | bitrate | Averate Mbps sent/received over the video stream. This number is calculated every 60 frames. |