HTTP Load Testing Tool

I want to record web activity, as one user would do, and then start one or more of these concurrent users (maybe configure some parameters, such as converting user/password to user1/password , ..., usern / password ). A game with synchronization will also be enjoyable.

+4
source share
4 answers

My company, BrowserMob, provides an inexpensive load testing service that might work for you. You can sign up for a free trial to download the Selenium script, and then optionally change the script to use different logins, etc. The whole script ends up being written using the JavaScript API , so you can do some pretty advanced things. You can conduct free testing for $ 100, which can be of great importance, especially if you use the "Virtual Users" function and not the "Real Browser Users".

+2
source

Grinder is one of the best I've used, the tool is built into java, but I used this to test my ASP.NET expression. Tested using 3 machines. (each machine will simulate a maximum of 1000 users at a time). As a result, we performed a load test for 3000 simultaneous users.

+5
source

ab is a good way to start simeple.

+1
source

I am working on a project that might fit the bill. It is called engulf . If you need to generate a large number of downloads, this is very good, because it supports several employees. It also has a real-time web interface, which is pretty enjoyable for viewing IMHO.

0
source

All Articles