Click or drag to resize

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; }

Property Value

Type: Int64
The page faults per sec.

Implements

ISessionPerformanceInfoPageFaultsPerSec
See Also