<dt><?phpecho_T('Slots');?>: </dt><dd>Number of hash slots. the setting from your php.ini</dd>
<dt><?phpecho_T('Size');?>: </dt><dd>Cache Size, Size of the cache (or cache chunk), in bytes</dd>
<dt><?phpecho_T('Avail');?>: </dt><dd>Available Memory, free memory in bytes of this cache</dd>
<dt><?phpecho_T('%');?>: </dt><dd>Percent, A bar shows how much memory available in percent</dd>
<dt><?phpecho_T('Clear');?>: </dt><dd>Clear Button, Press the button to clean this cache</dd>
<dt><?phpecho_T('Compiling');?>: </dt><dd>Compiling flag, "yes" if the cache is busy compiling php script</dd>
<dt><?phpecho_T('Hits');?>: </dt><dd>Cache Hits, hit=a var/php is loaded from this cache</dd>
<dt><?phpecho_T('Misses');?>: </dt><dd>Cache Misses, miss=a var/php is requested but not in the cache</dd>
<dt><?phpecho_T('Clogs');?>: </dt><dd>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already</dd>
<dt><?phpecho_T('OOMs');?>: </dt><dd>Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size</dd>
<dt><?phpecho_T('Protected');?>: </dt><dd>Whether <ahref="http://trac.lighttpd.net/xcache/wiki/ReadonlyProtection">readonly_protection</a> is available and enable on this cache</dd>
<dt><?phpecho_T('Cached');?>: </dt><dd>Number of entries stored in this cache</dd>
<dt><?phpecho_T('Deleted');?>: </dt><dd>Number of entries is pending in delete list (expired but referenced)</dd>
<dt><?phpecho_T('GC');?>: </dt><dd>Seconds count down of Garbage Collection</dd>
<dt><?phpecho_T('Free Blocks');?>: </dt><dd>Free blocks list in the specified cache</dd>
</dl>
<h2><?phpecho_T('List Legends');?></h2>
<dl>
<dt><?phpecho_T('entry');?>: </dt><dd>The entry name or filename</dd>
<dt><?phpecho_T('Hits');?>: </dt><dd>Times this entry is hit (loaded from this cache)</dd>
<dt><?phpecho_T('Refcount');?>: </dt><dd>Reference count this entry is holded by a php request</dd>
<dt><?phpecho_T('Size');?>: </dt><dd>Size in bytes of this entry in the cache</dd>
<dt><?phpecho_T('SrcSize');?>: </dt><dd>Size of the source file</dd>
<dt><?phpecho_T('Modify');?>: </dt><dd>Last modified time of the source file</dd>
<dt><?phpecho_T('device');?>: </dt><dd>device number of the source file</dd>
<dt><?phpecho_T('inode');?>: </dt><dd>inode number of the source file</dd>
<dt><?phpecho_T('Access');?>: </dt><dd>Last access time of the cached entry</dd>
<dt><?phpecho_T('Create');?>: </dt><dd>The time when this entry is stored</dd>
<b>Slots: </b>Number of hash slots. the setting from your php.ini
<b>Size: </b>Cache Size, Size of the cache (or cache chunk), in bytes
<b>Avail: </b>Available Memory, free memory in bytes of this cache
<b>Used: </b>Used Percent, A bar shows how much memory used in percent
<b>Clear: </b>Clear Button, Press the button to clean this cache
<b>Compiling: </b>Compiling flag, "yes" if the cache is busy compiling php script
<b>Hits: </b>Cache Hits, hit=a var/php is loaded from this cache
<b>Misses: </b>Cache Misses, miss=a var/php is requested but not in the cache
<b>Clogs: </b>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked)
when the cache is busy compiling already
<b>OOMs: </b>Out Of Memory, how many times a new item should be stored but there isn't
enough memory in the cache, think of increasing the xcache.size or xcache.var_size
<b>Protected: </b>Whether readonly_protection is available and enable on this cache
<b>Cached: </b>Number of entries stored in this cache
<b>Deleted: </b>Number of entries is pending in delete list (expired but referenced)
<b>Free Blocks:</b>Free blocks list in the specified cache
</pre>
<h2>List Legends</h2>
<pre>
<b>entry: </b>The entry name or filename
<b>Hits: </b>Times this entry is hit (loaded from this cache)
<b>Refcount: </b>Reference count this entry is holded by a php request
<b>Size: </b>Size in bytes of this entry in the cache
<b>SrcSize: </b>Size of the source file
<b>Modify: </b>Last modified time of the source file
<b>device: </b>device number of the source file
<b>inode: </b>inode number of the source file
<b>Access: </b>Last access time of the cached entry
<b>Create: </b>The time when this entry is stored
</pre>
<?phpinclude(get_language_file("help"));?>
</div>
See also: <ahref="http://trac.lighttpd.net/xcache/wiki/PhpIni">setting php.ini for XCache</a> in the <ahref="http://trac.lighttpd.net/xcache/">XCache wiki</a>
<?phpecho_T('See also');?>: <ahref="http://trac.lighttpd.net/xcache/wiki/PhpIni">setting php.ini for XCache</a> in the <ahref="http://trac.lighttpd.net/xcache/">XCache wiki</a>