wrk
Verified for current stable LTS
Wrk Commands
Wrk command syntax with verified terminal examples.
Commands
3 commands for Wrk
wrk HTTP
Wrk Command: Run Benchmark Default 30s 12threads 400connections
wrk -t <12> -c <400> -d <30s> "{http://127.0.0.1:8080/index.html}" wrk HTTP
Wrk Command: Run Benchmark With Custom Header 2threads 5connections 5s
wrk -t <2> -c <5> -d <5s> -H "{Host: example.com}" "{http://example.com/index.html}" wrk HTTP
Wrk Command: Run Benchmark With Timeout 2seconds 2threads 5connections 5s
wrk -t <2> -c <5> -d <5s> --timeout <2s> "{http://example.com/index.html}" Suggest a Wrk Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Wrk workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.