What affects the response time (% D) of the LogFormat directive on Apache performance?
Response time is the time taken to complete the request in microseconds.
The response time can be included as follows:
LogFormat "%h %l %u %t \"%r\" %>s %b %D"
I wrote a tool to monitor and analyze the performance of the backend script,
apache-response-time , which requires response time data. I would like to warn potential users about how including this directive will affect Apache server performance.
source
share