Hello!

My java application writes relevant log of database procedures
executions. My goal is to develop a report at intervals of 30 minutes
with a summary, including requests slowest, and average time of
execution,
etc.

2007-11-26 00:00:00379 DEBUG ajp - 8009-10 RequestFilter - Request Started
2007-11-26 00:00:00379 DEBUG ajp - 8009-14 RequestFilter - Request Started
2007-11-26 00:00:00379 DEBUG ajp - 8009-10 RequestFilter - Request
Ended: Total time: 0 s
2007-11-26 00:00:00379 DEBUG ajp - 8009-14 RequestFilter - Request
Ended: Total time: 0 s

Is there any framework adaptable to this?

Best Regards

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to