What’s the quickest way to create concurrent curl requests? I have a app which accepts POST requests and would like to do some load testing
I would like to run the following cURL command concurrently and not sequentially
curl -d "param1=value1¶m2=value2" http://example.com/test
Thanks
How about
ApacheBench? You’ve probably already got it installed.