-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathopcache_stat.conf
More file actions
31 lines (30 loc) · 797 Bytes
/
opcache_stat.conf
File metadata and controls
31 lines (30 loc) · 797 Bytes
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
LoadPlugin curl_json
<Plugin curl_json>
<URL "http://127.0.0.1/opcache_stat.php">
Instance "opcache"
<Key "memory_usage/used_memory">
Type "cache_size"
</Key>
<Key "memory_usage/free_memory">
Type "cache_size"
</Key>
<Key "opcache_statistics/opcache_hit_rate">
Type "cache_ratio"
</Key>
<Key "opcache_statistics/misses">
Type "cache_result"
</Key>
<Key "opcache_statistics/hits">
Type "cache_result"
</Key>
<Key "opcache_statistics/num_cached_keys">
Type "files"
</Key>
<Key "opcache_statistics/max_cached_keys">
Type "files"
</Key>
<Key "opcache_statistics/num_cached_scripts">
Type "files"
</Key>
</URL>
</Plugin>