forked from cloud-bulldozer/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathokd-control-plane-node-density.yaml
More file actions
78 lines (72 loc) · 1.92 KB
/
okd-control-plane-node-density.yaml
File metadata and controls
78 lines (72 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
tests:
- name: okd-node-density-6nodes
metadata:
ocpVersion: {{ version }}
platform: AWS
clusterType: self-managed
masterNodesType: m6a.xlarge
masterNodesCount: 3
workerNodesType: m6a.xlarge
workerNodesCount: 6
benchmark.keyword: node-density
networkType: OVNKubernetes
jobType: {{ jobtype | default('periodic') }}
pullNumber: {{ pull_number | default(0) }}
organization: {{ organization | default('') }}
repository: {{ repository | default('') }}
stream: okd
metrics:
- name: podReadyLatency
metricName.keyword: podLatencyQuantilesMeasurement
quantileName: Ready
metric_of_interest: P99
not:
jobConfig.name: "garbage-collection"
labels:
- "[Jira: PerfScale]"
direction: 1
threshold: 10
- name: containersStartedLatency
metricName.keyword: podLatencyQuantilesMeasurement
quantileName: ContainersStarted
metric_of_interest: P99
labels:
- "[Jira: PodLatency]"
direction: 1
threshold: 25
- name: cpu-kubelet
metricName.keyword: cpu-kubelet
metric_of_interest: value
labels:
- "[Jira: Node]"
agg:
value: cpu-kubelet
agg_type: avg
direction: 1
threshold: 10
- name: max-memory-kubelet
metricName.keyword: max-memory-kubelet
metric_of_interest: value
labels:
- "[Jira: Node]"
agg:
value: max-memory-kubelet
agg_type: avg
direction: 1
threshold: 10
- name: cpu-crio
metricName.keyword: cpu-crio
metric_of_interest: value
agg:
value: cpu-crio
agg_type: avg
direction: 1
threshold: 10
- name: max-memory-crio
metricName.keyword: max-memory-crio
metric_of_interest: value
agg:
value: max-memory-crio
agg_type: avg
direction: 1
threshold: 10