Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

tomcat load test

  Asked By: Dai    Date: Feb 23    Category: Java    Views: 826
  

I want to use load test in a web application that its application server is tomcat.

do you think Jmeter is applicable?

or may be you suggest somthing else ?

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Paul Brooks     Answered On: Feb 23

Yes, I think jmeter is good for that as I tested. It's better to have jmeter and tomcat  on different machines to have more accurate estimates of application load  tolerance

 
Answer #2    Answered By: Sheryl Morgan     Answered On: Feb 23

if you have webservice in front you can use SOAPUI, very good tool for webservice testing and loadtesting.

 
Answer #3    Answered By: Brian Ross     Answered On: Feb 23

JMeter is good for this effort.

 
Answer #4    Answered By: Heidi Larson     Answered On: Feb 23

I have a question regarding this issue.
Does JMeter provide enough capabilities for easy stress testing of AJAX web  applications?

 
Answer #5    Answered By: Nagina Mian     Answered On: Feb 23

JMeter is great for simple sites or plain HTTP load. But if you have a complex
web site probably including authentication, flow and AJAX, I recommend Selenium.

In fact Selenium is not a load  test tool in nature and is mostly used for
functional/unit testing web  sites. But with Selenium RC you can easily detect
hot spots and the use JMeter (or other tools such as curl-loader) to focus and
resolve these spots.

If you need to perform further tuning on tomcat  itself (usually after you finish
up with application  tuning) I may recommend using tomcat native connector
(APR/TC), optimizing connector threading, and a front-end reverse proxy such as
mod_proxy or Perlbal over AJP/HTTP1.1.

 
Didn't find what you were looking for? Find more on tomcat load test Or get search suggestion and latest updates.




Tagged: