This is a discussion on Does LogFormat %T include round trip time on socket? (httpd) within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I've added %T to LogFormat in httpd.conf. %T is defined in http://httpd.apache.org/docs/2....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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, |
|
|||
|
<hellosticky@gmail.com> schreef in bericht
news:555bbadb-f22d-4d5b-973b-9486bf12b119@u36g2000prf.googlegroups.com... > 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)? Find an implied amswer at http://code.google.com/p/mod-log-firstbyte/ HansH |
| Thread Tools | |
| Display Modes | |
|
|