Best web request generator for benchmarking
I needed to compare several Lua web server software packages for raw speed. This proved to be rather difficult because one web request generator after another had problems. In the end, I found what I needed, and produced an article benchmarking OpenR...
berwyn.hashnode.dev4 min read
Aaron Queen
You may want to consider autocannon ( github mcollina/autocannon ) which I've found to be the best tool, especially since I needed s upport for connecting with a unix domain socket, which wrk2 and weighttp do not support.