Re: Getting statistic through socket in multiprocess configuration

2013-06-03 Thread Avatar
Maybe it is some kind of work out though it's definetly not full
satisfaction. I still hope you'll be able to handle this issue in
close time. Thanks.

On Sat, Jun 1, 2013 at 3:07 AM, Baptiste bed...@gmail.com wrote:
 Hi,

 You can startup multiple HAProxy processes...

 Or you can also try this dirty trick: setup a stat backend per process
 and browse the URL with the ;csv parameter, like on the demo:
 http://demo.1wt.eu/;csv

 that way, you'll be able collect stats per process. You can even do it
 over HTTPS :)

 Baptiste

 On Fri, May 31, 2013 at 12:06 PM, Avatar avatar...@gmail.com wrote:
 Hi everybody

 First of all I want to say Thanks for work you have been doing and
 great product you produce.

 Today all servers are equipped with many cores and a lot of memory and
 don't use them leads to inefficient utilization resources, especially
 in case 10G, keepalive and SSL technologies.

 We use haproxy all over frontend balancers and trying to collect
 statistic from them through socket but unfortunately as we can see
 there is no way to do it in multiprocess mode right.

 Maybe as a temporary workout you can create one socket at process with
 PID in name, can't you?

 P.S.
 I'm pretty sure that this question has been asking for many times but
 it is actually bothering us.


 --
 The more you know, the less you need.
 Rgrds, Pavel Morozov




-- 
The more you know, the less you need.
Rgrds, Pavel Morozov



Getting statistic through socket in multiprocess configuration

2013-05-31 Thread Avatar
Hi everybody

First of all I want to say Thanks for work you have been doing and
great product you produce.

Today all servers are equipped with many cores and a lot of memory and
don't use them leads to inefficient utilization resources, especially
in case 10G, keepalive and SSL technologies.

We use haproxy all over frontend balancers and trying to collect
statistic from them through socket but unfortunately as we can see
there is no way to do it in multiprocess mode right.

Maybe as a temporary workout you can create one socket at process with
PID in name, can't you?

P.S.
I'm pretty sure that this question has been asking for many times but
it is actually bothering us.


--
The more you know, the less you need.
Rgrds, Pavel Morozov



Re: Getting statistic through socket in multiprocess configuration

2013-05-31 Thread Baptiste
Hi,

You can startup multiple HAProxy processes...

Or you can also try this dirty trick: setup a stat backend per process
and browse the URL with the ;csv parameter, like on the demo:
http://demo.1wt.eu/;csv

that way, you'll be able collect stats per process. You can even do it
over HTTPS :)

Baptiste

On Fri, May 31, 2013 at 12:06 PM, Avatar avatar...@gmail.com wrote:
 Hi everybody

 First of all I want to say Thanks for work you have been doing and
 great product you produce.

 Today all servers are equipped with many cores and a lot of memory and
 don't use them leads to inefficient utilization resources, especially
 in case 10G, keepalive and SSL technologies.

 We use haproxy all over frontend balancers and trying to collect
 statistic from them through socket but unfortunately as we can see
 there is no way to do it in multiprocess mode right.

 Maybe as a temporary workout you can create one socket at process with
 PID in name, can't you?

 P.S.
 I'm pretty sure that this question has been asking for many times but
 it is actually bothering us.


 --
 The more you know, the less you need.
 Rgrds, Pavel Morozov