Re: Tomcat benchmark

2008-01-22 Thread samehgad
Hi Andrew You can determine the number of concurrent requests using sample formula This formula gives a decent estimate for the number of threads you can create: (MaxProcessMemory - JVMMemory - ReservedOsMemory) / (ThreadStackSize) = Number of threads Example: For Java 1.5 I get the

RE: Tomcat benchmark

2008-01-21 Thread Peter Crowther
From: Andrew Hole [mailto:[EMAIL PROTECTED] Is there any benchmark test available that allow me to determine the number of concurrent requests that Tomcat supports for a particular type of hardware? You already have it: your own Tomcat, your own app, your own mix of requests, and your own

Re: Tomcat benchmark

2008-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Crowther wrote: | From: Andrew Hole [mailto:[EMAIL PROTECTED] | Is there any benchmark test available that allow me to | determine the number | of concurrent requests that Tomcat supports for a particular type of | hardware? | | You

Re: Tomcat benchmark

2008-01-21 Thread David Brown
Hello Andrew, if you are looking for comprehensive HW review for particular hardware good luck. The following will get you started and a PDF by Peter Lin using JMeter is the closest I have seen. HTH, David http://wiki.apache.org/tomcat/FAQ/Performance_and_Monitoring Andrew Hole wrote .. Hi!

Re: Tomcat benchmark

2007-08-16 Thread Matthew Kerle
I assume you've already Googled what you're looking for and not found anything? What are you after exactly, performance or feature comparison? please be more specific... I assume you're after more than this: http://en.wikipedia.org/wiki/Comparison_of_application_servers Andrew Hole wrote:

Re: Tomcat benchmark

2007-08-16 Thread Andrew Hole
Compare performance... On 8/16/07, Matthew Kerle [EMAIL PROTECTED] wrote: I assume you've already Googled what you're looking for and not found anything? What are you after exactly, performance or feature comparison? please be more specific... I assume you're after more than this:

Re: Tomcat benchmark

2007-08-16 Thread bajistaman
Probably the best place to start is http://tomcat.apache.org/faq/performance.html -- View this message in context: http://www.nabble.com/Tomcat-benchmark-tf4278535.html#a12189509 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Tomcat benchmark

2007-08-16 Thread Leon Rosenberg
both links are from 2004... Leon On 8/16/07, bajistaman [EMAIL PROTECTED] wrote: Probably the best place to start is http://tomcat.apache.org/faq/performance.html and http://www.webperformanceinc.com/library/reports/ServletReport/index.html -- View this message in context:

Re: Tomcat benchmark

2007-08-16 Thread bajistaman
I'm still using tomcat 5 :-) (and Weblogic 8.1), maybe someone interested enough can apply the same test against newer products. Johann -- View this message in context: http://www.nabble.com/Tomcat-benchmark-tf4278535.html#a12190970 Sent from the Tomcat - User mailing list archive at