Hello, Debugging an unusual problem of session saturation, I played this morning with "show sess" on stats socket with HAProxy 1.5.2
I was unable to find a proper documentation of all fields returned by this command. This is : 0x43fc290: proto=tcpv4 src=80.12.63.XXX:49389 fe=webXXX:80 be=webXXX:80 srv=<none> ts=08 age=19d18h calls=7 rq[f=000000h,i=8192,an=200h,rx=,wx=,ax=] rp[f=000000h,i=0,an=00h,rx=,wx=,ax=] s0=[7,ch,fd=581,ex=] s1=[0,0h,fd=-1,ex=] exp= The real issue I am investigating here is the "age" field. Here it is 19 days, should I understand that the connection was open 19 days ago ? Maybe I'm missing something, but my HAProxy process was launched a few minutes ago (yet handling over an old process with -sf), so I was expecting new connections on this process. Maybe I misunderstood haproxy reloading behaviour over TCP connections. So any doc on all those fields will be very useful (and add it to the doc for other users too). It would be great to have the same for "show sess 0x37896b0" verbose output too. Olivier

