RE: Benchmarks: Catalina M5 vs. Apache 1.3.12

2000-12-05 Thread Eric Hartmann

Hello,

OpenSta seems to be a good harness test with multiple client. You can find
it at http://sourceforge.net/projects/opensta/

Eric

-Original Message-
From: Curtis Dougherty [mailto:[EMAIL PROTECTED]]
Sent: mardi 5 décembre 2000 20:32
To: '[EMAIL PROTECTED]'
Subject: RE: Benchmarks: Catalina M5 vs. Apache 1.3.12


Jason -

I am attempting to generate some server performance numbers as well.  What
tool would you recommend to test TOMCAT vs. WebLogic JRun et al.???

If you can point me in the right direction for a good test harness to
plug-in I would be very grateful.

Thank you for your time and consideration of this matter.

Regards,
Curtis
QA Engineer
BusinessThreads

-Original Message-
From: Jason Brittain [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 05, 2000 12:48 PM
To: [EMAIL PROTECTED]
Subject: Benchmarks: Catalina M5 vs. Apache 1.3.12



I wrote up a text file about benchmarking and comparing Tomcat-4.0-M5
(pre-release)
and Apache 1.3.12.  It's attached to this message.  I wrote it for
anyone who is interested
(even non-Java-saavy people) to know how the raw content serving
performance of
Catalina and its built-in web server compares to that of Apache 1.3.12.
It contains lots of
information to help people understand some of the important differences
between the two
servers.

Feedback, flames, reproduced test results, etc. are welcome!  :)

Cheers.

--
Jason Brittain
Software Engineer, Olliance Inc.http://www.Olliance.com
Current Maintainer, Locomotive Project  http://www.Locomotive.org




Re: Benchmarks: Catalina M5 vs. Apache 1.3.12

2000-12-05 Thread Jason Brittain


Hi there Chris.

You can certainly do just what I did, use ApacheBench and see what numbers
you get with each server.  There's also another tester called Apache JMeter,
which will show you graphical views of the tests as they're happening.  
JMeter
has some bugs, but it's good anyway.  You can find it here:

http://java.apache.org/jmeter/index.html

Try that out too.  And, it would be great if you could share your results,
even if you don't go into the depth about your tests as I did..

Have fun!

-- 
Jason


Curtis Dougherty wrote:

 Jason -
 
 I am attempting to generate some server performance numbers as well.  What
 tool would you recommend to test TOMCAT vs. WebLogic JRun et al.??? 
 
 If you can point me in the right direction for a good test harness to
 plug-in I would be very grateful.
 
 Thank you for your time and consideration of this matter.
 
 Regards,
 Curtis
 QA Engineer
 BusinessThreads
 
 -Original Message-
 From: Jason Brittain [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 05, 2000 12:48 PM
 To: [EMAIL PROTECTED]
 Subject: Benchmarks: Catalina M5 vs. Apache 1.3.12
 
 
 
 I wrote up a text file about benchmarking and comparing Tomcat-4.0-M5 
 (pre-release)
 and Apache 1.3.12.  It's attached to this message.  I wrote it for 
 anyone who is interested
 (even non-Java-saavy people) to know how the raw content serving 
 performance of
 Catalina and its built-in web server compares to that of Apache 1.3.12.  
 It contains lots of
 information to help people understand some of the important differences 
 between the two
 servers.
 
 Feedback, flames, reproduced test results, etc. are welcome!  :)
 
 Cheers.
 




Re: Benchmarks: Catalina M5 vs. Apache 1.3.12

2000-12-05 Thread Gomez Henri

 I wrote up a text file about benchmarking and comparing Tomcat-4.0-M5 
 (pre-release)
 and Apache 1.3.12.  It's attached to this message.  I wrote it for 
 anyone who is interested
 (even non-Java-saavy people) to know how the raw content serving 
 performance of
 Catalina and its built-in web server compares to that of Apache 1.3.12. 
 
 It contains lots of
 information to help people understand some of the important differences
 
 between the two
 servers.

may I suggest the same test against the tomcat 3.2 release ;-)



Re: Benchmarks: Catalina M5 vs. Apache 1.3.12

2000-12-05 Thread Pier P. Fumagalli

Eric Hartmann [EMAIL PROTECTED] wrote:
 
 Hello,
 
 OpenSta seems to be a good harness test with multiple client. You can find
 it at http://sourceforge.net/projects/opensta/

And there's always Apache Jmeter http://java.apache.org/jmeter


Pier

-- 
Pier P. Fumagalli  Apache Software Foundation  mailto:[EMAIL PROTECTED]

Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur,
adipisci velit... (Cicero: "De Finibus" 1.10.32)





Re: Benchmarks: Catalina M5 vs. Apache 1.3.12

2000-12-05 Thread Remy Maucherat

Quoting Jason Brittain [EMAIL PROTECTED]:

 
 I wrote up a text file about benchmarking and comparing Tomcat-4.0-M5 
 (pre-release)
 and Apache 1.3.12.  It's attached to this message.  I wrote it for 
 anyone who is interested
 (even non-Java-saavy people) to know how the raw content serving 
 performance of
 Catalina and its built-in web server compares to that of Apache 1.3.12. 
 
 It contains lots of
 information to help people understand some of the important differences
 
 between the two
 servers.
 
 Feedback, flames, reproduced test results, etc. are welcome!  :)

I'm glad it's not too bad (right now the static file serving is very badly
optimized). There are some optimizations in, but we also do lots of unnecessary
IO operations for each request.
We won't do further optimizations on this before TC 4.0 is released, because we
might get rid of the whole resources package after 4.0 (more on this after M5 is
out).

Remy