Why do Apache access logs - timer resolution issue?
- by Rob
When going through Apache 2.2 access logs, logging with the %D directive (The time taken to serve the request, in microseconds), that it's very common for a 200 response to have a given number of bytes, but a "time to serve" of zero.
For example, a given URL might be requested 10 times in a single day, and a 200 response is sent for them all, and…