aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c1con-cps.yaml
blob: cf120e7e1df3100189aacb543b9911a3c5373f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This is an example wrk traffic profile.

# List of urls for requests. Each url is requested in a separate instance of
# wrk.
# Type: list
urls:
  # There must be an empty file (0B) requested but vpp does not support it.
  - "http://192.168.10.2"

# Index of the first CPU on the numa used to run wrk.
# Type: integer
first-cpu: 1

# The number of cpus used for wrk. The number of cpus must be a
# multiplication of the number of urls.
# Type: integer
cpus: 1

# Duration of the test in seconds.
# Type: integer
duration: 30

# Total number of threads to use.
# Type: integer
nr-of-threads: 1

# Total number of HTTP connections to keep open with each thread handling
# N = connections/threads.
# Type: integer
nr-of-connections: 1

# Path to LuaJIT script.
# Type: string
# script: ""

# HTTP header to add to request, e.g. "Connection: close".
# Type: string (taken as it is) or dictionary
header:
  Connection: "close"

# Print detailed latency statistics.
# Type: boolean
latency: False

# Record a timeout if a response is not received within this amount of time.
# Type: integer
timeout: 5