corosync
2.3.5
|
#include <totem.h>
Data Fields | |
totem_stats_header_t | hdr |
totemrrp_stats_t * | rrp |
uint64_t | orf_token_tx |
uint64_t | orf_token_rx |
uint64_t | memb_merge_detect_tx |
uint64_t | memb_merge_detect_rx |
uint64_t | memb_join_tx |
uint64_t | memb_join_rx |
uint64_t | mcast_tx |
uint64_t | mcast_retx |
uint64_t | mcast_rx |
uint64_t | memb_commit_token_tx |
uint64_t | memb_commit_token_rx |
uint64_t | token_hold_cancel_tx |
uint64_t | token_hold_cancel_rx |
uint64_t | operational_entered |
uint64_t | operational_token_lost |
uint64_t | gather_entered |
uint64_t | gather_token_lost |
uint64_t | commit_entered |
uint64_t | commit_token_lost |
uint64_t | recovery_entered |
uint64_t | recovery_token_lost |
uint64_t | consensus_timeouts |
uint64_t | rx_msg_dropped |
uint32_t | continuous_gather |
uint32_t | continuous_sendmsg_failures |
int | earliest_token |
int | latest_token |
totemsrp_token_stats_t | token [TOTEM_TOKEN_STATS_MAX] |
int totemsrp_stats_t::earliest_token |
Definition at line 271 of file totem.h.
Referenced by totemsrp_initialize().
totem_stats_header_t totemsrp_stats_t::hdr |
int totemsrp_stats_t::latest_token |
Definition at line 272 of file totem.h.
Referenced by totemsrp_initialize().
uint64_t totemsrp_stats_t::mcast_rx |
Definition at line 253 of file totem.h.
Referenced by main_deliver_fn().
uint64_t totemsrp_stats_t::mcast_tx |
Definition at line 251 of file totem.h.
Referenced by totemsrp_mcast().
uint64_t totemsrp_stats_t::memb_commit_token_rx |
Definition at line 255 of file totem.h.
Referenced by main_deliver_fn().
uint64_t totemsrp_stats_t::memb_join_rx |
Definition at line 250 of file totem.h.
Referenced by main_deliver_fn().
uint64_t totemsrp_stats_t::memb_merge_detect_rx |
Definition at line 248 of file totem.h.
Referenced by main_deliver_fn().
uint64_t totemsrp_stats_t::orf_token_rx |
Definition at line 246 of file totem.h.
Referenced by main_deliver_fn().
totemrrp_stats_t* totemsrp_stats_t::rrp |
Definition at line 244 of file totem.h.
Referenced by totemrrp_initialize().
uint64_t totemsrp_stats_t::rx_msg_dropped |
Definition at line 267 of file totem.h.
Referenced by main_deliver_fn().
totemsrp_token_stats_t totemsrp_stats_t::token[TOTEM_TOKEN_STATS_MAX] |
uint64_t totemsrp_stats_t::token_hold_cancel_rx |
Definition at line 257 of file totem.h.
Referenced by main_deliver_fn().