Click or drag to resize

ProcessPerfDataInfoPageFaultsPerSec Property

Win32_PerfFormattedData_PerfProc_Process: Rate of page faults by the threads executing in this process. A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. This can cause the page not to be fetched from disk if it is on the standby list and hence already in main memory, or if it is in use by another process with which the page is shared.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int PageFaultsPerSec { get; set; }

Property Value

Type: Int32
The page faults per sec.

Implements

IProcessPerfDataInfoPageFaultsPerSec
See Also