Bug 50796

Summary: record time between keepalives in access log
Product: Apache httpd-2 Reporter: Eric Covener <covener>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement Keywords: FixedInTrunk
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

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)