You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rainer Jung <ra...@kippdata.de> on 2012/11/17 22:12:30 UTC

2.4.3 running on mail-archives us / server-status problem

Hi,

I updated the first ASF web server from 2.4.1 to 2.4.3. It is running
the service for mail-archives.apache.org in US, so you can reach it via
mail-archives.us.apache.org. It is being proxied by www.apache.org.

One strange thing: the /server-status directly tells us it has about 80
process running (it is prefork MPM), but after the fifth entry in the
extended status part the table stops. It seems the iteration through the
scoreboard is incomplete.

Anyone ever has seen this?

Will have a look at the code ...

Regards,

Rainer

Re: 2.4.3 running on mail-archives us / server-status problem

Posted by Rainer Jung <ra...@kippdata.de>.
On 17.11.2012 22:12, Rainer Jung wrote:
> Hi,
> 
> I updated the first ASF web server from 2.4.1 to 2.4.3. It is running
> the service for mail-archives.apache.org in US, so you can reach it via
> mail-archives.us.apache.org. It is being proxied by www.apache.org.
> 
> One strange thing: the /server-status directly tells us it has about 80
> process running (it is prefork MPM), but after the fifth entry in the
> extended status part the table stops. It seems the iteration through the
> scoreboard is incomplete.
> 
> Anyone ever has seen this?

Source indicates that this is due to access count on those processes
being 0. Since traffic on that one isn't to high and CPU in fact is 0 on
all but these 5 processes, this seems to be a consistent explanation.

Regards,

Rainer