Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I test if my web application could handle heavy traffic?

What would be a proper way to simulate a large number of requests to test if my web application can handle it?

like image 738
zsharp Avatar asked Jan 22 '23 17:01

zsharp


2 Answers

You could try using Microsoft's WCAT tools. Look here: http://support.microsoft.com/kb/231282

They're free, too. That's always nice.

like image 141
aehiilrs Avatar answered Jan 29 '23 20:01

aehiilrs


Depending on your budget, you may be interested in some load testing software designed for this. A Google search brings up all sorts of alternatives. This is probably the best way to do it.

This one has a free trial version and isn't too pricey, but I would recommend shopping around first.

like image 25
David Avatar answered Jan 29 '23 21:01

David