summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-12-01 16:00:42 -0800
committerdormando <dormando@rydia.net>2022-12-01 16:00:42 -0800
commit5468b726004aa9651ad77ec3db2dbb9859137b53 (patch)
tree6abccfa43dea5e5cde8ffffbe79d52151794bd7e /doc
parent20cf8989cad866c9ffa0afbf8b06f843e33cc850 (diff)
downloadmemcached-5468b726004aa9651ad77ec3db2dbb9859137b53.tar.gz
proxy: add proxy_await_active stat
proxy_req_active shows the number of active proxy requests, but if those proxy requests make sub-requests via mcp.await() they are not accounted for. This gives the number of await's active, but not the total number of in-flight async requests.
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 2f17415..9714bd9 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1266,6 +1266,7 @@ integers separated by a colon (treat this as a floating point number).
| proxy_conn_oom | 64u | Number of out of memory errors while |
| | | serving proxy requests |
| proxy_req_active | 64u | Number of in-flight proxy requests |
+| proxy_req_await | 64u | Number of in-flight proxy async requests |
| cmd_get | 64u | Cumulative number of retrieval reqs |
| cmd_set | 64u | Cumulative number of storage reqs |
| cmd_flush | 64u | Cumulative number of flush reqs |