Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 252 invoked from network); 15 Jul 2010 13:25:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jul 2010 13:25:11 -0000 Received: (qmail 37369 invoked by uid 500); 15 Jul 2010 13:25:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37166 invoked by uid 500); 15 Jul 2010 13:25:04 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 37154 invoked by uid 99); 15 Jul 2010 13:25:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 13:25:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trawick@gmail.com designates 209.85.161.173 as permitted sender) Received: from [209.85.161.173] (HELO mail-gx0-f173.google.com) (209.85.161.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 13:24:56 +0000 Received: by gxk19 with SMTP id 19so762155gxk.18 for ; Thu, 15 Jul 2010 06:24:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MDyq0WWwdoqrbRaK7XCVwUIlKROgY8HY+PajMupeKfs=; b=WwYBCORh75eKpuFU5DMhebTa2J6hyhjfq1rhQUixjzspnKoaxA4k1PSs5B8XL6IMIK 6ME4dYJT/1c0LZNzcTrmgT/zqBGuT4D7iAWoxeRSx52SMVV3E4Vl6vHqP/zZNpfwohjm 76YQ3uFQRCWyrzj7AuyJS9yhNkOiw9cpkBHmA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RRsvG8cJy6U7V/4KVLKKzDOVVebiue6dZhu53whhXfLHCN+KZEbcy8UZZlLY+yMtFf Z5HSfQaxjZQRpAVCLweIivMjNc2AICBpa/9GWydddPgda8AqbGZ9JQgtktY0Cbc4QXkz X62byLap9jDK8hJ57bpVrU3bo5CQWV8HXbY4E= MIME-Version: 1.0 Received: by 10.100.57.17 with SMTP id f17mr11545008ana.35.1279200275339; Thu, 15 Jul 2010 06:24:35 -0700 (PDT) Received: by 10.100.239.7 with HTTP; Thu, 15 Jul 2010 06:24:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Jul 2010 09:24:35 -0400 Message-ID: From: Jeff Trawick To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] what does 0 mean of serving time On Wed, Jul 14, 2010 at 11:56 AM, Hu Hailin wrote: > the os of my box is CentOS 5.3 and httpd is the built-in one. > >> it may mean that the requests didn't take long to server AND the clock >> is not high resolution > > I thought so as well, but about 90% of the requests are around > 10_000-100_000=B5s. Meanwhile 0=B5s requests are about 5%. > It's hard to believe that is a resolution issue. > Also the rate of 0=B5s request goes up with server's load going up, not > a good sign, I guess. > > Arrrr, it might be something like the requests under 1000=B5s goes to > 0=B5s into log file by chance? no idea what you are encountering I just tried %D with built-in httpd on CentOS 5.4 on VMWare on Windows 7 and saw requests in the 3-400 microsecond range, seemingly with microsecond resolution. > > On Thu, Jul 15, 2010 at 12:20 AM, Jeff Trawick wrote: >> On Wed, Jul 14, 2010 at 10:19 AM, Hu Hailin wrote: >>> Hi, >>> >>> http://httpd.apache.org/docs/2.2/en/mod/mod_log_config.html#formats >>> >>> I'm using %D to log the time taken to serve requests. >>> I found the time might be 0 in nonspecific requests. The rate of 0 >>> serving time goes the same trend with server load. >>> >>> Does it mean some kind of timeout? >> >> no >> >> it may mean that the requests didn't take long to server AND the clock >> is not high resolution >> >> is this Windows? =A0if I understand correctly, expensive (in CPU) >> mechanisms are required to get good resolution on Windows >> >> --------------------------------------------------------------------- >> The official User-To-User support forum of the Apache HTTP Server Projec= t. >> See for more info. >> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org >> For additional commands, e-mail: users-help@httpd.apache.org >> >> > > > > -- > islue > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project= . > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --=20 Born in Roswell... married an alien... --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org