Hi,

I've been working with performance measurements of web services and I've
faced this problem. For each request to my system (running in a tomcat 6) I
need to log these information:


Received Bytes (request content length)
Served Bytes (response content length)
Response Time (the time taken by the server to process the request)

 
 CPU Time (optional)
 
 I/O Time (optional)

URI
Cookies(the value of some specific cookies)
Request Content Data




I found something about Tomcat Access Log Valve (
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html ) but this valve
do not offer enough information for me.


Somebody can help me ? 

-- 
View this message in context: 
http://www.nabble.com/Request-Logging-in-Tomcat-6-tp20561773p20561773.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

Reply via email to