-
Notifications
You must be signed in to change notification settings - Fork 19
/
example_metrics.json
77 lines (77 loc) · 1.92 KB
/
example_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
{
"clusterMetrics": {
"appsSubmitted": 1,
"appsCompleted": 2,
"appsPending": 3,
"appsRunning": 4,
"appsFailed": 5,
"appsKilled": 6,
"reservedMB": 7,
"availableMB": 8,
"allocatedMB": 9,
"reservedVirtualCores": 10,
"availableVirtualCores": 11,
"allocatedVirtualCores": 12,
"containersAllocated": 13,
"containersReserved": 14,
"containersPending": 15,
"totalMB": 16,
"totalVirtualCores": 17,
"totalNodes": 18,
"lostNodes": 19,
"unhealthyNodes": 20,
"decommissioningNodes": 21,
"decommissionedNodes": 22,
"rebootedNodes": 23,
"activeNodes": 24,
"shutdownNodes": 25,
"totalUsedResourcesAcrossPartition": {
"memory": 0,
"vCores": 0,
"resourceInformations": {
"resourceInformation": [
{
"maximumAllocation": 9223372036854775807,
"minimumAllocation": 0,
"name": "memory-mb",
"resourceType": "COUNTABLE",
"units": "Mi",
"value": 0
},
{
"maximumAllocation": 9223372036854775807,
"minimumAllocation": 0,
"name": "vcores",
"resourceType": "COUNTABLE",
"units": "",
"value": 0
}
]
}
},
"totalClusterResourcesAcrossPartition": {
"memory": 729088,
"vCores": 96,
"resourceInformations": {
"resourceInformation": [
{
"maximumAllocation": 9223372036854775807,
"minimumAllocation": 0,
"name": "memory-mb",
"resourceType": "COUNTABLE",
"units": "Mi",
"value": 729088
},
{
"maximumAllocation": 9223372036854775807,
"minimumAllocation": 0,
"name": "vcores",
"resourceType": "COUNTABLE",
"units": "",
"value": 96
}
]
}
}
}
}