You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Cato, Christopher" <cc...@rational.com> on 2002/02/17 12:20:52 UTC

Performance testing of servlets / beans / jsp ?

Hi. I'd like to performance test my applications, anyone have a clue on what
software to use?

I use Forté for Java CE 3 as the IDE and TomCat 3.23 as the servlet / jsp
container. The server runs on RH Linux 6.2

Hopefully there are some opensource tools to use for this?

Regards,
Chris 

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Performance testing of servlets / beans / jsp ?

Posted by sophie fischer <so...@datumentijd.nl>.
"Cato, Christopher" wrote:

> Hi. I'd like to performance test my applications, anyone have a clue on what
> software to use?
>
> I use Forté for Java CE 3 as the IDE and TomCat 3.23 as the servlet / jsp
> container. The server runs on RH Linux 6.2
>
> Hopefully there are some opensource tools to use for this?
>
> Regards,
> Chris
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

Hi,

It depends on what you want to test. I wanted to test the response time of an
application with a html/jsp frontend and enterprise beans which are served by
the Jonas server. I used the test-suite from www.junit.org. They have a special
framework for performance testing. You can simulate an arbitrary number of
users that try to reach the application (at the same moment or witin a
specified interval) and you can measure the amount of time it takes to provide
an answer to the user for his request.

Perhaps Apache or Sun also have a test-tool, but for me junit.org was fine. It
is open source, and it does not depend on your EJB or jsp-server. The only
disadvantage is that Javascript is not supported.

Sophie


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Performance testing of servlets / beans / jsp ?

Posted by Jose Solorzano <jh...@yahoo.com>.
--- "Cato, Christopher" <cc...@rational.com> wrote:
> Hi. I'd like to performance test my applications,
> anyone have a clue on what
> software to use?
> 
> I use Fort� for Java CE 3 as the IDE and TomCat 3.23
> as the servlet / jsp
> container. The server runs on RH Linux 6.2
> 
> Hopefully there are some opensource tools to use for
> this?
> 
> Regards,
> Chris 

I've used OptimizeIt with mid-sized
Java systems. It should work
fine with Tomcat. I believe they have
a 30-day free trial.

Regards,
--Jose




__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>