Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top