I've done some tests with Apache Benchmark, a small utility I found in
Apache 1.3.6.

It can run multiple requests concurently (configurable through command
line args). Other parameters like number of requests vs. time to
run, or a keep-alive option are also available.

It is very efficient - it can retrieve thousands of requests per second
without reaching 100% CPU usage, an important issue if you want to measure
the web server not the benchmarking tool.
With other tools, (based on java like jmeter) is a risk to have
the web server more performant than the benchmarking tool is able to
stress it.

I liked "ab" is small, simple, fast.

Cezar.
On Mon, 6 Sep 1999, niraj l wrote:

> Hello,
>
> I have a servlet application which is accessed by multiple users with heavy
> database transactions. I need to test the site by simulating a condition
> where 100 odd users access it simultaneously. Is there any product available
> to test the same.
>
> Rgds,
> Niraj.
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to