-
Notifications
You must be signed in to change notification settings - Fork 2
/
metrics.json
35 lines (34 loc) · 986 Bytes
/
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
{
"CPU_PROCESS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Process specific CPU utilization",
"displayName": "CPU Process",
"displayNameShort": "CPU Process",
"unit": "percent"
} ,
"MEM_PROCESS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Process specific memory usage.",
"displayName": "Memory Process",
"displayNameShort": "Mem Process",
"unit": "bytecount"
},
"OPEN_HANDLES": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Process specific open handles.",
"displayName": "Open Handles",
"displayNameShort": "Open Handles",
"unit": "number"
},
"PROCESS_COUNT": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "No of process running.",
"displayName": "Process Count",
"displayNameShort": "Process Count",
"unit": "number"
}
}