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,