I need to test my config for big traffic.
Thanks!
would be two that come to mind :) siege is basically just DoS and analyzing the response.
jepsen is the tool that elastic search, kafka, mongodb and so on get tested if they break according to the CAP-Theorem.
just to bring some open source alternatives to the table
There The result 2.99$ really useful for dev ......
2 ARM 64bit Cores
2GB Memory
50GB SSD Disk
1 Flexible public IPv4
200Mbit/s Unmetered bandwidth
Sébastien Portebois
Software architect at Ubisoft
j already mentioned siege, which is is really great and is my go-to tool for small tests (ie a great replacement to Apache ab tool)
As soon as the scenario becomes more complex, I'd turn my head to (in that order):
There are many others, but these are the most common ones you're likely to find if you google for feedback and comparaisons.
Then you have hosted services to run load-tests, which I haven'T used enough to give any opinions.