summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2021-08-17 23:48:37 -0700
committerdormando <dormando@rydia.net>2021-09-27 12:58:03 -0700
commit4b23988acb2151de8009d0ddc5e9d770f7bf3169 (patch)
treec003c4a7bfc5cd9f23d90f6442ebd5ae70167351 /doc
parent32349beb8e34a47201546de08dec003d39f29649 (diff)
downloadmemcached-4b23988acb2151de8009d0ddc5e9d770f7bf3169.tar.gz
Expose number of currently active watchers in stats1.6.11
The stat key `log_watchers` indicates the number of active connected `watch` clients.
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 70341a5..af97270 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1339,6 +1339,7 @@ integers separated by a colon (treat this as a floating point number).
| log_worker_written | 64u | Logs written by a worker, to be picked up |
| log_watcher_skipped | 64u | Logs not sent to slow watchers. |
| log_watcher_sent | 64u | Logs written to watchers. |
+| log_watchers | 64u | Number of currently active watchers. |
| unexpected_napi_ids | 64u | Number of times an unexpected napi id is |
| | | is received. See doc/napi_ids.txt |
| round_robin_fallback | 64u | Number of times napi id of 0 is received |