Process Detail

Overview

The Process Detail report displays real-time information about processes for the selected host. The information is displayed as a list. This report is a drilldown report.

Storage destination

Reports/UNIX/Troubleshooting/Real-Time/Drilldown Only/

Record

Process Detail Interval (PD_PDI)

Fields

Field nameExplanation
CPU %Average value (%) obtained by dividing the CPU usage of processes by the number of processors (on AIX V6.1 or later, the number of processors logically partitioned by the Micro-Partitioning function).
Executable Text KbytesText size in use (kilobytes).
You need to set the SAUNIXPMAP environment variable beforehand to collect this field on Solaris systems. Execute the following command from the command-line interface:
# SAUNIXPMAP=1
# export SAUNIXPMAP
Major FaultsNumber of page faults that invoked physical I/O.
Minor FaultsNumber of page faults that did not invoke physical I/O.
Parent PIDProcess ID of the parent process.
PIDProcess ID.
ProgramName of running program.
ReadsAIX: Number of times RAW read processing occurred.
Solaris: Number of times Block read processing occurred.
Real Mem KbytesPhysical memory size in use (kilobytes).
Record TimeTime when the record was created (Greenwich Mean Time).
Shared Mem KbytesShared memory size in use (kilobytes).
Stack KbytesStack size in use (kilobytes).
Start TimeProcess start time.
SwapsNumber of times swap occurred.
System CPUPeriod of time that the system was operating in kernel mode (seconds).
Total I/O KbytesTotal transfer size of I/O processing (kilobytes).
Total I/O OpsNumber of I/O processing operations.
Total Process KbytesProcess size (kilobytes).
AIX: The value of this field is the same as the value that is displayed in the SZ row obtained using the ps -l command.
HP-UX and Solaris: This value is the same as the value obtained by multiplying the page size by the value displayed in the SZ row obtained using the ps -l command.
Linux: This value is the same as the value displayed in the SIZE row obtained by using the top command.
UserProcess effective user name.
User CPUPeriod of time that the system was operating in user mode (seconds).
WritesAIX: The number of times RAW write processing occurred.
Solaris: The number of times Block write processing occurred.