All "G" in scoreboard

--000e0ce0b4d474ffac047e05addc
Content-Type: text/plain; charset=ISO-8859-1

Hi all,

Right now its not a peak time on my web server, but still I see 200
concurrent requests and all of them are in G state,

200 requests currently being processed, 12 idle workers

GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG GGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG GGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG_GGG_G_GGWGGG___GGG__ GGGG
GGGGG.GG.G.GGG_.GG_.G.G_.........._..........C.............. ....


I don't understand why 200 requests? Is it real-time figure or some
old/stale apache child processes which didn't end for some reason ? Before
capturing above scoreboard status; routine cron for log rollup run which
restarted apache gracefully, but still I see no difference in concurrent
request (still 200). Also:

ps -A | grep -c httpd

is giving 213

From hhtpd.conf

####################
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 250
MaxRequestsPerChild 0
</IfModule>
####################

My understanding is that; at any given time, if server-status is saying "XYZ
requests currently being processed...." then it means; XYZ HTTP requests are
"currently" being executed by web server.

Bye,
Viki.

--000e0ce0b4d474ffac047e05addc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi all,<br><br>=A0 Right now its not a peak time on my web server, but stil=
l I see 200 concurrent requests and all of them are in G state,<br><br><dl>=
<dt>200 requests currently being processed, 12 idle workers</dt></dl><pre>
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG<br>GGGGGGG=
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG<br>GGGGGGGGGGGGGG=
GGGGGGGGGGGGGGGGGGGGGGGGG_GGG_G_GGWGGG___GGG__GGGG<br>GGGGG.GG.G.GGG_.GG_.G=
..G_.........._..........C..................<br>
</pre><br>I don't understand why 200 requests? Is it real-time figure o=
r some old/stale apache child processes which didn't end for some reaso=
n ? Before capturing above scoreboard status; routine cron for log rollup r=
un which restarted apache gracefully, but still I see no difference in conc=
urrent request (still 200). Also:<br>
<br>ps -A | grep -c httpd<br><br>is giving 213 <br><br>From hhtpd.conf<br><=
br>####################<br><IfModule prefork.c><br>StartServers=A0=A0=
=A0=A0=A0=A0 8<br>MinSpareServers=A0=A0=A0 5<br>MaxSpareServers=A0=A0 20<br=
>MaxClients=A0=A0=A0=A0=A0=A0 250<br>
MaxRequestsPerChild=A0 0<br></IfModule><br>####################<br><b=
r>My understanding is that; at any given time, if server-status is saying &=
quot;XYZ requests currently being processed...." then it means; XYZ HT=
TP requests are "currently" being executed by web server. <br>
<br>Bye,<br>Viki.<br><br><br>

--000e0ce0b4d474ffac047e05addc--
Vikrama Sanjeeva [ Di, 26 Januar 2010 00:39 ] [ ID #2029895 ]

Re: All "G" in scoreboard

On Mon, Jan 25, 2010 at 6:39 PM, Vikrama Sanjeeva
<viki.sanjeeva [at] gmail.com> wrote:
> Hi all,
>
> =A0 Right now its not a peak time on my web server, but still I see 200
> concurrent requests and all of them are in G state,
>
> 200 requests currently being processed, 12 idle workers
>
> GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG GGGG
> GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG GGGG
> GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG_GGG_G_GGWGGG___GGG__ GGGG
> GGGGG.GG.G.GGG_.GG_.G.G_.........._..........C.............. ....
>
>
> I don't understand why 200 requests? Is it real-time figure or some
> old/stale apache child processes which didn't end for some reason ? Befor=
e
> capturing above scoreboard status; routine cron for log rollup run which
> restarted apache gracefully, but still I see no difference in concurrent
> request (still 200). Also:
>

Sounds like they're hung, and they'll never finish exiting gracefully.

--
Eric Covener
covener [at] gmail.com

------------------------------------------------------------ ---------
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: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Eric Covener [ Di, 26 Januar 2010 03:15 ] [ ID #2029898 ]
Webserver » gmane.comp.apache.user » All "G" in scoreboard

Vorheriges Thema: howto for mod_proxy configuration?
Nächstes Thema: link to open local files - intranet/local access only