Home
last modified time | relevance | path

Searched refs:stats_bus_messages_sent (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h177 long long stats_bus_messages_sent[CLUSTERMSG_TYPE_COUNT]; member
H A Dcluster.c448 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()