Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Load testing in Play! framework [closed]

How do you perform load testing in a Play! project?

Do you use external tools ? if so, which one is best integrated with Play?

Or does Play! have provided some feature about it?

(I'm using Eclipse IDE)

like image 317
Zahra Ezati Avatar asked Dec 31 '11 16:12

Zahra Ezati


1 Answers

Check out Apache JMeter for load testing.

From their website:

Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.

I've used it at work before for load testing and it works great.

like image 170
Todd Avatar answered Nov 30 '22 03:11

Todd