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 followin
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!
>
-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
> 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 o
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 Nabble.com
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:
> http://
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.
---
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:
>
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:
Som