This is an automated email from the ASF dual-hosted git repository. sudheerv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push: new 032cedb Update docs for SSL Handshake stats 032cedb is described below commit 032cedbc752dfdec238b3b48f18f05e79b592057 Author: Sudheer Vinukonda <sudhe...@apache.org> AuthorDate: Tue Nov 5 08:13:41 2019 -0800 Update docs for SSL Handshake stats --- .../monitoring/statistics/core/ssl.en.rst | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/admin-guide/monitoring/statistics/core/ssl.en.rst b/doc/admin-guide/monitoring/statistics/core/ssl.en.rst index 34e35a9..3b6ee48 100644 --- a/doc/admin-guide/monitoring/statistics/core/ssl.en.rst +++ b/doc/admin-guide/monitoring/statistics/core/ssl.en.rst @@ -108,10 +108,28 @@ SSL/TLS The total amount of time spent performing SSL/TLS handshakes for new sessions since statistics collection began. -.. ts:stat:: global proxy.process.ssl.total_success_handshake_count integer +.. ts:stat:: global proxy.process.ssl.total_attempts_handshake_count_in integer :type: counter - The total number of SSL/TLS handshakes successfully performed since + The total number of inbound SSL/TLS handshake attempts received since + statistics collection began. + +.. ts:stat:: global proxy.process.ssl.total_success_handshake_count_in integer + :type: counter + + The total number of inbound SSL/TLS handshakes successfully performed since + statistics collection began. + +.. ts:stat:: global proxy.process.ssl.total_attempts_handshake_count_out integer + :type: counter + + The total number of outbound SSL/TLS handshake attempts made since + statistics collection began. + +.. ts:stat:: global proxy.process.ssl.total_success_handshake_count_out integer + :type: counter + + The total number of outbound SSL/TLS handshakes successfully performed since statistics collection began. .. ts:stat:: global proxy.process.ssl.total_ticket_keys_renewed integer