Umdsdmonmsgs.h
6.14
|
Totals across all topics for a connection.
( umdsd_dstat_msg_hdr_t_stct::type == UMDS_DSTATTYPE_TOPICTOTALS )
More...
#include <umdsdmonmsgs.h>
Data Fields | |
lbm_uint64_t | tot_data_msgs_ever_enq |
Number of data messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_loss_msgs_ever_enq |
Number of loss events that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_req_msgs_ever_enq |
Number of request messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_resp_msgs_ever_enq |
Number of response messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_control_msgs_ever_enq |
Number of control messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | total_msgs_ever_enq |
Number of messages of all types that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_data_bytes_ever_enq |
Bytes of data messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_req_bytes_ever_enq |
Bytes of request messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_resp_bytes_ever_enq |
Bytes of response messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_control_bytes_ever_enq |
Bytes of control messages that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | total_bytes_ever_enq |
Bytes of messages of all types that the UMDS server has enqueued across all topics since the queue was created or reset. | |
lbm_uint64_t | tot_data_msgs_cur_enq |
Number of data messages that are currently enqueued across all topisc. | |
lbm_uint64_t | tot_loss_msgs_cur_enq |
Number of loss events that are currently enqueued across all topisc. | |
lbm_uint64_t | tot_req_msgs_cur_enq |
Number of request messages that are currently enqueued across all topisc. | |
lbm_uint64_t | tot_resp_msgs_cur_enq |
Number of response messages that are currently enqueued across all topisc. | |
lbm_uint64_t | tot_control_msgs_cur_enq |
Number of control messages that are currently enqueued across all topisc. | |
lbm_uint64_t | total_msgs_cur_enq |
Number of messages of all types that are currently enqueued across all topisc. | |
lbm_uint64_t | total_user_msgs_tossed_for_age |
Messages dropped by the UMDS server across all topics because the message queue has reached the limit set by the msg-age-limit attribute of the UMDS Element "<server>". | |
lbm_uint64_t | total_user_msgs_tossed_for_size |
Messages dropped by the UMDS server across all topics because the message queue has reached the limit set by the msg-q-size-limit attribute of the UMDS Element "<server>". | |
lbm_uint64_t | total_msgs_lost |
Messages never enqueued on the client queue across all topics. Transport level loss can happen between the UMDS Server and external Ultra Messaging sources, or between sources and receivers internal to the UMDS Server. | |
Totals across all topics for a connection.
( umdsd_dstat_msg_hdr_t_stct::type == UMDS_DSTATTYPE_TOPICTOTALS )
Except where indicated, all fields of type lbm_uintXX_t
should be byte-swapped if hdr.magic
is equal to LBM_UMDS_DMON_ANTIMAGIC.