AboutSupportDeveloper GuideVersion 36.122.80.11

Hierarchy

  • ProcessDetails

Properties

cpuUsage: number

The percentage of total CPU usage.

nonPagedPoolUsage: number

The current nonpaged pool usage in bytes.

pageFaultCount: number
pagedPoolUsage: number

The current paged pool usage in bytes.

pagefileUsage: number

The total amount of memory in bytes that the memory manager has committed

peakNonPagedPoolUsage: number

The peak nonpaged pool usage in bytes.

peakPagedPoolUsage: number

The peak paged pool usage in bytes.

peakPagefileUsage: number

The peak value in bytes of pagefileUsage during the lifetime of this process.

peakWorkingSetSize: number

The peak working set size in bytes.

pid: number

The native process identifier.

privateSetSize: number
workingSetSize: number

The current working set size (both shared and private data) in bytes.