1.0.120.3 MB
Apache-2.0
strict
core24
Modern HTTP benchmarking tool
wrk2 is a constant throughput, correct latency recording variant of wrk.
It is a modern HTTP benchmarking tool capable of generating significant load
when run on a single multi-core CPU.
Usage:
The command above runs a 10 RPS workload for 10 seconds and prints a short report.
Using your custom script to load APIs:
The command above runs 100 RPS workload with custom logic described in
More docs are in https://github.com/alex-ramanau/wrk2
It is a modern HTTP benchmarking tool capable of generating significant load
when run on a single multi-core CPU.
Usage:
$ wrk2 -R10 -c1 -t1 -d10 https://api.example.comThe command above runs a 10 RPS workload for 10 seconds and prints a short report.
Using your custom script to load APIs:
$ wrk2 -R100 -c1 -t1 -d60 -s myscript.lua --latency https://api.example.comThe command above runs 100 RPS workload with custom logic described in
myscript.lua for 60 seconds and prints a detailed latency report.More docs are in https://github.com/alex-ramanau/wrk2
Update History
1.0.1 (2)13 Dec 2025, 09:47 UTC
1 Dec 2024, 10:57 UTC
24 Apr 2025, 17:00 UTC
13 Dec 2025, 09:47 UTC
