DEV Community

conectionist
conectionist

Posted on

10k load testing tools

Hello,

Can anyone recommend a tool that allows heavy load testing?
We have a proxy and we are trying to see if can handle a load of 10000 concurrent connections.
So we need a tool that can simulate 10k clients (most likely across multiple machines).

Thanks!

Top comments (1)

Collapse
 
unfor19 profile image
Meir Gabay

In case someone stumbles upon this post - you can use JMeter (free) to write your load testing plan (jmx files) and deploy the ecs-jmeter AWS stack. It's possible to spawn 100 virtual machines (EC2) and perform a proper load test with aggregated results.