LATENCY DOCTOR first implementation complete.

This commit is contained in:
antirez
2014-07-08 17:05:56 +02:00
parent 2e581217d9
commit 95d880a7bf
5 changed files with 185 additions and 6 deletions

View File

@ -1601,6 +1601,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;