You can use JMeter (as pointed out earlier) as a load-generation client, but
you can also use it as a Tomcat monitor.  In the latter mode, it will give
you most of the stats you want, but so will JMX.

Finding the upper limit is somewhat of an iterative process and is
influenced by many things - what your app does, who it communicates with
(DBs, web services, ...) and how, etc.  The configuration/environment
determines the fixed upper limit (as well as the number of idle threads,
connections, etc.) but only careful testing will determine the practical
limit.

Tim

-----Original Message-----
From: Rajeev Jha [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 27, 2006 5:37 AM
To: Tomcat Users List
Subject: Re: i want to know load on Tomcat

Your config (or Environment ;o) will fix the number of maximum 
simultaneous clients.  Tomcat manager application has a server status 
link. you can use that or you can start catalina with JMX support and 
see number of active threads!

balaraju mandala wrote:

>Dear Comunity,
>
>I want to know how much load is on my Tomcat. How can i do this?
>
>I hav a Client, which continues calls set of  Servlets. I want to test how
>many Clients(max) i can run at a time, for this i want to know load on
>Tomcat.
>
>regards,
>bala
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to