UM C API
6.16.1
|
Structure that holds datagram statistics for source TCP transports. More...
#include <lbm.h>
Data Fields | |
lbm_ulong_t | num_clients |
Number of TCP receiver clients currently connected over this transport. (Snapshot) | |
lbm_ulong_t | 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). (Snapshot) | |
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.
Cumulative vs Snapshot
These statistics are snapshots, meaning that they represent the value at a moment in time. These values can go up and down. For example, num_clients indicates the number of subscribers connected at the time of the snapshot.