finalised script to run benchmark

This commit is contained in:
Seth Samuel 2025-02-04 17:06:30 +13:00
parent 8c6666a2bb
commit aeff3d23b8
10 changed files with 500 additions and 3 deletions

View file

@ -0,0 +1,28 @@
Usage: wrk <options> <url>
Options:
-c, --connections <N> Connections to keep open
-d, --duration <T> Duration of test
-t, --threads <N> Number of threads to use
-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)
Usage: wrk <options> <url>
Options:
-c, --connections <N> Connections to keep open
-d, --duration <T> Duration of test
-t, --threads <N> Number of threads to use
-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)
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)