moonchen opened a new pull request, #13289:
URL: https://github.com/apache/trafficserver/pull/13289
A full TLS handshake runs an asymmetric signature whose cost depends on the
server key type -- RSA being far heavier than ECDSA. Count those signatures by
key type to make that work visible; resumed handshakes skip the signature.
Also add proxy.process.ssl.connections_closed, incremented once per
SSL_free, to track TLS connection teardown volume.
New counters:
* proxy.process.ssl.handshake_sign_rsa / _ecdsa / _other
* proxy.process.ssl.connections_closed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]