UM C API  6.12.1
lbm_src_transport_stats_broker_t_stct Struct Reference

Structure that holds datagram statistics for source BROKER transports. More...

#include <lbm.h>

Data Fields

lbm_ulong_t msgs_sent
 
lbm_ulong_t bytes_sent
 

Detailed Description

Structure that holds datagram statistics for source 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_src_transport_stats_broker_t_stct for field definitions.

Field Documentation

lbm_ulong_t lbm_src_transport_stats_broker_t_stct::bytes_sent

Number of BROKER message bytes sent. This does not include overhead for the AMQP protocol.

lbm_ulong_t lbm_src_transport_stats_broker_t_stct::msgs_sent

Number of BROKER messages sent. Each LBM message maps to a BROKER transport message.


The documentation for this struct was generated from the following file: