Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

http load testing tool

I want to record web activity as would be done by a single user and then run one or multiple such simulteanous users (perhaps tweaking some params, such as converting user/password into user1/password, ..., usern/password). Playing with timing would be nice too.

like image 432
flybywire Avatar asked Mar 01 '23 22:03

flybywire


1 Answers

Grinder is one of the best I have used, the tool is built in java but I used this to test my ASP.NET application. Tested using 3 machines. (each machine would only simulate a max of 1000 users at one time). We ended up doing the load test for 3000 concurrent users.

like image 133
Binoj Antony Avatar answered Mar 07 '23 17:03

Binoj Antony