RE: How to measure Apache-Tomcat performance?

2001-02-22 Thread Harish Somisetty
Hi, Thanx for all your help! I've checked this WCAT and it seems this can only measure performance of IIS and JMeter looks like the one I'm looking for. Once I port my whole app onto the server, I'll test the performance. Thanx, harish --- Dave Glende [EMAIL PROTECTED] wrote: WCat, from

Re: How to measure Apache-Tomcat performance?

2001-02-22 Thread Ben Galbraith
JMeter's good, you should also check out Microsoft's WAS utility, http://homer.rte.microsoft.com/. It's Win32 only, but an excellent little tool. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Autoreply: Re: How to measure Apache-Tomcat performance?

2001-02-22 Thread bwheeler
PROTECTED] Message-ID: 002a01c09cf1$bf91f900$3c01200a@s807 From: "Ben Galbraith" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: How to measure Apache-Tomcat performance? Date: Thu, 22 Feb 2001 10:05:37 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-

RE: How to measure Apache-Tomcat performance?

2001-02-22 Thread Dave Glende
to measure Apache-Tomcat performance? Hi, Thanx for all your help! I've checked this WCAT and it seems this can only measure performance of IIS and JMeter looks like the one I'm looking for. Once I port my whole app onto the server, I'll test the performance. Thanx, harish --- Dave Glende

Re: How to measure Apache-Tomcat performance?

2001-02-21 Thread Ludovic Maitre
Hello, Perhaps that you can use the ab tool from Apache (part of the support tools optionnaly installed with apache 1.3) After you can use it with command like : ab -n 2100 -c 300 http://monserveur/mapage.jsp (-n : number of connection, -c : number of concurrent connection) After you have test a

RE: How to measure Apache-Tomcat performance?

2001-02-20 Thread Brett Knights
I can't help with the performance measurement but I'd say just go ahead and develop :-) The servlet API is meant to be portable. You can develop, test with Apache JMeter (http://java.apache.org) and if Tomcat won't work for you then you should be able to re-deploy to Resin with very little

RE: How to measure Apache-Tomcat performance?

2001-02-20 Thread Dave Glende
WCat, from Microsoft (yes, I know...), is another capacity measurement tool that we have used and it's free. It can be found at http://msdn.microsoft.com/workshop/server/toolbox/wcat.asp Dave -Original Message- From: Harish Somisetty [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: How to measure Apache-Tomcat performance?

2001-02-20 Thread Randy Layman
). These are just my opinions and should be taken as such and not absolute truth. Randy -Original Message- From: Brett Knights [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 4:02 PM To: [EMAIL PROTECTED] Subject: RE: How to measure Apache-Tomcat performance? I can't help