summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/memcached.14
-rw-r--r--doc/protocol.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index deff4fb..b6f633d 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -130,6 +130,10 @@ Override the default size of each slab page. Default is 1mb. Default is 1m,
minimum is 1k, max is 128m. Adjusting this value changes the item size limit.
Beware that this also increases the number of slabs (use -v to view), and the
overal memory usage of memcached.
+.TP
+.B \-o <options>
+Comma separated list of extended or experimental options. See -h or wiki for
+up to date list.
.br
.SH LICENSE
The memcached daemon is copyright Danga Interactive and is distributed under
diff --git a/doc/protocol.txt b/doc/protocol.txt
index e2b6b86..de21476 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -405,6 +405,7 @@ integers separated by a colon (treat this as a floating point number).
| | | the server started running |
| connection_structures | 32u | Number of connection structures allocated |
| | | by the server |
+| reserved_fds | 32u | Number of misc fds used internally |
| cmd_get | 64u | Cumulative number of retrieval reqs |
| cmd_set | 64u | Cumulative number of storage reqs |
| cmd_flush | 64u | Cumulative number of flush reqs |