I just noticed slim (session limit) - this seems like it might be what I'm looking for - can anyone confirm that this is all I need to monitor to make sure I don't hit this limit?
On Wed, Sep 24, 2014 at 12:46 PM, Kyle Brandt <[email protected]> wrote: > Hi All. > > After having an outage for our websockets (doesn't take the site down, > just some functionallity) due to hitting max conn I realized I need to be > monitoring the current connections as a percentage of max connections. I > already gather stats from the stats csv page, but it doesn't seem there is > an entry for the maxconn setting. The regular stats page has this, but it > seems only globally. > > What do you all think about making it a field in the csv file for > frontends, servers, listen etc? That would make this easy to monitor. > > Thanks, > Kyle >

