PHP Classes

File: src/messages/en/status.php

Recommend this page to a friend!
  Classes of Insolita   Yii2 Opcache   src/messages/en/status.php   Download  
File: src/messages/en/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: 958 bytes
 

Contents

Class file image Download
<?php
return [
   
'used_memory'=>'Used Memory',
   
'free_memory'=>'Free Memory',
   
'wasted_memory'=>'Wasted Memory',
   
'current_wasted_percentage'=>'Wasted Memory Percentage',
   
'opcache_enabled'=>'Opcache Enabled?',
   
'cache_full'=>'Cache Full?',
   
'restart_pending'=>'Restart Pending?',
   
'restart_in_progress'=>'Restart in Progress ?',
   
'num_cached_scripts'=>'Number of Cached Files',
   
'num_cached_keys'=>'Number Of Cached Keys',
   
'max_cached_keys'=>'Max Cached Keys',
   
'hits'=>'Hits',
   
'start_time'=>'Start Time',
   
'last_restart_time'=>'Last Restart Time',
   
'oom_restarts'=>'Oom Restarts',
   
'hash_restarts'=>'Hash Restarts',
   
'manual_restarts'=>'Manual Restarts',
   
'misses'=>'Misses',
   
'blacklist_misses'=>'Black List Misses',
   
'blacklist_miss_ratio'=>'Black List Misses Ratio',
   
'opcache_hit_rate'=>'Opcache Hit Rate',
   
'buffer_size'=>'Buffer Size',
   
'number_of_trings'=>'Number Of Strings',
];