mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
new counter in INFO output: rejected_connections with number of dropped connections because of maxclients limit reached.
This commit is contained in:
@ -527,6 +527,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 latets fork() */
|
||||
long long stat_rejected_conn; /* clients rejected because of maxclients */
|
||||
list *slowlog;
|
||||
long long slowlog_entry_id;
|
||||
long long slowlog_log_slower_than;
|
||||
|
Reference in New Issue
Block a user