Skip to content

Latest commit

 

History

History

load-testing-your-application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Steps to run this project:

  1. Clone this Git repository
  2. Make sure you have ab available at your command line (part of Apache HTTPD)
  3. Navigate to the folder load-testing-your-application
  4. Launch the Spring Boot application with mvn spring-boot:run
  5. (Optinal) Open Java VisualVM
  6. Run ab -n 5000 -c 15 http://localhost:8080/persons and wait for the result/see within Java VisualVM how the application behaves