Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-28 Thread Antonios Kogias
Thank you Konstantin, for the clarification of details - now I got a much better understanding of the issues involved. My understanding is that the logAccess(...) call happens when the output buffer has been flushed and closed (in http/1.0 that would also close the tcp connection, thus I calle

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Antonios, On 2/24/2011 11:28 AM, Antonios Kogias wrote: > And I would like some clarification on "Depending on exactly where the > Valve falls within the Valve chain and how the RequestDispatcher works > with Valves, it may or may not include time to

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-27 Thread Konstantin Kolinko
2011/2/21 Antonios Kogias : > Thank you very much for the detailed answer. Now there's just one more thing > to ask. > If we use tomcat 7.0.8, the "timing for the whole request processing cycle" > will incorporate transmit time? > e.g. if using HTTP/1.0, will it represent the total time until the t

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-24 Thread Antonios Kogias
Thank you for the answer Chris. You noted about confirmation of some issues, and I'd been waiting for it until now. You stated that "For a simple request, the timing will include any time blocking on response buffers..." and it would be good enough for me, if confirmed. And I would like some

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Antonios, On 2/21/2011 11:05 AM, Antonios Kogias wrote: > If we use tomcat 7.0.8, the "timing for the whole request processing > cycle" will incorporate transmit time? > e.g. if using HTTP/1.0, will it represent the total time until the > teardown of

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-21 Thread Antonios Kogias
On 2/18/2011 12:12 PM, Konstantin Kolinko wrote: 2011/2/18 ??G??S ???O???S: Tomcat 5.5 or 6.0 Win XP or Vista (32) I've read the configuration (http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html) and the api (http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-18 Thread Konstantin Kolinko
2011/2/18 ??G??S ???O???S : > Tomcat 5.5 or 6.0 > Win XP or Vista (32) > > I've read the configuration > (http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html) and the api > (http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html) > but ther

AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-17 Thread ??G??S ???O???S
Tomcat 5.5 or 6.0 Win XP or Vista (32) I've read the configuration (http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html) and the api (http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html) but there are some details that are not specified