would like to know performance test methods for JSP !!
X Luo
Greenhorn
Joined: Aug 19, 2002
Posts: 5
posted
0
Do you mean how the performance would be when you got many people access the page at the same time? If that is the case, in my previous company, we use Microsoft web applicatin stress tool for testing the speed performance. I think it can be downloaded freely, and then you can test it by setting the number of threads of accessing the same page within certain amount of time. Or alternatively you can set up timing data in your log property file, so that you can see how long it takes for each sql to execute. Hope that helps! X Luo