cancel
Showing results for 
Search instead for 
Did you mean: 
jeesshnasree
Starfighter Starfighter
Starfighter
  • 516 Views

how to check load test on application

Jump to solution

Hi All,

 

I am using product Tomcat  proct &  deployed sample.war file .

My intension is check application load test .

My sample application url :

http://localhost:8080/sample

or 

http://ip-address:8080/sample

 

How to give requests for check load test for functionality check .

Is it possible check application access load test or not .

Please provide me command if possible load test on application (sample.war as per URL) .

 

i am waiting for your valuable information .

 

Regards,

Jeesshnasree

Labels (1)
1 Solution

Accepted Solutions
ricardo_jun
Moderator
Moderator
  • 480 Views

Hi,

There are possible approaches you can use to load test your app:

 

ab (https://httpd.apache.org/docs/2.4/programs/ab.html) that might test your welcome page processing.

 

For a more complex use case (with dynamic parameterization) you might want to consider JMeter (jmeter.apache.org) 

 

Hope that helps

 

View solution in original post

2 Replies
ricardo_jun
Moderator
Moderator
  • 481 Views

Hi,

There are possible approaches you can use to load test your app:

 

ab (https://httpd.apache.org/docs/2.4/programs/ab.html) that might test your welcome page processing.

 

For a more complex use case (with dynamic parameterization) you might want to consider JMeter (jmeter.apache.org) 

 

Hope that helps

 

jeesshnasree
Starfighter Starfighter
Starfighter
  • 416 Views

Hi @ricardo_jun ,

 

 

Please provide one example for the same if possible .


Regards,

Jeesshnasree

0 Kudos
Join the discussion
You must log in to join this conversation.