OPcache Status

Array
(
    [opcache_enabled] => 1
    [cache_full] => 
    [restart_pending] => 
    [restart_in_progress] => 
    [memory_usage] => Array
        (
            [used_memory] => 9270376
            [free_memory] => 124947352
            [wasted_memory] => 0
            [current_wasted_percentage] => 0
        )

    [interned_strings_usage] => Array
        (
            [buffer_size] => 8388608
            [used_memory] => 2359624
            [free_memory] => 6028984
            [number_of_strings] => 5584
        )

    [opcache_statistics] => Array
        (
            [num_cached_scripts] => 13
            [num_cached_keys] => 23
            [max_cached_keys] => 16229
            [hits] => 21202
            [start_time] => 1784926045
            [last_restart_time] => 0
            [oom_restarts] => 0
            [hash_restarts] => 0
            [manual_restarts] => 0
            [misses] => 11
            [blacklist_misses] => 0
            [blacklist_miss_ratio] => 0
            [opcache_hit_rate] => 99.948145005421
        )

    [preload_statistics] => Array
        (
            [memory_consumption] => 600
            [scripts] => Array
                (
                    [0] => /var/www/html/Preload.php
                )

        )

    [jit] => Array
        (
            [enabled] => 
            [on] => 
            [kind] => 0
            [opt_level] => 0
            [opt_flags] => 0
            [buffer_size] => 0
            [buffer_free] => 0
        )

)