-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added metadata as field in config Signed-off-by: Shashank Reddy Boyapally <[email protected]> * added small scale cluster density Signed-off-by: Shashank Reddy Boyapally <[email protected]> * added readme Signed-off-by: Shashank Reddy Boyapally <[email protected]> * updated to use keyword for keyword fields in config and orion Signed-off-by: Shashank Reddy Boyapally <[email protected]> * spell check Signed-off-by: Shashank Reddy Boyapally <[email protected]> * fmatch version bump Signed-off-by: Shashank Reddy Boyapally <[email protected]> * elasticsearch version change Signed-off-by: Shashank Reddy Boyapally <[email protected]> --------- Signed-off-by: Shashank Reddy Boyapally <[email protected]>
- Loading branch information
1 parent
8d7515f
commit 7d79835
Showing
7 changed files
with
132 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
tests : | ||
- name : aws-small-scale-cluster-density-v2 | ||
metadata: | ||
platform: AWS | ||
masterNodesType: m6a.xlarge | ||
masterNodesCount: 3 | ||
workerNodesType: m6a.xlarge | ||
workerNodesCount: 24 | ||
benchmark.keyword: cluster-density-v2 | ||
ocpVersion: 4.15 | ||
networkType: OVNKubernetes | ||
# encrypted: true | ||
# fips: false | ||
# ipsec: false | ||
|
||
metrics : | ||
- name: podReadyLatency | ||
metricName: podLatencyQuantilesMeasurement | ||
quantileName: Ready | ||
metric_of_interest: P99 | ||
not: | ||
jobConfig.name: "garbage-collection" | ||
|
||
- name: apiserverCPU | ||
metricName : containerCPU | ||
labels.namespace.keyword: openshift-kube-apiserver | ||
metric_of_interest: value | ||
agg: | ||
value: cpu | ||
agg_type: avg | ||
|
||
- name: ovnCPU | ||
metricName : containerCPU | ||
labels.namespace.keyword: openshift-ovn-kubernetes | ||
metric_of_interest: value | ||
agg: | ||
value: cpu | ||
agg_type: avg | ||
|
||
- name: etcdCPU | ||
metricName : containerCPU | ||
labels.namespace.keyword: openshift-etcd | ||
metric_of_interest: value | ||
agg: | ||
value: cpu | ||
agg_type: avg | ||
|
||
- name: etcdDisk | ||
metricName : 99thEtcdDiskBackendCommitDurationSeconds | ||
metric_of_interest: value | ||
agg: | ||
value: duration | ||
agg_type: avg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
tests : | ||
- name : aws-small-scale-node-density-cni | ||
metadata: | ||
platform: AWS | ||
masterNodesType: m6a.xlarge | ||
masterNodesCount: 3 | ||
workerNodesType: m6a.xlarge | ||
workerNodesCount: 6 | ||
infraNodesCount: 3 | ||
benchmark.keyword: node-density-cni | ||
ocpVersion: 4.15 | ||
networkType: OVNKubernetes | ||
infraNodesType: r5.2xlarge | ||
# encrypted: true | ||
# fips: false | ||
# ipsec: false | ||
|
||
metrics : | ||
- name: podReadyLatency | ||
metricName: podLatencyQuantilesMeasurement | ||
quantileName: Ready | ||
metric_of_interest: P99 | ||
not: | ||
jobConfig.name: "garbage-collection" | ||
|
||
- name: apiserverCPU | ||
metricName : containerCPU | ||
labels.namespace.keyword: openshift-kube-apiserver | ||
metric_of_interest: value | ||
agg: | ||
value: cpu | ||
agg_type: avg | ||
|
||
- name: ovnCPU | ||
metricName : containerCPU | ||
labels.namespace.keyword: openshift-ovn-kubernetes | ||
metric_of_interest: value | ||
agg: | ||
value: cpu | ||
agg_type: avg | ||
|
||
- name: etcdCPU | ||
metricName : containerCPU | ||
labels.namespace.keyword: openshift-etcd | ||
metric_of_interest: value | ||
agg: | ||
value: cpu | ||
agg_type: avg | ||
|
||
- name: etcdDisk | ||
metricName : 99thEtcdDiskBackendCommitDurationSeconds | ||
metric_of_interest: value | ||
agg: | ||
value: duration | ||
agg_type: avg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,8 @@ hunter @ git+https://github.com/datastax-labs/[email protected] | |
certifi==2023.11.17 | ||
click==8.1.7 | ||
elastic-transport==8.11.0 | ||
elasticsearch==8.11.1 | ||
elasticsearch7==7.13.0 | ||
fmatch==0.0.4 | ||
elasticsearch==7.13.0 | ||
fmatch==0.0.5 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3.post1 | ||
PyYAML==6.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters