Hi,

Apologies if the answer is in the manual, or in the mailing lists, I
couldn't find it.

In my Haproxy config, I have a front-end and several backends. The stats
page is showing stats of sessions, CUR = 1098. (CSV output below)

However, if I add up all the sessions for all its back-ends, I get nowhere
close to that number (54).

Am I misunderstanding the meaning of "sessions - cur" on this page?

Or is http-in front end discarding 95% of incoming sessions because they
don't match a backend? If the latter, I would have though I'd see a bunch
of 503s being returned all the time, which I don't.

I thought subsequently perhaps these could be sessions stuck in TCP_WAIT on
the client side, but that only accounts for 17% - not 95.

In short, what's happening with these other 95% please?

Many thanks for any guidance.
Nik

(Xpost from
http://stackoverflow.com/questions/31186889/missing-haproxy-sessions-in-stats-page
, in case you wish to claim the bounty there).


# pxname,bobname,qcur,qmax,scur,smax
http-in,FRONTEND,,,1098,1254
foo_web_zar_and_ws,bob91,0,0,0,1
foo_web_zar_and_ws,bob83,0,0,1,7
foo_web_zar_and_ws,BACKEND,0,0,1,7
foo_web_ned,bob91,0,0,0,0
foo_web_ned,bob83,0,0,0,0
foo_web_ned,BACKEND,0,0,0,0
foo_web_comms,bob91,0,0,0,2
foo_web_comms,bob83,0,0,0,2
foo_web_comms,BACKEND,0,0,0,2
bla_web_comms,bob10,0,0,9,46
bla_web_comms,bob91,0,0,3,32
bla_web_comms,bob83,0,0,3,62
bla_web_comms,BACKEND,0,0,15,85
bla_web_zar_and_ws,bob91,0,0,5,20
bla_web_zar_and_ws,bob83,0,0,7,36
bla_web_zar_and_ws,BACKEND,0,0,12,45
bla_web_ned,bob91,0,0,0,2
bla_web_ned,bob83,0,0,0,2
bla_web_ned,BACKEND,0,0,0,2
stats,FRONTEND,,,1,5
stats,BACKEND,0,0,0,1

Reply via email to