]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats socket: add show sess <id> to dump details about a session
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2010 16:53:32 +0000 (17:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2010 16:58:04 +0000 (17:58 +0100)
commit66dc20a17becae486e4a70e5707ec66c6671d6a7
tree7f0c2bdb7546090047edbba6a412ca2ecd085d46
parentd426a18a04c22c75080b7c093b4d77f94a736d95
[MINOR] stats socket: add show sess <id> to dump details about a session

When trying to spot some complex bugs, it's often needed to access
information on stuck sessions, which is quite difficult. This new
command helps one get detailed information about a session, with
flags, timers, states, etc... The buffer data are not dumped yet.
doc/configuration.txt
include/types/session.h
src/dumpstats.c