diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-10 15:48:25 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-01-16 09:06:34 +0000 |
commit | 54ad6efd342695d0a7dad5380cc989a8d846f518 (patch) | |
tree | 96a4f2f0cdc4696302113d89c955250e5ecfea76 /resources/traffic_profiles | |
parent | 5f153c5987d9774dc67063cb4aaff352ac785ba3 (diff) |
CSIT-898: WRK improvments
Change-Id: I92aafaaedce5891727a983b8cf024a0fb0db7524
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/traffic_profiles')
-rw-r--r-- | resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml (renamed from resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c1con-cps.yaml) | 11 | ||||
-rw-r--r-- | resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml (renamed from resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-rps.yaml) | 9 |
2 files changed, 17 insertions, 3 deletions
diff --git a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c1con-cps.yaml b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml index cf120e7e1d..706cda01b5 100644 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c1con-cps.yaml +++ b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml @@ -6,6 +6,13 @@ 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 @@ -14,7 +21,7 @@ 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 +cpus: 8 # Duration of the test in seconds. # Type: integer @@ -27,7 +34,7 @@ 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 +nr-of-connections: 50 # Path to LuaJIT script. # Type: string diff --git a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-rps.yaml b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml index 939703638b..c1ad9e4217 100644 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-rps.yaml +++ b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml @@ -6,6 +6,13 @@ urls: # There must be a file (1kB - 1MB) 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 @@ -14,7 +21,7 @@ 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 +cpus: 8 # Duration of the test in seconds. # Type: integer |