From 2b5101bd9163b939364d1a20a9d73b1cbef071ae Mon Sep 17 00:00:00 2001 From: Mohit Sheth Date: Mon, 13 May 2024 14:56:16 -0400 Subject: [PATCH] example config file for netperf tcp results --- examples/readout-netperf-tcp.yaml | 330 ++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 examples/readout-netperf-tcp.yaml diff --git a/examples/readout-netperf-tcp.yaml b/examples/readout-netperf-tcp.yaml new file mode 100644 index 0000000..3394371 --- /dev/null +++ b/examples/readout-netperf-tcp.yaml @@ -0,0 +1,330 @@ +tests : + - name : k8s-netperf-tcp + metadata: + ocpVersion: 4.15 + platform: AWS + clusterType: rosa + benchmark.keyword: k8s-netperf + masterNodesCount: 3 + workerNodesCount: 9 + infraNodesCount: 3 + masterNodesType: m5.2xlarge + workerNodesType: m5.xlarge + infraNodesType: r5.xlarge + totalNodesCount: 15 + networkType: OVNKubernetes + encrypted: true + fips: false + ipsec: false + + metrics : + - name: n2n-tput-64-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 64 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-tput-64-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 64 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-tput-1024-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 1024 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + + - name: n2n-tput-1024-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 1024 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-tput-4096-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 4096 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-tput-4096-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 4096 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-tput-8192-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 8192 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-tput-8192-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 8192 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: n2n-ltcy-1024-1p + parallelism: 1 + profile: TCP_RR + messageSize: 1024 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: latency + agg: + value: latency + agg_type: avg + + - name: n2n-ltcy-1024-2p + parallelism: 2 + profile: TCP_RR + messageSize: 1024 + driver.keyword: netperf + hostNetwork: true + acrossAZ: false + metric_of_interest: latency + agg: + value: latency + agg_type: avg + + +# p2p + - name: p2p-tput-64-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 64 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-tput-64-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 64 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-tput-1024-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 1024 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + + - name: p2p-tput-1024-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 1024 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-tput-4096-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 4096 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-tput-4096-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 4096 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-tput-8192-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 8192 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-tput-8192-2p + parallelism: 2 + profile: TCP_STREAM + messageSize: 8192 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2p-ltcy-1024-1p + parallelism: 1 + profile: TCP_RR + messageSize: 1024 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: latency + agg: + value: latency + agg_type: avg + + - name: p2p-ltcy-1024-2p + parallelism: 2 + profile: TCP_RR + messageSize: 1024 + driver.keyword: netperf + hostNetwork: false + acrossAZ: false + metric_of_interest: latency + agg: + value: latency + agg_type: avg + + +#p2s + - name: p2s-tput-64-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 64 + driver.keyword: netperf + hostNetwork: false + service: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2s-tput-1024-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 1024 + driver.keyword: netperf + hostNetwork: false + service: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2s-tput-4096-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 4096 + driver.keyword: netperf + hostNetwork: false + service: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2s-tput-8192-1p + parallelism: 1 + profile: TCP_STREAM + messageSize: 8192 + driver.keyword: netperf + hostNetwork: false + service: true + acrossAZ: false + metric_of_interest: throughput + agg: + value: throughput + agg_type: avg + + - name: p2s-ltcy-1024-1p + parallelism: 1 + profile: TCP_RR + messageSize: 1024 + driver.keyword: netperf + hostNetwork: false + service: true + acrossAZ: false + metric_of_interest: latency + agg: + value: latency + agg_type: avg