Re: Meaning of hrsp_2xx in show_stat

2013-06-24 Thread Ashish Jaiswal
Hi All, Any body has any idea about this or shall I file a bug for this ? On Tuesday 18 June 2013 07:50:07 AM IST, Ashish Jaiswal wrote: Hi Jonathan, No I don't think there is any issue when saving these stats, So I think this is a bug itself which needs to be fixed ? # while true; do echo 's

Re: Meaning of hrsp_2xx in show_stat

2013-06-17 Thread Ashish Jaiswal
Hi Jonathan, No I don't think there is any issue when saving these stats, So I think this is a bug itself which needs to be fixed ? # while true; do echo 'show stat' | socat - UNIX-CLIENT:/var/run/haproxy.sock | grep BACKEND | cut -d , -f 2,41; sleep 1; done BACKEND,15325469 BACKEND,1532551

Re: Meaning of hrsp_2xx in show_stat

2013-06-14 Thread Jonathan Matthews
On 14 June 2013 10:10, Ashish Jaiswal wrote: > HI Jonathan, > > You mean to say that the hrsp_2xx will always increment. But it doesn't > seems to be as the value are always floating. > My major concern is how will one manage to see that how many client are > getting and 3xx/2xx code when they ar

Re: Meaning of hrsp_2xx in show_stat

2013-06-14 Thread Ashish Jaiswal
HI Jonathan, You mean to say that the hrsp_2xx will always increment. But it doesn't seems to be as the value are always floating. My major concern is how will one manage to see that how many client are getting and 3xx/2xx code when they are getting served. The "show stat" can be looked up as

Re: Meaning of hrsp_2xx in show_stat

2013-06-12 Thread Jonathan Matthews
On 12 June 2013 10:20, Ashish Jaiswal wrote: > The problem is that the "rate" is showing something different and the > hrsp_2xx is showing something different. [snip] > # 33. rate: number of sessions per second over last elapsed second This is what it says it is: sessions/sec over the last second

Meaning of hrsp_2xx in show_stat

2013-06-12 Thread Ashish Jaiswal
Hi All, I'm trying to collect some statistics of haproxy server. Here is what I'm not able to understand. If possible any body can help me out with this. This is the command which is running and giving stats to collectd and the graphs are generated on graphite. " echo 'show stat' | so