Monitoring Process Detail

Overview

The Monitoring Process Detail report shows performance information about a specific process over the last hour (on a minute-by-minute basis). It is displayed as a line graph. This is a drilldown report.

Storage destination

Reports/Windows/Operating System/Troubleshooting/Recent Past/Drilldown Only/

Record

Application Process Interval (PD_APSI)

Fields

Field nameExplanation
Application NameThe name specified in the process monitoring settings
CPU %Percentage of the processor time used by the process (%). In a multi-processor environment, usage is displayed with number of processors[Figure] 100% as the maximum value.
Handle CountNumber of handles being kept open by the process
Monitoring FieldThe field being monitored
Monitoring LabelThe name used to identify the monitoring condition
Monitoring NumberMonitoring condition number
Page Faults/secNumber of page faults that occurred in the process (faults/second)
Page File KbytesSize of the virtual memory area being used as paging files by the process (KB)
PIDProcess ID. Unique ID of the process being executed
Pool Paged KbytesSize of pageable memory being used by the process (KB)
Pool Nonpaged KbytesSize of non-pageable memory being used by the process (KB)
Priority BaseBasic process priority. The greater the number, the higher the priority. The following values are used:
  • 24: Real-time
  • 13: High
  • 10: Higher than normal
  • 8: Normal
  • 6: Lower than normal
  • 4: Low
Private KbytesSize of the memory that was allocated to the process and that cannot be shared with other processes (KB)
Privileged CPU %Percentage of the processor time used by the process in the privileged mode (%). In a multi-processor environment, usage is displayed with number of processors[Figure] 100% as the maximum value.
Program NameThe name of the program
Thread CountNumber of threads (unit for executing an instruction) in the process. When a process is executed, at least one thread is started.
UserExecuting user name for the process. If a user name that corresponds to the process security ID is not found, NONE_MAPPED is stored for this field. If the executing user name cannot be acquired from the process ID, Unknown is stored for this field.
User CPU %Amount of processor time used by the process in the user mode (%). In a multi-processor environment, usage is displayed with number of processors[Figure] 100% as the maximum value.
Virtual KbytesSize of the virtual address space being used by the process (KB)
Working Set KbytesSize of the memory being used by the process (which is called a working set and indicates either the total memory size or the amount of memory that can be referenced without page faults) (KB).