On Fri, Apr 20, 2018 at 08:32:28PM +0300, Slawa Olhovchenkov wrote:
> > > Can I got per-thread stats like connections count, bytes transfered?
> > 
> > Not by default, as such information are per-socket, per-frontend etc.
> > However, by having on listening socket per thread, and "option socket-stats"
> > you would have this. But in your case it doesn't work since only one socket
> > receives all the traffic in any case.
> 
> Hmm, may be 2 socket?
> 
> frontend balancer
>         bind :80
>       bind :443 ssl crt
> 
> I mean difference caused by disbalance ssl/nonssl per-thread.

No what I mean is that you want any of these to be properly balanced on
almost every thread. It's very likely what's happening except that you
may be seeing bursts causing some threads to pick more pending sockets
than the other ones.

Did you by any chance try "show activity" as I mentionned ?

Willy

Reply via email to