-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetrics.json
255 lines (254 loc) · 8.6 KB
/
metrics.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
{
"OS_CPUUTIL_AVG": {
"displayName": "Openstack CPU utilization average",
"description": "Average openstack CPU utilization on the running node.",
"unit": "number",
"displayNameShort": "OS CPU util avg",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_CPUUTIL_SUM": {
"displayName": "Openstack CPU utilization sum",
"description": "Summary of total openstack CPU utilization.",
"unit": "number",
"displayNameShort": "OS CPU util sum",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_CPUUTIL_MIN": {
"displayName": "Openstack CPU utilization min",
"description": "The minimum openstack CPU utilization by VMs running on the node",
"unit": "number",
"displayNameShort": "OS CPU util min",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "min"
},
"OS_CPUUTIL_MAX": {
"displayName": "Openstack CPU utilization max",
"description": "The maximum openstack CPU utilization by VMs running on the node.",
"unit": "number",
"displayNameShort": "OS CPU util max",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "max"
},
"OS_CPU_AVG": {
"displayName": "Average CPU time used",
"description": "Avarage CPU time used by the openstack VMs",
"unit": "number",
"displayNameShort": "OS CPU AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_CPU_SUM": {
"displayName": "Total CPU time used",
"description": "Total CPU time used by the openstack VMs.",
"unit": "number",
"displayNameShort": "OS CPU SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_INSTANCE_EVENT_SUM": {
"displayName": "Total running instances events",
"description": "Total running instances events",
"unit": "number",
"displayNameShort": "OS INST EVENT SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_INSTANCE_EVENT_MAX": {
"displayName": "The maximum number of instances events",
"description": "The maximum number of instances events",
"unit": "number",
"displayNameShort": "OS INST EVENT MAX",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "max"
},
"OS_MEMORY_SUM": {
"displayName": "Total allocated memory",
"description": "The summary of allocated memory by all VMs on the node.",
"unit": "number",
"displayNameShort": "OS MEM SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_MEMORY_AVG": {
"displayName": "Average allocated memory",
"description": "The average allocated memory by all VMs on the node.",
"unit": "number",
"displayNameShort": "OS MEM AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_MEMORY_USAGE_SUM": {
"displayName": "Total memory used",
"description": "Volume of RAM used by the instance from the amount of its allocated memory.",
"unit": "number",
"displayNameShort": "OS MEM usage SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_MEMORY_USAGE_AVG": {
"displayName": "Average memory used",
"description": "Volume of RAM used by the instance from the amount of its allocated memory..",
"unit": "number",
"displayNameShort": "OS MEM usage AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_VOLUME_EVENT_SUM": {
"displayName": "Total created volume events",
"description": "Total created volume events",
"unit": "number",
"displayNameShort": "OS VOL EVENT SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_VOLUME_EVENT_AVG": {
"displayName": "Average volume created events",
"description": "Average volume created events.",
"unit": "number",
"displayNameShort": "OS VOL EVENT AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_IMAGE_SUM": {
"displayName": "Total image created",
"description": "Summary of created images on the image service node.",
"unit": "number",
"displayNameShort": "OS IMG SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_IMAGE_AVG": {
"displayName": "Average image created",
"description": "The average created images on the image service node.",
"unit": "number",
"displayNameShort": "OS IMG AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_IMAGE_SIZE_SUM": {
"displayName": "Total size of all images",
"description": "The total amount of space used by the created images.",
"unit": "number",
"displayNameShort": "OS IMG size SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_IMAGE_SIZE_AVG": {
"displayName": "Average size of all images",
"description": "Average amount of space used by the created images",
"unit": "number",
"displayNameShort": "OS IMG size AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_DISK_READ_RATE_SUM": {
"displayName": "Summary of disk read rate",
"description": "The total amount of disk read rate on all VMs running on the node",
"unit": "number",
"displayNameShort": "OS DSK RD rate SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_DISK_READ_RATE_AVG": {
"displayName": "Average disk read rate",
"description": "Average amount of disk read rate on all VMs running on the node.",
"unit": "number",
"displayNameShort": "OS DSK RD rate AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_DISK_WRITE_RATE_SUM": {
"displayName": "Summary of disk write rate",
"description": "The total amount of disk write rate on all VMs running on the node.",
"unit": "number",
"displayNameShort": "OS DSK WD rate SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_DISK_WRITE_RATE_AVG": {
"displayName": "Average disk write rate",
"description": "Average amount of disk write rate on all VMs running on the node.",
"unit": "number",
"displayNameShort": "OS DSK WD rate AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_NETWORK_IN_BYTES_SUM": {
"displayName": "Summary of network incoming bytes",
"description": "The total amount of network incoming bytes to all VMs running on the node",
"unit": "number",
"displayNameShort": "OS NET in byte SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_NETWORK_IN_BYTES_AVG": {
"displayName": "Average of network incoming bytes",
"description": "Average amount of network incoming bytes to all VMs running on the node.",
"unit": "number",
"displayNameShort": "OS NET in byte AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_NETWORK_OUT_BYTES_SUM": {
"displayName": "Summary of network outgoing bytes",
"description": "The total amount of network outgoing bytes from all VMs running on the node",
"unit": "number",
"displayNameShort": "OS NET out byte SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_NETWORK_OUT_BYTES_AVG": {
"displayName": "Average of network outgoing bytes",
"description": "Average amount of network outgoing bytes from all VMs running on the node.",
"unit": "number",
"displayNameShort": "OS NET out byte AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
},
"OS_MEMORY_RESIDENT_SUM": {
"displayName": "Total memory resident used",
"description": "Resident memory is important to see the amount of memory sum consumed by the Virtual Machine from the Physical Host",
"unit": "number",
"displayNameShort": "OS MEM Resident usage SUM",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "sum"
},
"OS_MEMORY_RESIDENT_AVG": {
"displayName": "Average memory resident used",
"description": "Resident memory is important to see the amount of memory avg consumed by the Virtual Machine from the Physical Host.",
"unit": "number",
"displayNameShort": "OS MEM Resident usage AVG",
"defaultResolutionMS": 60000,
"isDisabled": 0,
"defaultAggregate": "avg"
}
}