HEAD; ?> XCache Administration Help

XCache Administration Help

Help

Cache Legends

Slots:      Number of hash slots. the setting from your php.ini
Size:       Cache Size, Size of the cache (or cache chunk), in bytes
Avail:      Available Memory, free memory in bytes of this cache
Used:       Used Percent, A bar shows how much memory used in percent
Clear:      Clear Button, Press the button to clean this cache
Compiling:  Compiling flag, "yes" if the cache is busy compiling php script
Hits:       Cache Hits, hit=a var/php is loaded from this cache
Misses:     Cache Misses, miss=a var/php is requested but not in the cache
Clogs:      Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked)
            when the cache is busy compiling already
OOMs:       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
Protected:  Whether readonly_protection is available and enable on this cache
Cached:     Number of entries stored in this cache
Deleted:    Number of entries is pending in delete list (expired but referenced)
Free Blocks:Free blocks list in the specified cache

List Legends

entry:      The entry name or filename
Hits:       Times this entry is hit (loaded from this cache)
Refcount:   Reference count this entry is holded by a php request
Size:       Size in bytes of this entry in the cache
SrcSize:    Size of the source file
Modify:     Last modified time of the source file
device:     device number of the source file
inode:      inode number of the source file
Access:     Last access time of the cached entry
Create:     The time when this entry is stored
See also: setting php.ini for XCache in the XCache wiki