brew install wrk
git clone https://github.com/wg/wrk
make
make WITH_LUAJIT=/usr WITH_OPENSSL=/usr
Usage: wrk
Options:
-c, --connections
-d, --duration
-t, --threads
-s, --script <S> Load Lua script file
-H, --header <H> Add header to request
--latency Print latency statistics
--timeout <T> Socket/request timeout
-v, --version Print version details
Numeric arguments may include a SI unit (1k, 1M, 1G)
Time arguments may include a time unit (2s, 2m, 2h)
简单翻成中文:
使用方法: wrk <选项> <被测HTTP服务的URL>
Options:
-c, --connections
-d, --duration
-t, --threads
-s, --script <S> 指定Lua脚本路径
-H, --header <H> 为每一个HTTP请求添加HTTP头
--latency 在压测结束后,打印延迟统计信息
--timeout <T> 超时时间
-v, --version 打印正在使用的wrk的详细版本信息