Click or drag to resize

IProcessPerfDataInfoVirtualBytesPeak Property

Win32_PerfFormattedData_PerfProc_Process: Maximum number, in bytes, of virtual address space that the process has used at any one time. Use of virtual address space does not necessarily imply corresponding use of either disk or main memory pages. Virtual space is finite and, by using too much, the process might limit its ability to load libraries.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
long VirtualBytesPeak { get; set; }

Property Value

Type: Int64
The virtual bytes peak.
See Also