mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
LATENCY DOCTOR first implementation complete.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user