1

I'm looking to use ab to obtain some performance metrics on my site. I'm looking to send POST requests to my desired URL, however I'd like to change the values for the POST params for each request.

Is it possible to do this?

Harry
  • 113
  • 1
  • 5

1 Answers1

1

ab does not support what you need, at least till the version included in apache 2.4.23. You can use other tools though there are plenty to choose from, JMeter comes me in mind right now. You can even easily script it.

Fredi
  • 2,227
  • 9
  • 13