LibQuicR
|
#include <metrics.h>
Public Attributes | |
uint64_t | tx_buffer_drops { 0 } |
count of write buffer drops of data due to RESET request | |
uint64_t | tx_queue_discards { 0 } |
count of objects discarded due clear and transition to new stream | |
uint64_t | tx_queue_expired { 0 } |
count of objects expired before pop/front due to TTL expiry | |
uint64_t | tx_delayed_callback { 0 } |
count of times transmit callbacks were delayed | |
uint64_t | tx_reset_wait { 0 } |
count of times data context performed a reset and wait | |
MinMaxAvg | tx_queue_size |
TX queue size in period. | |
MinMaxAvg | tx_callback_ms |
Callback time in milliseconds in period. | |
MinMaxAvg | tx_object_duration_us |
TX object time in queue duration in microseconds. | |
uint64_t quicr::PublishTrackMetrics::Quic::tx_buffer_drops { 0 } |
count of write buffer drops of data due to RESET request
MinMaxAvg quicr::PublishTrackMetrics::Quic::tx_callback_ms |
Callback time in milliseconds in period.
uint64_t quicr::PublishTrackMetrics::Quic::tx_delayed_callback { 0 } |
count of times transmit callbacks were delayed
MinMaxAvg quicr::PublishTrackMetrics::Quic::tx_object_duration_us |
TX object time in queue duration in microseconds.
uint64_t quicr::PublishTrackMetrics::Quic::tx_queue_discards { 0 } |
count of objects discarded due clear and transition to new stream
uint64_t quicr::PublishTrackMetrics::Quic::tx_queue_expired { 0 } |
count of objects expired before pop/front due to TTL expiry
MinMaxAvg quicr::PublishTrackMetrics::Quic::tx_queue_size |
TX queue size in period.
uint64_t quicr::PublishTrackMetrics::Quic::tx_reset_wait { 0 } |
count of times data context performed a reset and wait