that really depends on what statistics you want to collect. If you're
trying to quantify servlet container performance, the two primary
factors affecting scalability and performance (speed wise) is CPU and
memory usage.

although network IO can affect scalability, it won't affect
reliability of a webapplication hosted in a servlet container. If you
think your site will get tons of concurrent requests for big pages,
then I would try to measure the effective bandwidth first. Once you
know that, you can then alter the config settings for your webserver.
I hope that helps

peter


On Wed, 25 Aug 2004 22:51:14 -0700 (PDT), Shankar s
<[EMAIL PROTECTED]> wrote:
> 
> Hi all,
> 
> We are using 'perfmon' to identify the System(CPU & Memory) Performance in Windows 
> 2000. Now we need to check the System Performance in Linux system.
> 
> Can anybody suggest a good tool to monitor system performance in Linux system.
> 
> Thanks & Regards
> 
> Shankar
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.

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

Reply via email to