Re: haproxy stats

2011-06-03 Thread Alejandro Bednarik
HATop is a great solution to monitor HAProxy stats in real time. You don't only get stats, you can also do modification in real time. On Fri, Jun 3, 2011 at 6:34 PM, Baptiste wrote: > Hey, > > All the stats are stored in memory. You must configure a stat socket > to retrieve them. > As far as I

Re: haproxy stats

2011-06-03 Thread Baptiste
Hey, All the stats are stored in memory. You must configure a stat socket to retrieve them. As far as I know, enabling stats has no impact on performance. cheers On Fri, Jun 3, 2011 at 6:06 PM, Beckler, Amon wrote: > Can anyone enlighten me on where the data for the stats page is stored?  And >

haproxy stats

2011-06-03 Thread Beckler, Amon
Can anyone enlighten me on where the data for the stats page is stored? And does enabling it have a performance impact? We are interested in using it, but want to make sure we are not going to have some file getting bloated eating up disk or hurting our throughput performance.