finalised script to run benchmark
This commit is contained in:
parent
8c6666a2bb
commit
aeff3d23b8
10 changed files with 500 additions and 3 deletions
28
testData/2025-02-04-16-54requestsAndThroughput.csv
Normal file
28
testData/2025-02-04-16-54requestsAndThroughput.csv
Normal 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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue