Ask HN: Cheapest/Industry standard for Load testing?
I've been trying to figure out what the more generally accepted services for load testing are. I am trying to test functionality across a couple sites. I'd like to find out how many concurrent requests I can support, how many concurrent submissions I can support, etc. What are some commonly encountered tools/methodologies in Industry?
11 comments
[ 5.1 ms ] story [ 43.2 ms ] threadMind the Network links, don't forget doing it within a Cloud provider's network boundary is not giving you the whole picture of how network traffic'll look like coming from the 'Net at large.
The actual runner itself is generally pretty dumb, and is just there to take it's chunk of the request load, and dump it's results.
Then you've got the results visualizer that consumes and aggregates everything.
People look at Performance testing/engineering as it's own specialty because you really have to take in everything as a whole. You can totally make a living out of just doing that.
>Time spent learning JMeter is not time wasted.
When you say this it makes me assume there's a steep learning curve? or am I misinterpreting.