LATENCY DOCTOR first implementation complete.

This commit is contained in:
antirez
2014-07-08 17:05:56 +02:00
parent 31e1e30aa6
commit a117fd2a44
5 changed files with 185 additions and 6 deletions

View File

@ -1686,6 +1686,7 @@ void resetServerStats(void) {
server.stat_keyspace_misses = 0;
server.stat_keyspace_hits = 0;
server.stat_fork_time = 0;
server.stat_fork_rate = 0;
server.stat_rejected_conn = 0;
server.stat_sync_full = 0;
server.stat_sync_partial_ok = 0;