]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] add support for "show sess" in unix stats socket
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 21:29:48 +0000 (22:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 21:41:17 +0000 (22:41 +0100)
commit3dfe6cd0951a496c251a68a1b6c18157b1d5cbaf
tree565e6266db78c4011dee245c43ec2c6d1b35919d
parent62e4f1deddd1be882d69d6f7e76c663aade11210
[MEDIUM] add support for "show sess" in unix stats socket

It is now possible to list all known sessions by issuing "show sess"
on the unix stats socket. The format is not much evolved but it is
very useful for debugging.

The doc has been updated to reflect the new keyword.
doc/configuration.txt
include/proto/dumpstats.h
include/types/session.h
src/dumpstats.c
src/proto_uxst.c