UM C API
6.12.1
|
Structure that holds datagram statistics for source TCP transports. More...
#include <lbm.h>
Data Fields | |
lbm_ulong_t | num_clients |
lbm_ulong_t | bytes_buffered |
Structure that holds datagram statistics for source TCP transports.
Note that when stats are sampled, the fields in the structure are not necessarily from the same instant in time. The structure might be updated concurrently with it being sampled, and while each structure field is atomically read, the field values can be skewed slightly across time.
See lbm_src_transport_stats_tcp_t_stct for field definitions.
lbm_ulong_t lbm_src_transport_stats_tcp_t_stct::bytes_buffered |
Number of bytes currently in UM's TCP buffer, i.e., a snapshot. This count is affected by the number of receivers, and configuration options transport_tcp_multiple_receiver_behavior (source) and transport_session_maximum_buffer (source).
lbm_ulong_t lbm_src_transport_stats_tcp_t_stct::num_clients |
Number of TCP receiver clients currently connected over this transport.