Re: Response time without client network delay

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

 



Anantha Padmanabha wrote:

Is there a way to get just the apache processing time [without client's network] in milli/micro seconds?

Maybe mod_log_firstbyte would suite. Quotes:
---8<---
mod_log_firstbyte is a module for Apache 2.0 which allows you to log the time between each request being read and the first byte of the response served. Unlike the total serve time, this index of performance tells you how long Apache actually spent loading the file off the disk or executing your script: it's independent of client connection speed. It makes a great performance benchmark for your server!
---8<---
The module adds a new option to your log format string: '%F'. This is the request-to-first-byte time, in microseconds.
---8<---

I know it says it's for httd 2.0 in that text, but I'm using it with 2.2 here (from FreeBSD ports), and it seems to work.

Available at:
<http://mod-log-firstbyte.googlecode.com/svn/trunk/>
<http://code.google.com/p/mod-log-firstbyte/>

Regards
/Jonas
--
Jonas Eckerman
Fruktträdet & Förbundet Sveriges Dövblinda
http://www.fsdb.org/
http://www.frukt.org/
http://whatever.frukt.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[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