I want to load test a socks proxy I have setup on aws. I would like to generate traffic from outside of the vpc. For now testing from my local machine should be sufficient but eventually I would like to move testing to one or more ec2 instances. JMeter seems to be a widely used tool for load testing but if anyone has any other suggestions it would be greatly appreciated.
Using Jmeter through a SOCKS proxy is surprisingly simple;
Start your SOCKS proxy e.g
on Linux ssh -D8080 https://dmz.server
Start Jmeter with JVM arg to use your proxy for all connections
java -DsocksProxyHost=localhost -DsocksProxyPort=8080 -jar ApacheJMeter.jar
It depends on your programming skills as JMeter is the only GUI-based tool.
For instance
For more details on aforementioned tools see Open Source Load Testing Tools: Which One Should You Use? article, hopefully it will help to choose the right option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With