UPDATE RE: Stats error

2012-12-07 Thread DeMarco, Alex
I got it working.. thank you - Alex From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Friday, December 07, 2012 7:18 PM To: haproxy@formilux.org Subject: Stats error I am trying to get stats enable to work. However, every time I try to start haproxy I get the following error:

Stats error

2012-12-07 Thread DeMarco, Alex
I am trying to get stats enable to work. However, every time I try to start haproxy I get the following error: 'stats' ignored because frontend has no backend capability. I have backend rules in place so I am not sure what else I am missing.. Any ideas? Thank you.. Alex

Re: Seeing high CPU usage with obscene number of calls to epoll_wait

2012-12-07 Thread Baptiste
On Fri, Dec 7, 2012 at 9:32 PM, Willy Tarreau wrote: > Hi Brian, > > On Fri, Dec 07, 2012 at 10:54:28AM +0100, Bryan Berry wrote: >> ugh, sorry I didn't mention that I ran >> >> rm haproxy-1.5-dev14 -rf >> wget http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev14.tar.gz >> tar xvzf hapro

Re: Seeing high CPU usage with obscene number of calls to epoll_wait

2012-12-07 Thread Willy Tarreau
Hi Brian, On Fri, Dec 07, 2012 at 10:54:28AM +0100, Bryan Berry wrote: > ugh, sorry I didn't mention that I ran > > rm haproxy-1.5-dev14 -rf > wget http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev14.tar.gz > tar xvzf haproxy-1.5-dev14* && cd haproxy-1.5-dev14 > patch -p1 < 0001-BUG-

Re: HAProxy statistics report page

2012-12-07 Thread Igor
search 'stats enable' in doc. Bests, -Igor On Fri, Dec 7, 2012 at 10:08 PM, DeMarco, Alex wrote: > Question, on demo.1wt.eu what was used to create this? Is it a function in > HAProxy? I’ve been looking thru the doc and cannot seem to find it. > > > > Thank you. > > - Alex

HAProxy statistics report page

2012-12-07 Thread DeMarco, Alex
Question, on demo.1wt.eu what was used to create this? Is it a function in HAProxy? I've been looking thru the doc and cannot seem to find it. Thank you. - Alex

Re: With SSH Load balancing, haproxy not responding.

2012-12-07 Thread Martijn Otto
I do not believe you are correct. I am experiencing the same problem, only in a much smaller timeframe than described. As soon as I run haproxy 1.5-dev14 it works wonderfully for the first few minutes. After that, the number of connections drops significantly below the limit for each backend. Atte

Re: Seeing high CPU usage with obscene number of calls to epoll_wait

2012-12-07 Thread Bryan Berry
sorry am scatter-brained today here is the correct link for my show-sess.out https://docs.google.com/open?id=0BzPvBvLIIq7NelNrbmRmY3BkdFE On Fri, Dec 7, 2012 at 10:54 AM, Bryan Berry wrote: > ugh, sorry I didn't mention that I ran > > rm haproxy-1.5-dev14 -rf > wget http://haproxy.1wt.eu/downlo

Re: Seeing high CPU usage with obscene number of calls to epoll_wait

2012-12-07 Thread Bryan Berry
ugh, sorry I didn't mention that I ran rm haproxy-1.5-dev14 -rf wget http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev14.tar.gz tar xvzf haproxy-1.5-dev14* && cd haproxy-1.5-dev14 patch -p1 < 0001-BUG-MAJOR-raw_sock-must-check-error-code-on-hangup.patch patch -p1 < 0002-BUG-MAJOR-pol

Re: Seeing high CPU usage with obscene number of calls to epoll_wait

2012-12-07 Thread Bryan Berry
Unfortunately I am still seeing the same issue :( 168.100.2.181, 168.100.2.237, 168.100.2.195, 168.100.2.183 # these have been changed from originals here is my show-sess.out again https://docs.google.com/open?id=0BzPvBvLIIq7NLVpFRWtvOUxyZ0U On Fri, Dec 7, 2012 at 12:28 AM, Willy Tarreau wrot