View Single Post

  #1 (permalink)  
Old 05-06-2008
hellosticky@gmail.com
 
Posts: n/a
Default Does LogFormat %T include round trip time on socket? (httpd)

Hi, I've added %T to LogFormat in httpd.conf. %T is defined in
http://httpd.apache.org/docs/2.2/mod...og_config.html as:

"The time taken to serve the request, in seconds."

What are the boundaries of the word "serve?" Does it include the time
to send all of the bytes of the response to the user (including TCP
ACKs)? Or does it simply mean internally "serving" the response to the
NIC card?

Thanks,