|
|
|
Ask HN: Which tools are the best for stress load testing of a web application?
|
|
16 points
by aseed
3721 days ago
|
|
I'm looking for tools which they are able to do heavy stress testing for a web application. Tools which they are able to do in browser testing (like Selenium) or a framework(Python preferred) to write the tests and record the GET/POST requests and the load of the JS/CSS files. Any suggestions will be appreciated. |
|
http://gatling.io/
It's the successor to JMeter, self-hosted on a server (or multiple servers), and provides a lot of useful features. Some very nice reporting, full useragent control, path of access if you want (visit /index then /post then POST a comment then reload /index then...), and lots of other stuff.
It's a bit of a pain to learn to script, but it's also much cheaper if you're testing frequently than the various SAAS solutions.