Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check the scalability of my application

I have developed an application that will create lot of PDF's and serve those file. (Its normal Servlet-Buffering serving).

How to make sure my application works efficient with multiple request? Is there any tool available to test the load/scalability/efficiency and how many parallel request does my code handle with the current server configuration?

like image 477
Niger Avatar asked Sep 26 '09 04:09

Niger


1 Answers

You can use a load tester like Tsung

like image 166
MathGladiator Avatar answered Oct 06 '22 13:10

MathGladiator