summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTharanga Gamaethige <tgamaethige@netflix.com>2019-08-14 17:10:39 -0700
committerdormando <dormando@rydia.net>2019-08-29 13:22:47 -0700
commit938154dfe060f7ab519f5fe88622b6ac1859faab (patch)
tree689d42d87ed12342c43cfb361b34cc86ab846cbe /doc
parent2702e4102e43c699073ee0d9cdfeba59be33639b (diff)
downloadmemcached-938154dfe060f7ab519f5fe88622b6ac1859faab.tar.gz
add server address to the "stats conns" output
this is helpful when it's required to identify which clients are connected to which server address when memcached listens on multiple addresses
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index b5587a0..962c8dc 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1071,6 +1071,8 @@ The following "stat" keywords may be present:
| | sockets this is the listen address. Note that some |
| | socket types (such as UNIX-domain) don't have |
| | meaningful remote addresses. |
+| listen_addr | The address of the server. This field is absent |
+| | for listening sockets. |
| state | The current state of the connection. See below. |
| secs_since_last_cmd | The number of seconds since the most recently |
| | issued command on the connection. This measures |