On 25/11/2010 06:16, rujin raj wrote:
> I am Monitoring the tomcat application ,no. of session ,Current thread count
> and current thread busy using lambda probe.
> Is there any way to save these these datas in local machine for future
> reference for specfic interval.

Not in Tomcat nor, to the best of my knowledge, in Lambda probe.

You'd need to write some custom code. You can get the data directly via
JMX or using HTTP and the JMX proxy (part of the Manager app). Whichever
you use, be sure to secure it.

Mark

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

Reply via email to