-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmetrics.json
More file actions
58 lines (58 loc) · 1.68 KB
/
metrics.json
File metadata and controls
58 lines (58 loc) · 1.68 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
{
"APACHE_BUSY_RATIO": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The ratio of busy workers / (busy + idle workers)",
"displayName": "Apache busy to idle ratio",
"displayNameShort": "apache-busy-ratio",
"unit": "percent"
},
"APACHE_BUSY_WORKERS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of busy workers",
"displayName": "Apache Busy Workers",
"displayNameShort": "apache-busy",
"unit": "number"
},
"APACHE_BYTES": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "bytes transferred",
"displayName": "Apache Total Bytes",
"displayNameShort": "apache-bytes",
"unit": "bytecount"
},
"APACHE_BYTES_PER_REQUEST": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "average bytes per request",
"displayName": "Apache Bytes per Request",
"displayNameShort": "apache-bytes-per-req",
"unit": "bytecount"
},
"APACHE_CPU": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "",
"displayName": "Apache CPU",
"displayNameShort": "apache-cpu",
"unit": "percent"
},
"APACHE_IDLE_WORKERS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of idle workers",
"displayName": "Apache Idle Workers",
"displayNameShort": "apache-idle",
"unit": "number"
},
"APACHE_REQUESTS": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The number of Apache Accesses",
"displayName": "Apache Requests",
"displayNameShort": "apache-reqs",
"unit": "number"
}
}