1.5 KiB
1.5 KiB
| 1 | Usage: wrk <options> <url> |
|---|---|
| 2 | Options: |
| 3 | -c, --connections <N> Connections to keep open |
| 4 | -d, --duration <T> Duration of test |
| 5 | -t, --threads <N> Number of threads to use |
| 6 | |
| 7 | -s, --script <S> Load Lua script file |
| 8 | -H, --header <H> Add header to request |
| 9 | --latency Print latency statistics |
| 10 | --timeout <T> Socket/request timeout |
| 11 | -v, --version Print version details |
| 12 | |
| 13 | Numeric arguments may include a SI unit (1k, 1M, 1G) |
| 14 | Time arguments may include a time unit (2s, 2m, 2h) |
| 15 | Usage: wrk <options> <url> |
| 16 | Options: |
| 17 | -c, --connections <N> Connections to keep open |
| 18 | -d, --duration <T> Duration of test |
| 19 | -t, --threads <N> Number of threads to use |
| 20 | |
| 21 | -s, --script <S> Load Lua script file |
| 22 | -H, --header <H> Add header to request |
| 23 | --latency Print latency statistics |
| 24 | --timeout <T> Socket/request timeout |
| 25 | -v, --version Print version details |
| 26 | |
| 27 | Numeric arguments may include a SI unit (1k, 1M, 1G) |
| 28 | Time arguments may include a time unit (2s, 2m, 2h) |