summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2020-03-15 15:29:27 -0700
committerdormando <dormando@rydia.net>2020-03-16 19:36:40 -0700
commit2168ac837281ca1aa235a4839ea63bceae2e0579 (patch)
tree9b6c3d6ab8408b311a10b255e7f837ffa62f08a6 /doc
parent9a4aa776f83cd38b7672b5edca30d3a83d97959f (diff)
downloadmemcached-2168ac837281ca1aa235a4839ea63bceae2e0579.tar.gz
ssl_errors stat
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 263485a..4de52ea 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1621,6 +1621,23 @@ The value of the "state" stat may be one of the following:
| | sending back multiple lines of response data). |
|----------------+-----------------------------------------------------------|
+TLS statistics
+--------------
+
+TLS is a compile-time opt-in feature available in versions 1.5.13 and later.
+When compiled with TLS support and TLS termination is enabled at runtime, the
+following additional statistics are available via the "stats" command.
+
+|--------------------------------+----------+--------------------------------|
+| Name | Type | Meaning |
+|--------------------------------+----------+--------------------------------|
+| ssl_handshake_errors | 64u | Number of times the server has |
+| | | encountered an OpenSSL error |
+| | | during handshake (SSL_accept). |
+| time_since_server_cert_refresh | 32u | Number of seconds that have |
+| | | elapsed since the last time |
+| | | certs were reloaded from disk. |
+|--------------------------------+----------+--------------------------------|
Other commands