PHP Classes

File: src/messages/ru/status.php

Recommend this page to a friend!
  Classes of Insolita   Yii2 Opcache   src/messages/ru/status.php   Download  
File: src/messages/ru/status.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Yii2 Opcache
Show and update the PHP Opcache settings
Author: By
Last change:
Date: 1 month ago
Size: 1,464 bytes
 

Contents

Class file image Download
<?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'=>'???-?? ?????'
];