Accessing list of worker statuses in /server-status via Apache2::Status
Fred Moyer <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAHrynWD_Xx3_zCtKn8e5hHOo1Z5ftsdZ+6JbuuHT3rLDUS+F4Q@mail.gmail.com> |
I'm poking around the source code seeing if it's possible to programmatically access the data normally displayed at /server-status when 'SetHandler server-status' is enabled. I've spelunked through Apache2::Status but I don't see any hooks for accessing worker status data. Has anyone done this before? Or do I need to map the functions in mod_status.c into mod_perl land?