X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftraffic_profiles%2Fwrk%2Fwrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml;fp=resources%2Ftraffic_profiles%2Fwrk%2Fwrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml;h=706cda01b5e9eaff0217376f3f40a365d9b5f17e;hb=54ad6efd342695d0a7dad5380cc989a8d846f518;hp=0000000000000000000000000000000000000000;hpb=5f153c5987d9774dc67063cb4aaff352ac785ba3;p=csit.git diff --git a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml new file mode 100644 index 0000000000..706cda01b5 --- /dev/null +++ b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml @@ -0,0 +1,54 @@ +# 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" + - "http://192.168.20.2" + - "http://192.168.30.2" + - "http://192.168.40.2" + - "http://192.168.50.2" + - "http://192.168.60.2" + - "http://192.168.70.2" + - "http://192.168.80.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: 8 + +# 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: 50 + +# 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