سؤال

Can you please recommend a http benchmark tool that can use a dynamic post payload on each request?

I want it to be able to do concurent requests and at the same time each request to be different?

I've tested with Apache Benchmark but couldn't be able to do that, I also tried with Curl multi, but statistics were awful to gather.

Is there any other solution?

هل كانت مفيدة؟

المحلول

If the objective is to push load to apache web server then apache JMeter is a very good tool. However, it is not reliable for measuring the performance. JMeter can read from a CSV file, so you can build your POST data dynamically.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top