]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: add more information to the "show info" output
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Jan 2014 14:19:44 +0000 (15:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 Jan 2014 14:19:44 +0000 (15:19 +0100)
commit71b734c30725c15f5108f2b2aa9620eea1152a32
treec3406edecfbe3cd6c9d9bc713eb016ca2f246800
parent60bb020d702d04076ff16c9cf09c67c6bf7bb638
MINOR: cli: add more information to the "show info" output

In addition to previous outputs, we also emit the cumulated number of
connections, the cumulated number of requests, the maximum allowed
SSL connection concurrency, the current number of SSL connections and
the cumulated number of SSL connections. This will help troubleshoot
systems which experience memory shortage due to SSL.
include/proto/ssl_sock.h
src/dumpstats.c
src/ssl_sock.c