One approach to stress testing if you have a Model 2 (action classes and
request
dispatcher) site is to take advantage of the architecture of the app for
testing
purposes. For example, if you have a front component servlet that takes an
HTTP
request and turns it into an Action object for processing, you can build a
custom
test app that simply generates Action objects and fires them at your
back-end processing.

You might be able to test the back-end path (where the bulk of your code is)
without
worrying about the front-end.

Not a perfect solution, but it might be a good start.

Dave Bolt
ATSC/SPAWAR ASAT Team
Bolt's Law of Bandwidth - There is always plenty of network bandwidth, just
none for you.


-----Original Message-----
From: Scott Evans [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 18, 2000 8:35 AM
To: [EMAIL PROTECTED]
Subject: Re: Stress Testing your JSP Site


Check out this list:
http://www.softwareqatest.com/qatweb1.html

-----Original Message-----
From: Bradley McLain [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 14, 2000 12:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Stress Testing your JSP Site


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

===========================================================================
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

===========================================================================
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