Hi Haproxy Team,
If I'm not wrong, with the previous versions, the stats was separated in
each process if the nproc > 1 was used. But what is the state now in 1.8
if the "master-worker" configuration is used?
In the following configuration snippet, the socket is bounded to process
1, but have it the information of all of the child threads?
global
master-worker
stats socket /var/run/haproxy.sock level admin expose-fd
listeners process 1
nbproc 8
listen proxy-stats
bind 192.168.1.1:80 process 1
mode http
stats enable
stats uri /stats
Thanks,