Bug 50796 - record time between keepalives in access log
Summary: record time between keepalives in access log
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2011-02-16 09:54 UTC by Eric Covener
Modified: 2011-08-07 15:41 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Covener 2011-02-16 09:54:58 UTC
It would be nice if the access log could tell us the time Apache waited for a the current keepalive request to arrive.  This saves you from having to piece together the requests on the same conn and looking at the received time / elapsed time of the current/prev requests on a conn.

maybe 
%{delta}k
%{number}k (same as %k)