From: kaklis on
Hi to all, i want to stress test a tomcat web server, so that i
could find out its limits. e.g how many users can be connected and
request a resource concurrently.
I used JMeter which is an excellent tool, but i would like to use a
more pythonic approach.
Any hints

Antonis
From: Simon Brunning on
On 9 July 2010 14:17, kaklis(a)gmail.com <kaklis(a)gmail.com> wrote:
> Hi to all, i want to stress test   a tomcat web server, so that i
> could find out its limits. e.g how many users can be connected and
> request a resource concurrently.
> I used JMeter which is an excellent tool, but i would like to use a
> more pythonic approach.

The Grinder?

--
Cheers,
Simon B.
From: kaklis on
On Jul 9, 4:44 pm, Simon Brunning <si...(a)brunningonline.net> wrote:
> On 9 July 2010 14:17, kak...(a)gmail.com <kak...(a)gmail.com> wrote:
>
> > Hi to all, i want to stress test   a tomcat web server, so that i
> > could find out its limits. e.g how many users can be connected and
> > request a resource concurrently.
> > I used JMeter which is an excellent tool, but i would like to use a
> > more pythonic approach.
>
> The Grinder?
>
> --
> Cheers,
> Simon B.

Thank you Simon!
I'll give it a try.
It looks very promising.

Antonis K.