Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 215 Bytes

wrk.md

File metadata and controls

9 lines (6 loc) · 215 Bytes

wrk is a Http Benchmarking tool

Basic Usage

$ wrk -t10 -c100 -d10s http://127.0.0.1:8080/index.html

This runs a benchmark for 10 seconds, using 10 threads, and keeping 100 HTTP connections open.