Windows Tools

PMon Notes

Overview | Notes | Syntax | Examples | Related Tools Open Command Prompt

General Information

Output Table Reference

This table lists and describes the columns in the PMon output.

CPU Displays the percentage of current processor use that is attributable to the process.
CpuTime Displays the accumulated time that the processor has spent executing threads in the process since the process began.
MemUsage Displays the current size of the working set of the process, in kilobytes.
Page Faults Displays the cumulative total number of page faults generated by the process since it began. A page fault occurs when a process accesses virtual memory that is not currently located in physical memory and must be read from disk.
Flts Diff Displays the change in the number of page faults for the process recorded since the last update.
Commit Charge Displays the amount of virtual memory allocated to and reserved for the process, in kilobytes. This field has the same value as the Process\Private Bytes counter in System Monitor.
Usage NonP Displays the amount of memory in the nonpaged pool used by the process, in kilobytes.
Usage Page Displays the amount of memory in the paged pool used by the process, in kilobytes.
Pri Displays the base priority of the process. The base priority, which is established by the program running in the process, determines the range within which the operating system can vary the dynamic priorities of the process threads. The dynamic priority determines the order in which threads run on the processor.
Hnd Cnt Displays the number of open handles currently attributed to the process.
Thd Cnt Displays the number of threads currently running in the process.
Image Name Displays the name of the executable file that started the process.