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; }
<DataMemberAttribute>
Public Property PageFaultsPerSec As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int PageFaultsPerSec {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract PageFaultsPerSec : int with get, set
[<DataMemberAttribute>]
override PageFaultsPerSec : int with get, set
Property Value
Type:
Int32
The page faults per sec.
Implements
IProcessPerfDataInfoPageFaultsPerSecSee Also