wrk alternatives

Wrk is an open-source HTTP benchmarking tool designed to generate high levels of load using a single multi-core CPU. It uses a multithreaded architecture with scalable event notification systems like epoll and kqueue. An optional LuaJIT script allows for custom HTTP request generation, response handling, and reporting.

Alternatives