On Aug 11, 2010, at 2:28 PM, Willy Tarreau wrote: > > >> For our product haproxy represents the actual endpoint and just looking at >> the stats it would be really helpful to see what the latency per server or >> even the whole backend which then can be plotted. > > Well, added to the 1.5 roadmap now ;-)
For extracting data and putting it into an external monitoring system, say once a minute, I tend to favor GET http://<haproxy_host>/haproxy?status;csv;norefresh and parse it. thanks for your response, Dmitri > > Cheers, > Willy > > >

