summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-08-24 21:17:25 -0700
committerdormando <dormando@rydia.net>2017-08-24 21:17:25 -0700
commitd8661238da17dd5380536cb47a2059e56ca5d69e (patch)
tree4574d5e5dfefa65f697fc15621b6512a59f335c1 /doc
parentbac46b38343c15db9c921ea023f01359cff8aced (diff)
downloadmemcached-d8661238da17dd5380536cb47a2059e56ca5d69e.tar.gz
add max_connections stat to 'stats' output
since maxbytes is stated twice anyway, lets make it easier for monitoring scripts to tell when connections are filling up. Inspired by a PR from thatsafunnyname on github.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 72a9763..bae20e7 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -627,6 +627,7 @@ integers separated by a colon (treat this as a floating point number).
| | | the server started |
| bytes | 64u | Current number of bytes used |
| | | to store items |
+| max_connections | 32u | Max number of simultaneous connections |
| curr_connections | 32u | Number of open connections |
| total_connections | 32u | Total number of connections opened since |
| | | the server started running |