]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: report SSL key computations per second
authorWilly Tarreau <w@1wt.eu>
Wed, 28 May 2014 10:28:58 +0000 (12:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 May 2014 10:28:58 +0000 (12:28 +0200)
commit0c9c2720dcf67604543c1450a2bfb63d2781b9af
tree573273ea1c83a67eeb3ba022803a2dc6a4bd3005
parentc600204ddfc7d4f54a925f8394831432a8e57181
MINOR: stats: report SSL key computations per second

It's commonly needed to know how many SSL asymmetric keys are computed
per second on either side (frontend or backend), and to know the SSL
session reuse ratio. Now we compute these values and report them in
"show info".
include/types/global.h
src/dumpstats.c
src/ssl_sock.c