Re: Query Response Time

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 \"%r\" %>s %b (%D)" my_custom_log
CustomLog logs/access_log my_custom_log
Here the %D is the time taken to serve the request in micro seconds.

On 9/07/2013 08:18, Harsimranjit singh Kler wrote:
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?


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux