we've tested apache jmeter and also the microsoft web application stress
tool (i cant remember the exact name).  the microsoft tool allows you to
record activity scripts, so it can be a bit easier.

the problem with such tools, however, is that we haven't found a way to
simulate real user activity effectively.  we can copy an url with parms and
bang away at a particular page, but our app is based on action classes and
request dispatcher, which we haven't really gotten to work with an automated
tool.  we always end up with session trouble.  our pages do almost nothing
apart from display logic, so with such tools we're not currently able to
test the real workhorses of our app which are the classes that our action
objects control.

i'd be keen to hear anyone else's views / suggestions on this issue.
unfortunately, the best 'stress-testing' tool i've found so far is everybody
in the company hitting the app at once from differenct clients..

--bradley mclain
usmoving.com

>From: JSP Insider <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Stress Testing your JSP Site
>Date: Wed, 13 Sep 2000 19:28:22 GMT
>
>Hello everyone
>
>Performing a quick survey to see which Web Stress testing tool you prefer
>using with JSP.
>
>While stress testing a JSP site is no different than stress testing a
>normal
>web site.
>I am curious to see which tools most Jsp Developers are using for this
>function.
>
>Thanks much!
>
>Casey Kochmer
>[EMAIL PROTECTED]
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>http://java.sun.com/products/jsp/faq.html
>http://www.esperanto.org.nz/jsp/jspfaq.html
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to