summaryrefslogtreecommitdiffstats
path: root/network/wrk/README
blob: 47874b9c33e00904a4482a2b60f6483cf023f62b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
wrk (HTTP benchmarking tool)

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.

An optional LuaJIT script can perform HTTP request generation, response 
processing, and custom reporting.

Note: Lua and LuaJIT are not required here; wrk is statically-linked
against the LuaJIT version bundled in the upstream tarball.