Haproxy core utilization

2015-08-15 Thread Haim Ari
Hello, i noticed that sometimes (if i monitor the server using top for a few minutes) one haproxy process seem to have 99% utilization while the other three are about 25% How can i avoid this behavior ? (how can i force haproxy not to use core 0) Ubuntu 12.04.5 LTS Haproxy 1.5.9 nproc 4 --

Re: segfault in src/buffer.c

2015-08-15 Thread Cyril Bonté
Hi Marc-Antoine, Le 12/08/2015 19:01, Marc-Antoine a écrit : I forgot lua file content : # cat mylua.lua -- a simple mirror web server -- it generates a response whose body contains the requests headers function mirror(txn) > (...) txn:close() end This is the call which produce a s

HAProxy reports L4TOUT in 2001ms even if using mode HTTP

2015-08-15 Thread Vijay
HAProxy reports backend as down even if they are alive with a status as L4TOUT in 2001ms (Stats page) Version 1.5.2-2.el6 The backend is healthy for about 14-15 hours and then goes down stating the error L4TOUT Below is the configuration mode http option httpchk GET /abc/__status serve

Re: IP address ACLs

2015-08-15 Thread Baptiste
Hi, there is no performance drop of loading from a file or directly in the config file. That said, if you have multiple ACLs with the same name loading many IPs, then you'll perform as many lookups as you have ACLs... While loading content from a file would perform a single lookup. Anyway, there s