RE: tools for Stress Testing

2000-12-05 Thread G.Nagarajan
Title: tools for Stress Testing



Hi,
Try 
OpenSta.org, MS web stress tool, www.rswsoftware.com.

These 
should help. I am using OpenSta for testing my jsps and servlets and it takes 
care of handling
cookies.

Cheers,
Nagaraj.

  -Original Message-From: Chris Chen 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, December 04, 2000 9:06 
  PMTo: '[EMAIL PROTECTED]'Subject: tools for 
  Stress Testing
  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 



tools for Stress Testing

2000-12-04 Thread Chris Chen
Title: tools for Stress Testing





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





RE: tools for Stress Testing

2000-12-04 Thread Mark Franz

Take a look at JTop.
 

Mark G. Franz 

 

-Original Message-
From: Chris Chen [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 04, 2000 12:06 PM
To: '[EMAIL PROTECTED]'
Subject: tools for Stress Testing



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 




Re: tools for Stress Testing

2000-12-04 Thread Eric Hartmann

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 [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
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