Query: win32_ps_stat_mem
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIN32_PS_STAT_MEM(3) 1 WIN32_PS_STAT_MEM(3) win32_ps_stat_mem - Stat memory utilizationSYNOPSISarray win32_ps_stat_mem (void )DESCRIPTIONRetrieves statistics about the global memory utilization.RETURN VALUESReturns FALSE on failure, or an array consisting of the following information on success: o $load - The current memory load in percent of physical memory. o $unit - This is always 1024, and indicates that the following values are the count of 1024 bytes. o $total_phys - The amount of total physical memory. o $avail_phys - The amount of still available physical memory. o $total_pagefile - The amount of total pageable memory (physical memory + paging file). o $avail_pagefile - The amount of still available pageable memory (physical memory + paging file). o $total_virtual - The amount of total virtual memory for a process. o $avail_virtual - The amount of still available virtual memory for a process. PHP Documentation Group WIN32_PS_STAT_MEM(3)
| Related Man Pages |
|---|
| free(1) - linux |
| eqmemsize(5) - hpux |
| free(1) - v7 |
| wincache_ocache_meminfo(3) - php |
| wincache_scache_meminfo(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |
| Denial Of Service Attack Update |