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

@ -632,6 +632,7 @@ struct redisServer {
long long stat_keyspace_misses; /* Number of failed lookups of keys */
size_t stat_peak_memory; /* Max used memory record */
long long stat_fork_time; /* Time needed to perform latest fork() */
double stat_fork_rate; /* Fork rate in GB/sec. */
long long stat_rejected_conn; /* Clients rejected because of maxclients */
long long stat_sync_full; /* Number of full resyncs with slaves. */
long long stat_sync_partial_ok; /* Number of accepted PSYNC requests. */