Changes between Version 17 and Version 18 of CheckSystem/checkMem


Ignore:
Timestamp:
08/29/09 22:53:55 (4 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckSystem/checkMem

    v17 v18  
    1717||paged|| Number of .. ??  (Usually identical to 'page', different APIs for I think the same thing) According to M$ this is: Size of available memory to commit, in bytes. 
    1818||virtual|| Number of pages of swap currently in use (note - it does '''''NOT''''' = (physical + swap) as on *nix boxes) According to M$ this is: Size of unreserved and uncommitted memory in the user mode portion of the virtual address space of the calling process, in bytes.  
    19 ||physical|| Total amount of RAM in the server ?? (does it change?) According to M$ this is: Total size of physical memory, in bytes.  
     19||physical|| Used physical memory in bytes. 
    2020 
    2121== Examples ==