summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-05-29 13:06:07 -0700
committerdormando <dormando@rydia.net>2020-06-09 16:30:05 -0700
commit7c2df4a70d3aa50dd507ee92a0af4e0279433988 (patch)
treee86a889cdb4963c357d387aeb29e95db66a71465 /doc
parentd343e53b5a2f1dbab8ea79ea5d84a5937760e24b (diff)
downloadmemcached-7c2df4a70d3aa50dd507ee92a0af4e0279433988.tar.gz
net: remove most response obj cache related code
accept but warn if the commandline is used. also keeps the oom counter distinct so users have a chance of telling what type of memory pressure they're under.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 72c3371..36fce44 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1202,12 +1202,10 @@ integers separated by a colon (treat this as a floating point number).
| rejected_connections | 64u | Conns rejected in maxconns_fast mode |
| connection_structures | 32u | Number of connection structures allocated |
| | | by the server |
-| response_obj_bytes | 64u | Number of bytes used for response objects |
-| response_obj_total | 64u | Total nummber of response objects |
-| response_obj_free | 64u | Current free cached response objects |
| response_obj_oom | 64u | Connections closed by lack of memory |
-| read_buf_bytes | 64u | Total read buffer bytes allocated |
-| read_buf_bytes_free | 64u | Total read buffer bytes cached for reuse |
+| read_buf_count | 64u | Total read/resp buffers allocated |
+| read_buf_bytes | 64u | Total read/resp buffer bytes allocated |
+| read_buf_bytes_free | 64u | Total read/resp buffer bytes cached |
| read_buf_oom | 64u | Connections closed by lack of memory |
| reserved_fds | 32u | Number of misc fds used internally |
| cmd_get | 64u | Cumulative number of retrieval reqs |
@@ -1376,8 +1374,7 @@ other stats command.
| | | per active watcher connected. |
| worker_logbuf_size| 32u | Size of internal per-worker-thread buffer |
| | | which the background thread reads from. |
-| resp_obj_mem_limit| 32u | Megabyte limit for conn. response objects. |
-| read_obj_mem_limit| 32u | Megabyte limit for conn. read buffers. |
+| read_obj_mem_limit| 32u | Megabyte limit for conn. read/resp buffers. |
| track_sizes | bool | If yes, a "stats sizes" histogram is being |
| | | dynamically tracked. |
| inline_ascii_response |