Out of curiosity, what does 'mntr' stand for? On Thu, Jan 26, 2012 at 5:19 PM, Patrick Hunt <[email protected]> wrote:
> On Thu, Jan 26, 2012 at 3:37 PM, Jordan Zimmerman > <[email protected]> wrote: > > Is 'srvr' the same as 'stat' but without the clients? I'm relying on it > in > > a monitor app. I need to the Mode and the message "not currently > serving". > > Yes, it's the exact same code path (stat/srvr) with a condition that > outputs the connection details only on 'stat'. > > Patrick > > > > > On 1/25/12 3:32 PM, "Patrick Hunt" <[email protected]> wrote: > > > >>Prefer "srvr" over "stat" in most cases - stat returns details on the > >>connections which you probably don't need. (and adds unnecessary load > >>on the server) > > >
