Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 81925 invoked from network); 4 Dec 2000 23:08:51 -0000 Received: from imail.innerhost.com (HELO rhinfo.com) (208.238.102.40) by locus.apache.org with SMTP; 4 Dec 2000 23:08:51 -0000 Date: Mon, 4 Dec 2000 18:08:47 -0500 Message-Id: <200012041808.AA22020766@rhinfo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Eric Hartmann" Reply-To: To: Subject: Re: tools for Stress Testing X-Mailer: X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Take a look at http://sourceforge.net/projects/opensta/ I did not test it but it seems to be a good solution. Eric ---------- Original Message ---------------------------------- From: Chris Chen Reply-To: tomcat-user@jakarta.apache.org Date: Mon, 4 Dec 2000 15:05:53 -0500 >Hi all, > > I am just wondering if there is a way to do a stress testing on my >jsp/servlet >pages even I am using the session tracking in my application. > >for example, I have: >1.jsp for user logon checking >2.jsp for loading data from database >3.jsp for business data calculation >4.jsp for modifying data to database > >The application works like: > when user passed 1.jsp, there will be a set of data in their session, hold >by >Java data Beans, from database. Base on those data, 3.jsp will performance a >certain business logic, then 4.jsp will write data to database. > > I want to build a set of benchmark/stress testing for all those *.jsp >pages. >How long it will take? How's the response performance? ... > >How could I do this? Is there any this kind of tools? >By using Tomcat, how can I let tomcat know that I am in the session, and >performance certain data set for me? > >Regards, > Chris > >