On 5/3/2013 11:58 AM, Rainer Jung wrote:
Although AFAIR last time it couldn't do my favorite "quotient of
deltas", but until now I haven't found a standard tool doing that.

Average response time in last intervall = delta(cumulatedResponseTime)/
                                           delta(RequestCount)

Tomcat provides cumulatedResponseTime and RequestCount per Servlet,
Webapp and globally, but unfortunately the tools lack for this one.
You can always add an MBean for such things -- and for cumulative CPU time per request, cumulative time spent blocked and waiting per request, etc, etc.

[Been there done that.]


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to