Re: BUG: Tw is negative with lua sleep

2018-08-23 Thread Thierry Fournier
> On 22 Aug 2018, at 06:00, Patrick Hemmer wrote: > > > > On 2018/7/18 09:03, Frederic Lecaille wrote: >> Hello Patrick, >> >> On 07/17/2018 03:59 PM, Patrick Hemmer wrote: >>> Ping? >>> >>> -Patrick >>> >>> On 2018/6/22 15:10, Patrick Hemmer wrote: When using core.msleep in

Re: BUG: Tw is negative with lua sleep

2018-08-21 Thread Patrick Hemmer
On 2018/7/18 09:03, Frederic Lecaille wrote: > Hello Patrick, > > On 07/17/2018 03:59 PM, Patrick Hemmer wrote: >> Ping? >> >> -Patrick >> >> On 2018/6/22 15:10, Patrick Hemmer wrote: >>> When using core.msleep in lua, the %Tw metric is a negative value. >>> >>> For example with the following

Re: BUG: Tw is negative with lua sleep

2018-07-18 Thread Frederic Lecaille
Hello Patrick, On 07/17/2018 03:59 PM, Patrick Hemmer wrote: Ping? -Patrick On 2018/6/22 15:10, Patrick Hemmer wrote: When using core.msleep in lua, the %Tw metric is a negative value. For example with the following config: haproxy.cfg:         global             lua-load /tmp/haproxy.lua  

Re: BUG: Tw is negative with lua sleep

2018-07-17 Thread Patrick Hemmer
Ping? -Patrick On 2018/6/22 15:10, Patrick Hemmer wrote: > When using core.msleep in lua, the %Tw metric is a negative value. > > For example with the following config: > haproxy.cfg: > global > lua-load /tmp/haproxy.lua > > frontend f1 > mode http >

BUG: Tw is negative with lua sleep

2018-06-22 Thread Patrick Hemmer
When using core.msleep in lua, the %Tw metric is a negative value. For example with the following config: haproxy.cfg: global lua-load /tmp/haproxy.lua frontend f1 mode http bind :8000 default_backend b1 log