HEAD; ?> XCache <?php echo $xcache_version; ?> Administration

XCache Administration

Help » Caches: next(); ?>> $ci) { echo " next(), ">"; $ci = number_formats($ci, $numkeys); $ci['compiling'] = $ci['type'] == $type_php ? ($ci['compiling'] ? 'yes' : 'no') : '-'; $ci['can_readonly'] = $ci['can_readonly'] ? 'yes' : 'no'; $percent = (int) (($ci['size'] - $ci['avail']) / $ci['size'] * 100); echo <<{$ci['cache_name']} EOS; $b->reset(); ?>
- Slots Size Avail Used Clear Compiling Hits Misses Clogs OOMs Protected Cached Deleted
{$ci['slots']} {$ci['size']} {$ci['avail']}
 
{$ci['compiling']} {$ci['hits']} {$ci['misses']} {$ci['clogs']} {$ci['ooms']} {$ci['can_readonly']} {$ci['cached']} {$ci['deleted']}
Free Blocks: $ci) { $b->reset(); ?> next(); echo " "; } ?>
size
offset
$size
$offset
 
$cachelist['cache_list'], 'Deleted' => $cachelist['deleted_list']) as $listname => $entries) { $a->reset(); echo " {$cachelist['type_name']} $listname"; ?> '; } if ($isphp) { echo ''; echo ''; echo ''; } echo " next(), ">"; ?> $entry) { echo " next(), ">"; $name = htmlspecialchars($entry['name']); $hits = number_format($entry['hits']); $refcount = number_format($entry['refcount']); $size = size($entry['size']); if ($isphp) { $sourcesize = size($entry['sourcesize']); } if ($isphp) { $mtime = age($entry['mtime']); } $ctime = age($entry['ctime']); $atime = age($entry['atime']); $dtime = age($entry['dtime']); echo <<{$entry['cache_name']} {$i} ENTRY; if ($isphp) { echo <<{$sourcesize} ENTRY; if (isset($entry['inode'])) { echo <<{$entry['device']} ENTRY; } } echo <<{$atime} ENTRY; if ($listname == 'Deleted') { echo <<{$dtime} ENTRY; } echo " "; } ?>
Cache entry Hits Ref count Size SrcSize Modify device inode Access Create Delete
{$name} {$entry['hits']} {$entry['refcount']} {$size}{$mtime}{$entry['inode']}{$ctime}