On Sat, Mar 24, 2018 at 10:18 AM, Stefan Priebe - Profihost AG <[email protected]> wrote: > Hello, > > is there any reason why the srever-status output isn't: > - available through a local unix socket - so you can grab it even all > workers are busy
There are some slightly weird third-party and partial solutions for this - mod_backdoor (additional listener w/ dedicated thread for emergencies, not AF_UNIX though) - scripts that separately parse an on-disk "ScoreBoardFile" Maybe mod_backdoor with a new name + limitations addressed + more eyeballs would be worth looking at for adding to the distribution. http://people.apache.org/~trawick/mod_backdoor.txt > - available in a machine readable format even it might be csv... There is a machine-readable option in the query string, append ?auto to the URL. -/- Also worth mentioning but I don't really know anything about it is mod_bmx: https://github.com/hyperic/mod_bmx
