Elapsed time
|
The total time (in seconds) since the process was created.
|
Handle count
|
The number of handles that a process currently uses.
|
Page faults per second
|
The rate of virtual memory Page Faults by the threads that run
in this process.
|
Page file bytes
|
The current number of bytes that the process has used in the
paging file(s).
|
Pool non-paged bytes
|
Number of bytes in the Non-paged Pool. The non-paged pool is a
system memory area that acquires space from operating system
components as they accomplish their tasks.
|
Peak page file bytes
|
The maximum number of bytes that the process has used in the
paging file(s).
|
Peak virtual bytes
|
The maximum number of bytes of virtual address space that the
process has used at any one time.
|
Peak working set
|
The maximum number of bytes in the set of memory pages that the
process has used at any point in time.
|
Pool paged bytes
|
The number of bytes in the Paged Pool. The paged pool is a
system memory area that acquires space from operating system
components as they accomplish their tasks.
|
Privileged time
|
The percent of processor time that the process has spent in
privileged mode.
|
Priority base
|
The current base priority of this process.
|
Private bytes
|
The current number of bytes this process allocated that cannot
be shared with other processes.
|
Process ID (PID)
|
The unique identifier of this process. The ID numbers are
reused, so they only identify a process for the lifetime of that
process.
|
Process name
|
The name of the process.
|
Processor time
|
The percentage of processor time (since the last refresh) that
the process threads have used.
|
Server
|
The server currently selected.
|
Thread count
|
The number of threads currently active in this process.
|
Total privileged time
|
Amount of processor time (in seconds) that the process has spent
in privileged mode
|
Total processor time
|
Amount of process time (in seconds) that this process spent.
|
Total user time
|
Amount of processor time (in seconds) that the process has spent
in user mode.
|
User time
|
The percentage of processor time that the process's threads have
spent in user mode.
|
Virtual bytes
|
The current size in use of the virtual address space for a
process.
|
Working set
|
The current number of bytes in use in the set of memory pages
for a process.
|