Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 910D796AE for ; Tue, 6 Dec 2011 11:01:08 +0000 (UTC) Received: (qmail 16800 invoked by uid 500); 6 Dec 2011 11:01:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 16647 invoked by uid 500); 6 Dec 2011 11:01:06 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 16639 invoked by uid 99); 6 Dec 2011 11:01:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 11:01:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of info@apachelounge.com designates 85.223.52.177 as permitted sender) Received: from [85.223.52.177] (HELO land10web.com) (85.223.52.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 11:01:00 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apachelounge.com; h=From:Subject:Date; b=vXDGMg8hYU4cO5JzlP5WzGJiEmf+GAxwzez+jc3G/Hvj3+AQgGSlAn/GRwsKYqJR+x5M4mYj8C951CIMDB12++GNqCkxEyHrXVQEMizrp53w+AUb46jpo85mZOmBnNCZ; X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=85.223.52.177; Received: from Father (unverified [85.223.52.177]) by land10web.com (SurgeMail 5.3i) with ESMTP (TLS) id 7123-1382150 for ; Tue, 06 Dec 2011 12:00:01 +0100 Message-ID: From: "Steffen" To: References: <> <4ECB7A36.8090504@kippdata.de> In-Reply-To: <4ECB7A36.8090504@kippdata.de> Subject: Re: Win 2.3.15 :: Server Status Entries Date: Tue, 6 Dec 2011 11:56:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 X-Virus-Checked: Checked by ClamAV on apache.org >Those requests are no longer processed (status is "_"). The seconds since >is the time since this request was last processed, the column after that >shows how long processing took (here: "1" millisecond for each of them). There are also with status L, for example for almost a day sitting there: 0-0 2852 1/2920/2920 L 79507 49835 2893.9 114.05 114.05 80.91.181.75 www.apachelounge.com GET /download/binaries/httpd-2.2.21-win32-x86-ssl.zip HTTP/1.0 -----Original Message----- From: Rainer Jung Sent: Tuesday, November 22, 2011 11:32 AM To: dev@httpd.apache.org Subject: Re: Win 2.3.15 :: Server Status Entries On 22.11.2011 10:28, Steffen wrote: > Seeing a huge number of hanging entries in the Server Status, > already for 20 hours and looks they are staying there forever. > > The requests are invalid, not sure since I do not keep the raw logs. > > ... > ... > 0-0 3800 0/177/177 _ 64980 1 0.0 0.09 0.09 94.76.244.212 > www.familieland.com GET //phpMyAdmin/scripts/setup.php HTTP/1.1 > 0-0 3800 0/157/157 _ 69024 1 0.0 10.65 10.65 94.76.244.212 > www.familieland.com GET //scripts/setup.php HTTP/1.1 > 0-0 3800 0/224/224 _ 69023 1 0.0 21.96 21.96 94.76.244.212 > www.familieland.com GET //admin/pma/scripts/setup.php HTTP/1.1 > .... > .... > etc. etc. > > SS = 70878 seconds now and counting. Those requests are no longer processed (status is "_"). The seconds since is the time since this request was last processed, the column after that shows how long processing took (here: "1" millisecond for each of them). It looks like you have spare slots that are occasionally used during load spikes but are idle later for a long time. Don't know how the Windows MPM decides which idle slot to use. Regards, Rainer