$header

  {$lng['admin']['opcacheinfo']}


{$lng['opcacheinfo']['memusage']}
{$lng['opcacheinfo']['used']}: {$usedmemstr}
{$lng['opcacheinfo']['free']}: {$freememstr}

{$lng['opcacheinfo']['wastedmem']}
{$wastedmemstr}

{$lng['opcacheinfo']['strinterning']}
{$lng['opcacheinfo']['used']}: {$usedstringstr}
{$lng['opcacheinfo']['free']}: {$freestringstr}

{$lng['opcacheinfo']['usedkey']}
{$usedkeystr}

{$lng['opcacheinfo']['hitsc']}
{$runtimelines} {$blacklistlines}
{$lng['opcacheinfo']['generaltitle']} {$lng['opcacheinfo']['resetcache']}  
{$lng['opcacheinfo']['version']} {$general['version']}
{$lng['opcacheinfo']['phpversion']} {$general['phpversion']}
{$lng['opcacheinfo']['start']} {$general['start_time']}
{$lng['opcacheinfo']['lastreset']} {$general['last_restart_time']}
{$lng['opcacheinfo']['oomrestarts']} {$general['oom_restarts']}
{$lng['opcacheinfo']['hashrestarts']} {$general['hash_restarts']}
{$lng['opcacheinfo']['manualrestarts']} {$general['manual_restarts']}
{$lng['opcacheinfo']['status']} {$general['status']}
{$lng['opcacheinfo']['cachedscripts']} {$general['cachedscripts']}
{$lng['opcacheinfo']['hitsc']} {$general['cachehits']}
{$lng['opcacheinfo']['missc']} {$general['cachemiss']}
{$lng['opcacheinfo']['blmissc']} {$general['blacklistmiss']}
{$lng['opcacheinfo']['memusage']}
{$lng['opcacheinfo']['totalmem']} {$memory['total']}
{$lng['opcacheinfo']['usedmem']} {$memory['used']}
{$lng['opcacheinfo']['freemem']} {$memory['free']}
{$lng['opcacheinfo']['wastedmem']} {$memory['wasted']}
{$lng['opcacheinfo']['strinterning']}
{$lng['opcacheinfo']['totalmem']} {$stringbuffer['total']}
{$lng['opcacheinfo']['usedmem']} {$stringbuffer['used']}
{$lng['opcacheinfo']['freemem']} {$stringbuffer['free']}
{$lng['opcacheinfo']['strcount']} {$stringbuffer['strcount']}
{$lng['opcacheinfo']['keystat']}
{$lng['opcacheinfo']['maxkey']} {$keystat['total']}
{$lng['opcacheinfo']['usedkey']} {$keystat['used']}
{$lng['opcacheinfo']['wastedkey']} {$keystat['wasted']}
{$lng['opcacheinfo']['runtimeconf']}
{$lng['opcacheinfo']['blacklist']}
$footer