-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcurl_json-opcache.json
66 lines (66 loc) · 1.85 KB
/
curl_json-opcache.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
{
"cache_result-opcache_statistics": {
"title": "Cache query on {{HOST}}",
"vertical": "Queries",
"type": "stacked",
"legend_format": "%5.1lf%s",
"legend": {
"opcache_statistics-hits": {
"name": "Hits",
"color": "00ff00"
},
"opcache_statistics-misses": {
"name": "Misses",
"color": "ff0000"
}
}
},
"cache_size-memory_usage": {
"title": "Cache size on {{HOST}}",
"vertical": "Bytes",
"type": "stacked",
"legend_format": "%5.1lf%s",
"legend": {
"memory_usage-free_memory": {
"name": "Free",
"color": "00ff00"
},
"memory_usage-used_memory": {
"name": "Used",
"color": "ff0000"
}
}
},
"files-opcache_statistics": {
"title": "Files on {{HOST}}",
"vertical": "Files",
"type": "default",
"legend_format": "%5.1lf%s",
"legend": {
"opcache_statistics-num_cached_keys": {
"name": "Num cached keys",
"color": "ff0000"
},
"opcache_statistics-num_cached_scripts": {
"name": "Num cached scripts",
"color": "ff00ff"
},
"opcache_statistics-max_cached_keys": {
"name": "Max cached keys",
"color": "00ff00"
}
}
},
"cache_ratio-opcache_statistics": {
"title": "Ratio on {{HOST}}",
"vertical": "%",
"type": "stacked",
"legend_format": "%5.1lf%s",
"legend": {
"opcache_statistics-opcache_hit_rate": {
"name": "Hit rate",
"color": "00ff00"
}
}
}
}