- :
- Number of hash slots. the setting from your php.ini
- :
- Cache Size, Size of the cache (or cache chunk), in bytes
- :
- Available Memory, free memory in bytes of this cache
- :
- Percent, A bar shows how much memory available in percent, and memory blocks status
- :
- Clear Button, Press the button to clean this cache
- :
- Compiling flag, "yes" if the cache is busy compiling php script
- :
- Cache Hits, hit=a var/php is loaded from this cache
- :
- Average Hits per Hour. Only last 24 hours is logged
- :
- Hits 24 Hours. Hits graph of last 24 hours
- :
- Average Hits per Second. Only last 5 seconds is logged
- :
- Cache Misses, miss=a var/php is requested but not in the cache
- :
- Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already
- :
- 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
- :
- Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. See ini.error-log and ini.display-errors
- :
- Whether readonly_protection is available and enable on this cache
- :
- Number of entries stored in this cache
- :
- Number of entries is pending in delete list (expired but referenced)
- :
- Seconds count down of Garbage Collection
- :
- Free blocks list in the specified cache
- :
- The entry name or filename
- :
- Times this entry is hit (loaded from this cache)
- :
- Reference count of this entry is holded by a php request
- :
- Size in bytes of this entry in the cache
- :
- Count of entry sharing this php data
- :
- Size of the source file
- :
- Last modified time of the source file
- :
- device number of the source file
- :
- inode number of the source file
- :
- Last access time of the cached entry
- :
- The time when this entry is stored