Re: Stress test on tomcat

2012-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luciano, On 11/8/12 2:49 PM, Luciano Andress Martini wrote: > Hi friend sorry if i am repeating same topic, but actually what is > the better thing to do a stress test on tomcat6. Google for "Apache Bench" or "Apache JMeter". I'm sure there are othe

Re: Stress test on tomcat

2012-11-08 Thread André Warnier
Luciano Andress Martini wrote: Hi friend sorry if i am repeating same topic, but actually what is the better thing to do a stress test on tomcat6. You are probably not getting an answer, because it is a rather stupid question. Hint : what do you want to test or check or measure ?

Re: stress test on tomcat

2005-11-17 Thread Dirk Weigenand
Hi, > --- Ursprüngliche Nachricht --- > Von: "William Mok" <[EMAIL PROTECTED]> > An: > Betreff: stress test on tomcat > Datum: Wed, 16 Nov 2005 14:57:21 -0800 > > - > 16-Nov-2005 2:44:30 PM org.apache.jk.common.ChannelSocket > acceptConnections > WARNING: Exception executing accept > java

RE: stress test on tomcat

2005-11-17 Thread Peter Crowther
> From: William Mok [mailto:[EMAIL PROTECTED] > java.net.SocketException: Too many open files What operating system? Naively, that looks like the good ol' UNIX limit on the number of file descriptors available to a process - if so, read up on how to change the descriptor table size for your kern