ProcessPerfDataInfoPoolNonpagedBytes Property |
Win32_PerfFormattedData_PerfProc_Process: Value, in bytes, in the nonpaged pool, an area
of system memory (physical memory used by the operating system) for objects that cannot be
written to disk, but must remain in physical memory as long as they are allocated. The
PoolNonpagedBytes 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 PoolNonpagedBytes { get; set; }
<DataMemberAttribute>
Public Property PoolNonpagedBytes As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int PoolNonpagedBytes {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract PoolNonpagedBytes : int with get, set
[<DataMemberAttribute>]
override PoolNonpagedBytes : int with get, set
Property Value
Type:
Int32
The pool nonpaged bytes.
Implements
IProcessPerfDataInfoPoolNonpagedBytesSee Also