BasePriority | The BasePriority of the process is the starting priority for threads created within the associated process.
BasePriority | PriorityClass |
4 | Idle |
8 | Normal |
13 | High |
25 | RealTime |
|
Handle Count | Number of open handles (files, directories, events, threads, etc)
Id | Unique Id to identify running process |
PrivateMem | The number of bytes allocated by the associated process that cannot be shared with other processes. |
WorkSet | The working set of a program is a collection of those pages in its virtual address space that have been recently referenced. It includes both shared and private data. The shared data includes pages that contain all instructions your application executes, including those in your DLLs and the system DLLs. As the working set size increases, memory demand increases. |
WorkSet(Peak) | Peak (maximum) WorkSet |
Virtual Size | The value returned by this property represents the current size of virtual memory used by the process. The operating system maps the virtual address space for each process either to pages loaded in physical memory, or to pages stored in the virtual memory paging file on disk. |
Virtual (Peak) Size | Peak (maximum) virtual size |
Paged Size | The amount of memory, in bytes, allocated by the associated process that can be written to the virtual memory paging file. |
Paged (Peak) Size | Peak (maximum) paged memory |
|
#Threads | The number of operating system handles the process has opened. |
#Modules | Currently not populated |
|
#Read I/O | Running total #Read transactions |
#Write I/O | Running total #Write transactions |
#Other I/O | Running total number of other I/O transactions (seek, ioctl, ...) |