在「wrk」這邊看到 wrk 這個工具:「Modern HTTP benchmarking tool」。
利用 multi-threading 與 epoll/kqueue 撐出效能:
wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue.