IMemoryUsageInfo Properties |
The IMemoryUsageInfo type exposes the following members.
Name | Description | |
---|---|---|
AvailableBytes |
Win32_PerfFormattedData_PerfOS_Memory: AvailableBytes: Amount of physical memory in
bytes available to processes running on the computer.
| |
CacheBytes |
Win32_PerfFormattedData_PerfOS_Memory: CacheBytes: Number of bytes currently being used
by the file system cache.
| |
CacheBytesPeak |
Win32_PerfFormattedData_PerfOS_Memory: CacheBytesPeak: Maximum number of CacheBytes
after the system was last restarted.
| |
CommitLimit |
Win32_PerfFormattedData_PerfOS_Memory: CommitLimit: Amount of virtual memory, in bytes,
that can be committed without having to extend the paging files. Committed memory is
physical memory for which space has been reserved on the disk paging files.
| |
CommittedBytes |
Win32_PerfFormattedData_PerfOS_Memory: CommittedBytes: Amount of committed virtual
memory, in bytes. Committed memory is physical memory for which space has been reserved
on the disk paging file in case it must be written back to disk.
| |
PoolNonpagedBytes |
Win32_PerfFormattedData_PerfOS_Memory: PoolNonpagedBytes: Number of bytes in the
nonpaged pool, an area of system memory (physical memory used by the operating system)
for objects that cannot be written to disk, but must remain in physical memory as long
as they are allocated.
| |
PoolPagedBytes |
The current amount of virtual memory allocated within the system's pool of pageable
virtual memory.
| |
PoolPagedResidentBytes |
The current number of pages within the "PoolPagedBytes" that are resident in physical
memory.
| |
SystemCacheResidentBytes |
Win32_PerfFormattedData_PerfOS_Memory: SystemCacheResidentBytes: Number of bytes of
pageable operating system code in the file system cache.
| |
SystemCodeResidentBytes |
Win32_PerfFormattedData_PerfOS_Memory: SystemCodeResidentBytes: Number of bytes of
operating system code currently in physical memory that can be written to disk when not
in use.
| |
SystemCodeTotalBytes |
Win32_PerfFormattedData_PerfOS_Memory: SystemCodeTotalBytes: Number of bytes of
pageable operating system code currently in virtual memory.
| |
SystemDriverResidentBytes |
Win32_PerfFormattedData_PerfOS_Memory: SystemDriverResidentBytes: Number of bytes of
pageable physical memory being used by device drivers. It is the working set, the
physical memory area, of the drivers.
| |
SystemDriverTotalBytes |
Win32_PerfFormattedData_PerfOS_Memory: SystemDriverTotalBytes: Number of bytes of
pageable virtual memory currently being used by device drivers. Pageable memory can be
written to disk when it is not being used.
| |
TimestampSys100Ns |
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS: Timestamp value in 100
nanosecond units.
|