Searched refs:stats_bus_messages_sent (Results 1 – 2 of 2) sorted by relevance
177 long long stats_bus_messages_sent[CLUSTERMSG_TYPE_COUNT]; member
448 server.cluster->stats_bus_messages_sent[i] = 0; in clusterInit()2220 server.cluster->stats_bus_messages_sent[type]++; in clusterSendMessage()4479 if (server.cluster->stats_bus_messages_sent[i] == 0) continue; in clusterCommand()4480 tot_msg_sent += server.cluster->stats_bus_messages_sent[i]; in clusterCommand()4484 server.cluster->stats_bus_messages_sent[i]); in clusterCommand()