ProcessPerfDataInfoPoolPagedBytes Property |
Win32_PerfFormattedData_PerfProc_Process: Value, in bytes, in the paged pool, an area of
system memory (physical memory used by the operating system) for objects that can be written
to disk when they are not being used. The PoolNonpagedBytes property in
Win32_PerfFormattedData_PerfOS_Memory is calculated differently than the PoolPagedBytes
property in Win32_PerfFormattedData_PerfProc_Process, so it might not equal the total of
PoolPagedBytes for all instances of Win32_PerfFormattedData_PerfProc_Process. This property
displays the last observed value only; it is not an average.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public int PoolPagedBytes { get; set; }
<DataMemberAttribute>
Public Property PoolPagedBytes As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int PoolPagedBytes {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract PoolPagedBytes : int with get, set
[<DataMemberAttribute>]
override PoolPagedBytes : int with get, set
Property Value
Type:
Int32
The pool paged bytes.
Implements
IProcessPerfDataInfoPoolPagedBytesSee Also