I will do so.

The key is that I do not have access to the production boxes, so netstat (or lsof, etc) is not an option. That and it would be great to have all the information in one place and as we have been using prefork, people expect to see the information on the server-status page in terms of how many keep-alives we have.

Also, I've seen some G (graceful) entries on the scoreboard with event MPM. I'm used to seeing those with apachectl -k graceful run, but I was wondering if it could happen without restarting when shrinking the pool of servers.

--Tim

On Feb 6, 2008, at 10:41 AM, Joshua Slive wrote:

On Feb 6, 2008 1:18 PM, Tim McNerney <[EMAIL PROTECTED]> wrote:
It seems to me working with Apache 2.2.6 compiled for event MPM that /
server-status is missing details on existing connections. I no longer
see any keep-alives on the Extended status page. This makes sense, as
the /server-status page is basically showing the different workers and
the workers are now decoupled and no longer connected to a particular
connection, but we still want to monitor the connections and their
state.

Am I missing something and the information I want is already there,
but I'm misinterpreting it?

If not, is there an extension to /server-status or the like that
allows me to see the connection information?

If not, is there a plan extend /server-status for event MPM to include
this information or create some other way of monitoring it?

I believe you are correct that this information is not available from
server-status. You could propose it as an enhancement on bugzilla.

But you can always use netstat to list connections to your server port.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to