I want to conduct a stress test on a web interface, but I need to simulate parameter changes. What kind of solution is generally better?
For example: http://www.myurl.com/index?na... I need the XXXX here to keep changing.
If you use ab, you can only perform stress tests on fixed URLs and fixed parameters.
I want to conduct a stress test on a web interface, but I need to simulate parameter changes. What kind of solution is generally better?
For example: http://www.myurl.com/index?na... I need the XXXX here to keep changing.
If you use ab, you can only perform stress tests on fixed URLs and fixed parameters.
Siege is a benchmarking tool that can support parameter changes. The official website has its manual:
https://www.joedog.org/siege-...