You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/09/23 00:29:01 UTC

Re: Request time

On Sat, 22 Sep 2001, Shaun Smoot wrote:

> Can some on please help me with a time issue i am having. This may seem a
> bit of a config question however I can not find any info to help. So I
> turn to the Dev group for help. Apache allows you to use a %T flag in
> order to get the time (in seconds) it took your page to server. I would
> like to get time in milliseconds. How can I do this. Any help would be
> great.

mod_log_config does not have this ability in 1.3.  mod_log_config in 2.0
can do seconds (%T) or microseconds (%D).

If you really want that feature in 1.3, it'd be easy to add (hint: just
grab the logic out of mod_status).  I don't know what the group feeling is
on adding this to the core distribution for 1.3, but I could whip up a
patch if there's any interest.

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA


Re: Request time

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Sat, Sep 22, 2001 at 05:48:34PM -0500, William A. Rowe, Jr. wrote:
> -.9 on more "want to haves".  If someone is interested in 1.3 support, there's
> a huge chunk of mod_negotiation/mime/autoindex changes that need backporting
> to close vulnerabilities prior to a future 1.3 release.

If we get 2.0 out the door, we won't have any more "want to haves."  =)
-- justin


Re: Request time

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
From: "Cliff Woolley" <cl...@yahoo.com>
Sent: Saturday, September 22, 2001 5:29 PM


> On Sat, 22 Sep 2001, Shaun Smoot wrote:
> 
> > Can some on please help me with a time issue i am having. This may seem a
> > bit of a config question however I can not find any info to help. So I
> > turn to the Dev group for help. Apache allows you to use a %T flag in
> > order to get the time (in seconds) it took your page to server. I would
> > like to get time in milliseconds. How can I do this. Any help would be
> > great.
> 
> mod_log_config does not have this ability in 1.3.  mod_log_config in 2.0
> can do seconds (%T) or microseconds (%D).
> 
> If you really want that feature in 1.3, it'd be easy to add (hint: just
> grab the logic out of mod_status).  I don't know what the group feeling is
> on adding this to the core distribution for 1.3, but I could whip up a
> patch if there's any interest.

-.9 on more "want to haves".  If someone is interested in 1.3 support, there's
a huge chunk of mod_negotiation/mime/autoindex changes that need backporting
to close vulnerabilities prior to a future 1.3 release.

Bill