Process Help

Display information about process, such as (time, memory, i/o threads and modules). Number of open handles (files, directories, events, threads, etc)
BasePriorityThe BasePriority of the process is the starting priority for threads created within the associated process.
BasePriorityPriorityClass
4Idle
8Normal
13High
25RealTime
Handle Count
IdUnique Id to identify running process
PrivateMemThe number of bytes allocated by the associated process that cannot be shared with other processes.
WorkSetThe 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 SizeThe 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) SizePeak (maximum) virtual size
Paged SizeThe amount of memory, in bytes, allocated by the associated process that can be written to the virtual memory paging file.
Paged (Peak) SizePeak (maximum) paged memory
#ThreadsThe number of operating system handles the process has opened.
#ModulesCurrently not populated
#Read I/ORunning total #Read transactions
#Write I/ORunning total #Write transactions
#Other I/ORunning total number of other I/O transactions (seek, ioctl, ...)