On Fri, Apr 20, 2018 at 05:33:34PM +0300, Slawa Olhovchenkov wrote:

> On Fri, Apr 20, 2018 at 04:23:00PM +0200, Willy Tarreau wrote:
> 
> > > > Thus for you it's better to stick to a single listener, and if you want 
> > > > to
> > > > increase the fairness between the sockets, you can reduce 
> > > > tune.maxaccept in
> > > > the global section like below :
> > > > 
> > > >   global
> > > >      tune.maxaccept 8
> > > 
> > > No significant differenece: average load rised, unequal CPU load still
> > > at same level
> > 
> > Then you can try setting it even lower (1) and decreasing maxpollevents :
> > 
> >    global
> >       tune.maxaccept 1
> >       tune.maxpollevents 20
> 
> No difference, disbalance about same.
> 

Can I got per-thread stats like connections count, bytes transfered?

Reply via email to