Click or drag to resize
Xcalibur Systems LLC Logo

ProcessMemoryCountersEx Fields

The ProcessMemoryCountersEx type exposes the following members.

Fields
 NameDescription
Public fieldPageFaultCount The number of page faults.
Public fieldPagefileUsage The Commit Charge value in bytes for this process. Commit Charge is the total amount of memory that the memory manager has committed for a running process.
Public fieldPeakPagefileUsage The peak value in bytes of the Commit Charge during the lifetime of this process.
Public fieldPeakWorkingSetSize The peak working set size, in bytes.
Public fieldPrivateUsage Same as PagefileUsage. The Commit Charge value in bytes for this process. Commit Charge is the total amount of memory that the memory manager has committed for a running process.
Public fieldQuotaNonPagedPoolUsage The current nonpaged pool usage, in bytes.
Public fieldQuotaPagedPoolUsage The current paged pool usage, in bytes.
Public fieldQuotaPeakNonPagedPoolUsage The peak nonpaged pool usage, in bytes.
Public fieldQuotaPeakPagedPoolUsage The peak paged pool usage, in bytes.
Public fieldSize The size of the structure, in bytes.
Public fieldWorkingSetSize The current working set size, in bytes.
Top
See Also