As per apache docs , %T means The time taken to serve the request, in seconds. But there is no description about %D.
In cofiguration file, %T %D is written in last (in LogFormat). Where in log file, 0 is being printed in place of %T (always) and some numeric value >10000 in place of %D.
I believe that the response time must not be greater than 2-3 seconds in my case.
- So plz tell me which entry belongs to response time
- Why 0 is being printed
- in place of %T What is the meaning of %D