From 326045caec6fc46d19c7b87eb6af084ad8d9d377 Mon Sep 17 00:00:00 2001 From: davdhacs <105243888+davdhacs@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:53:04 -0600 Subject: [PATCH 1/3] add copy from stackrox repo https://raw.githubusercontent.com/stackrox/stackrox/refs/heads/master/tests/performance/scale/config/orion-acs-cluster-density-v2.yml --- examples/stackrox-cluster-density.yaml | 133 +++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 examples/stackrox-cluster-density.yaml diff --git a/examples/stackrox-cluster-density.yaml b/examples/stackrox-cluster-density.yaml new file mode 100644 index 00000000..19c9ff98 --- /dev/null +++ b/examples/stackrox-cluster-density.yaml @@ -0,0 +1,133 @@ +tests : + - name : 24-node-scale-cdv2 + index: {{ es_metadata_index }} + benchmarkIndex: {{ es_benchmark_index }} + metadata: + platform: AWS + clusterType: self-managed + masterNodesType: m6a.xlarge + masterNodesCount: 3 + workerNodesType: m6a.xlarge + workerNodesCount: 24 + benchmark.keyword: cluster-density-v2 + ocpVersion: {{ version }} + networkType: OVNKubernetes + jobType: {{ jobtype | default('periodic') }} + not: + stream: okd + + metrics : + - name: collector-cpu + metricName: stackrox_container_cpu + labels.container: collector + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: collector-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: collector + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg + + - name: admission-cpu + metricName: stackrox_container_cpu + labels.container: admission-control + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: admission-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: admission-control + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg + + - name: central-cpu + metricName: stackrox_container_cpu + labels.container: central + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: central-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: central + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg + + - name: central-db-cpu + metricName: stackrox_container_cpu + labels.container: central-db + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: central-db-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: central-db + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg + + - name: sensor-cpu + metricName: stackrox_container_cpu + labels.container: sensor + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: sensor-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: sensor + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg From ea56601aec0e072385055d727bf5f252d52b315e Mon Sep 17 00:00:00 2001 From: Andrew Collins Date: Tue, 31 Mar 2026 13:03:59 -0700 Subject: [PATCH 2/3] manual quotes Signed-off-by: Andrew Collins --- examples/stackrox-cluster-density.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/stackrox-cluster-density.yaml b/examples/stackrox-cluster-density.yaml index 19c9ff98..a291b6e0 100644 --- a/examples/stackrox-cluster-density.yaml +++ b/examples/stackrox-cluster-density.yaml @@ -1,7 +1,7 @@ tests : - name : 24-node-scale-cdv2 - index: {{ es_metadata_index }} - benchmarkIndex: {{ es_benchmark_index }} + index: "{{ es_metadata_index }}" + benchmarkIndex: "{{ es_benchmark_index }}" metadata: platform: AWS clusterType: self-managed @@ -10,9 +10,9 @@ tests : workerNodesType: m6a.xlarge workerNodesCount: 24 benchmark.keyword: cluster-density-v2 - ocpVersion: {{ version }} + ocpVersion: "{{ version }}" networkType: OVNKubernetes - jobType: {{ jobtype | default('periodic') }} + jobType: "{{ jobtype | default('periodic') }}" not: stream: okd From fe6d325232c916cf57d8642d8473e918cd341316 Mon Sep 17 00:00:00 2001 From: Andrew Collins Date: Tue, 31 Mar 2026 13:04:40 -0700 Subject: [PATCH 3/3] fmt Signed-off-by: Andrew Collins --- examples/stackrox-cluster-density.yaml | 226 ++++++++++++------------- 1 file changed, 113 insertions(+), 113 deletions(-) diff --git a/examples/stackrox-cluster-density.yaml b/examples/stackrox-cluster-density.yaml index a291b6e0..384973c1 100644 --- a/examples/stackrox-cluster-density.yaml +++ b/examples/stackrox-cluster-density.yaml @@ -1,5 +1,5 @@ -tests : - - name : 24-node-scale-cdv2 +tests: + - name: 24-node-scale-cdv2 index: "{{ es_metadata_index }}" benchmarkIndex: "{{ es_benchmark_index }}" metadata: @@ -16,118 +16,118 @@ tests : not: stream: okd - metrics : - - name: collector-cpu - metricName: stackrox_container_cpu - labels.container: collector - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: cpu - agg_type: avg - - name: collector-mem - metricName: stackrox_container_memory_working_set_bytes - labels.container: collector - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: mem - agg_type: avg + metrics: + - name: collector-cpu + metricName: stackrox_container_cpu + labels.container: collector + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: collector-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: collector + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg - - name: admission-cpu - metricName: stackrox_container_cpu - labels.container: admission-control - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: cpu - agg_type: avg - - name: admission-mem - metricName: stackrox_container_memory_working_set_bytes - labels.container: admission-control - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: mem - agg_type: avg + - name: admission-cpu + metricName: stackrox_container_cpu + labels.container: admission-control + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: admission-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: admission-control + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg - - name: central-cpu - metricName: stackrox_container_cpu - labels.container: central - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: cpu - agg_type: avg - - name: central-mem - metricName: stackrox_container_memory_working_set_bytes - labels.container: central - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: mem - agg_type: avg + - name: central-cpu + metricName: stackrox_container_cpu + labels.container: central + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: central-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: central + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg - - name: central-db-cpu - metricName: stackrox_container_cpu - labels.container: central-db - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: cpu - agg_type: avg - - name: central-db-mem - metricName: stackrox_container_memory_working_set_bytes - labels.container: central-db - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: mem - agg_type: avg + - name: central-db-cpu + metricName: stackrox_container_cpu + labels.container: central-db + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: central-db-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: central-db + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg - - name: sensor-cpu - metricName: stackrox_container_cpu - labels.container: sensor - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: cpu - agg_type: avg - - name: sensor-mem - metricName: stackrox_container_memory_working_set_bytes - labels.container: sensor - direction: 1 - threshold: 5 - metric_of_interest: value - not: - jobConfig.name: "garbage-collection" - agg: - value: mem - agg_type: avg + - name: sensor-cpu + metricName: stackrox_container_cpu + labels.container: sensor + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: cpu + agg_type: avg + - name: sensor-mem + metricName: stackrox_container_memory_working_set_bytes + labels.container: sensor + direction: 1 + threshold: 5 + metric_of_interest: value + not: + jobConfig.name: "garbage-collection" + agg: + value: mem + agg_type: avg