[users@httpd] Query Response Time

2013-07-09 Thread Harsimranjit singh Kler
I am using Apache httpd 2.4.1 version.is there any log which specify Query response time for each request on httpd.I mean total time taken by httpd to process request?

Re: [users@httpd] Query Response Time

2013-07-09 Thread Nicolas Daniels
Sure, just use the CustomLog and LogFormat directive: http://httpd.apache.org/docs/current/mod/mod_log_config.html#customlog http://httpd.apache.org/docs/current/mod/mod_log_config.html#logformat http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats e.g: LogFormat %v %h %l %u %t