UM C API
6.12.1
|
Structure that holds message statistics for receiver BROKER transports. More...
#include <lbm.h>
Data Fields | |
lbm_ulong_t | msgs_rcved |
lbm_ulong_t | bytes_rcved |
Structure that holds message statistics for receiver BROKER 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_rcv_transport_stats_broker_t_stct for field definitions.
lbm_ulong_t lbm_rcv_transport_stats_broker_t_stct::bytes_rcved |
Number of BROKER message bytes received. This does not include overhead for the AMQP protocol.
lbm_ulong_t lbm_rcv_transport_stats_broker_t_stct::msgs_rcved |
Number of BROKER messages received. Messages received from a broker always map to an lbm_msg_t unless there is an error.