<?php
return [
'used_memory'=>'????????????',
'free_memory'=>'????????',
'wasted_memory'=>'????????? ??????',
'current_wasted_percentage'=>'??????? ????????? ??????',
'opcache_enabled'=>'Opcache ????????',
'cache_full'=>'??? ?????????',
'restart_pending'=>'????????? ?????????????',
'restart_in_progress'=>'??????????? ???????????? ?',
'num_cached_scripts'=>'???-?? ?????????????? ??????',
'num_cached_keys'=>'???-?? ?????????????? ??????',
'max_cached_keys'=>'???????? ?????????????? ??????',
'hits'=>'?????????????',
'start_time'=>'???? ???????',
'last_restart_time'=>'???? ?????????? ???????????',
'oom_restarts'=>'???????????? ?? ?????? ??????',
'hash_restarts'=>'???????????? ?? ?????? ???-?? ??????',
'manual_restarts'=>'???????????? ???????',
'misses'=>'????????',
'blacklist_misses'=>'???????? ??????? ??????',
'blacklist_miss_ratio'=>'% ???????? ??????? ??????',
'opcache_hit_rate'=>'% ?????',
'buffer_size'=>'?????? ??????',
'number_of_strings'=>'???-?? ?????'
];
|