UM C API
6.16.1
|
Message containing Store message statistics.
( umestore_dmon_msg_hdr_t_stct::type == LBM_UMESTORE_DMON_MPG_STORE_STATS )
Except where indicated, all fields of type lbm_uintXX_t
should be byte-swapped if hdr.magic
is equal to LBM_UMESTORE_DMON_ANTIMAGIC.
More...
#include <umedmonmsgs.h>
Data Fields | |
umestore_dmon_msg_hdr_t | hdr |
Standard header common to all messages. | |
lbm_uint32_t | ume_retx_req_rcv_count |
Retransmission Request Received count. | |
lbm_uint32_t | ume_retx_req_serviced_count |
Retransmission Request Service count. | |
lbm_uint32_t | ume_retx_req_drop_count |
Retransmission Request Drop count. | |
lbm_uint32_t | ume_retx_stat_interval |
Seconds since the user last cleared the retransmit stats. If the user has not cleared them, it represents seconds since the store was started. | |
lbm_uint32_t | ume_retx_req_total_dropped |
Retransmission Request Total Dropped. | |
lbm_uint16_t | store_idx |
Current Store number, starting with 0, counting each <store> element in the order configured. | |
Message containing Store message statistics.
( umestore_dmon_msg_hdr_t_stct::type == LBM_UMESTORE_DMON_MPG_STORE_STATS )
Except where indicated, all fields of type lbm_uintXX_t
should be byte-swapped if hdr.magic
is equal to LBM_UMESTORE_DMON_ANTIMAGIC.