-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
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 ?
Hi friend sorry if i am repeating same topic, but actually what is the
better thing to do a stress test on tomcat6.
Thanks !
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h..
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
> acceptConnec
> 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
Hi,
I have tomcat running on top of apache. I am running some stress test and I got
the following problem:
I have 1000 threads running for the stresstest. It is very obvious an
overloading problem.
Is there anything I can tune in apache or tomcat to get rid of the overloading
problem?