- Timestamp:
-
08/29/09 22:53:55 (4 years ago)
- Author:
-
mickem
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v17
|
v18
|
|
| 17 | 17 | ||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. |
| 18 | 18 | ||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. |
| 20 | 20 | |
| 21 | 21 | == Examples == |
|
|