Query: wincache_ocache_meminfo
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WINCACHE_OCACHE_MEMINFO(3) 1 WINCACHE_OCACHE_MEMINFO(3) wincache_ocache_meminfo - Retrieves information about opcode cache memory usageSYNOPSISarray wincache_ocache_meminfo (void )DESCRIPTIONRetrieves information about memory usage by opcode cache.RETURN VALUESArray of meta data about opcode cache memory usage or FALSE on failure The array returned by this function contains the following elements: o memory_total - amount of memory in bytes allocated for the opcode cache o memory_free - amount of free memory in bytes available for the opcode cache o num_used_blks - number of memory blocks used by the opcode cache o num_free_blks - number of free memory blocks available for the opcode cache o memory_overhead - amount of memory in bytes used for the opcode cache internal structuresEXAMPLESExample #1 A wincache_ocache_meminfo(3) example <pre> <?php print_r(wincache_ocache_meminfo()); ?> </pre> The above example will output: Array ( [memory_total] => 134217728 [memory_free] => 112106972 [num_used_blks] => 15469 [num_free_blks] => 4 [memory_overhead] => 247600 )SEE ALSOwincache_fcache_fileinfo(3), wincache_fcache_meminfo(3), wincache_ocache_fileinfo(3), wincache_rplist_fileinfo(3), wincache_rplist_mem- info(3), wincache_refresh_if_changed(3), wincache_ucache_meminfo(3), wincache_ucache_info(3), wincache_scache_info(3), wincache_scache_mem- info(3). PHP Documentation Group WINCACHE_OCACHE_MEMINFO(3)
Related Man Pages |
---|
wincache_refresh_if_changed(3) - php |
wincache_ocache_fileinfo(3) - php |
fs_getcacheparms(1) - php |
fs_getcacheparms(1) - redhat |
fs_getcacheparms(1) - centos |
Similar Topics in the Unix Linux Community |
---|
cpu, memory and virtual memory usage |
var memory usage increasing |
Script to check the memory usage in AIX |
Clearing memory cache on Linux server |
Troubleshooting sudden high memory usage |