RE: How to measure Apache-Tomcat performance?

2001-02-22 Thread Harish Somisetty
, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: How to measure Apache-Tomcat performance? Hi, I've posted this same question before a couple of days and I didn't get even a single reply. I'm desperately waiting for some guru out there to help answering my newbie question. Prev

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
:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: How to measure Apache-Tomcat performance? Hi, I've posted this same question before a couple of days and I didn't get even a single reply. I'm desperately waiting

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

How to measure Apache-Tomcat performance?

2001-02-20 Thread Harish Somisetty
Hi, I've posted this same question before a couple of days and I didn't get even a single reply. I'm desperately waiting for some guru out there to help answering my newbie question. Prev mail contents follow: How can I find out how well the Apache-Tomcat combination perform, in terms of

RE: How to measure Apache-Tomcat performance?

2001-02-20 Thread Dave Glende
, February 20, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: How to measure Apache-Tomcat performance? Hi, I've posted this same question before a couple of days and I didn't get even a single reply. I'm desperately waiting for some guru out there to help answering my newbie question. Prev mail

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