-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmetrics.json
66 lines (66 loc) · 1.96 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
{
"MEMCACHED_ALLOCATED": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Percent of available memory used",
"displayName": "Memcached Allocated",
"displayNameShort": "Memcached Alloc",
"unit": "percent"
},
"MEMCACHED_CONNECTIONS": {
"defaultAggregate": "MAX",
"defaultResolutionMS": 1000,
"description": "Number of current connections",
"displayName": "Memcached Connections",
"displayNameShort": "Memcached Con",
"unit": "number"
},
"MEMCACHED_HITS": {
"defaultAggregate": "MAX",
"defaultResolutionMS": 1000,
"description": "Number of cache hits",
"displayName": "Memcached Hits",
"displayNameShort": "Memcached Hits",
"unit": "number"
},
"MEMCACHED_ITEMS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Total number of items in cache",
"displayName": "Memcached Items",
"displayNameShort": "Memcached Items",
"unit": "number"
},
"MEMCACHED_MISSES": {
"defaultAggregate": "MAX",
"defaultResolutionMS": 1000,
"description": "Number of cache misses",
"displayName": "Memcached Misses",
"displayNameShort": "Memcached Miss",
"unit": "number"
},
"MEMCACHED_NETWORK_IN": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Number of bytes read from network",
"displayName": "Memcached Network In",
"displayNameShort": "Memcached Net In",
"unit": "number"
},
"MEMCACHED_NETWORK_OUT": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "Number of bytes written to network",
"displayName": "Memcached Network Out",
"displayNameShort": "Memcached Net Out",
"unit": "number"
},
"MEMCACHED_REQUESTS": {
"defaultAggregate": "MAX",
"defaultResolutionMS": 1000,
"description": "Number of requests",
"displayName": "Memcached Requests",
"displayNameShort": "Memcached Req",
"unit": "number"
}
}