Parsec

ParsecMetrics

Latency performance metrics.

Member of ParsecGuest and ParsecClientStatus.

Fields

TypeNameDescription
uint32_tpacketsSentThe number of video packets sent since the connection was established.
uint32_tfastRTsThe number of video fast retransmission packets since the connection was established. Fast retransmissions may indicate packet loss.
uint32_tslowRTsThe number of video slow retransmission packets since the connection was established. Slow retransmissions most likely indicate packet loss.
uint32_tcgEventsThe number of congestion events encountered on the host since the connection was established. Congestion events indicate bitrate throttling.
uint32_tqueuedFramesThe number of video frames queued waiting to be decoded.
floatencodeLatencyAverage time in milliseconds for the host to encode a frame.
floatdecodeLatencyAverage time in milliseconds for the client to decode a frame.
floatnetworkLatencyAverage round trip time between the client and host.
floatbitrateAverate Mbps sent/received over the video stream. This number is calculated every 60 frames.