SessionPerformanceInfoPageFaultsPerSec Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Rate at which page faults
occur in 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.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long PageFaultsPerSec { get; set; }
<DataMemberAttribute>
Public Property PageFaultsPerSec As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long PageFaultsPerSec {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract PageFaultsPerSec : int64 with get, set
[<DataMemberAttribute>]
override PageFaultsPerSec : int64 with get, set
Property Value
Type:
Int64
The page faults per sec.
Implements
ISessionPerformanceInfoPageFaultsPerSecSee Also