Stress Testing

2001-03-19 Thread David Oxley
What are the available products that can help me stress test my application and which is the best. It needs to be able to run requests either serially or in parallel (i.e. Acurrately simulating multiple users using a multiple HTML frame servlet application). Dave [EMAIL PROTECTED]

Re: Stress Testing

2001-03-19 Thread Gunnar Eilers
Hi, a good app for testing is the jmeter project: http://jakarta.apache.org/jmeter/index.html Gunnar At 18:12 19.03.2001 +, you wrote: What are the available products that can help me stress test my application and which is the best. It needs to be able to run requests either serially or

Re: Stress Testing

2001-03-19 Thread Bo Xu
David Oxley wrote: What are the available products that can help me stress test my application and which is the best. It needs to be able to run requests either serially or in parallel (i.e. Acurrately simulating multiple users using a multiple HTML frame servlet application). Dave [EMAIL

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

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

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

Re: tools for Stress Testing

2000-12-04 Thread Eric Hartmann
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