PROCMON

Application process monitoring collection

Comments

This is a user-defined collection (UDC). Edit PROCMON.COL to customize which application processes are included.

ROWID

(AppName, ProcGroup)

Columns

Name Data Type Description
AppName string(64) Application name, as defined in the UDC
ProcGroup string(64) Process group name, as defined in the UDC
Count long Number of processes observed in the group; 0 = no processes in the group
MemSizeK long Total virtual memory size (UNIX / Linux) or working set memory size (Windows), in kilobytes, for all processes in the group
Note: Currently, the memory value for each individual process is ambiguously-defined, and the sum over the processes in the group most likely double-counts memory. Using this value to exactly account for memory usage is not supported.
CPUSecs double Total number of CPU seconds for the processes
Pid long Process ID of the first matching process in the group
MERGESTATUS long Internal-use merge status; created by Surveillance
MEM_KBYTES_DELTA double Delta total memory usage, in kilobytes
Note: See MemSizeK for special considerations.
MEM_MBYTES double Total memory usage, in megabytes
Note: See MemSizeK for special considerations.
MEM_MBYTES_AVG double Average total memory usage, in megabytes, since collection started
Note: See MemSizeK for special considerations.
MEM_MBYTES_MAX double Maximum total memory usage, in megabytes, since collection started
Note: See MemSizeK for special considerations.
CPU_SECS_DELTA double Delta total number of CPU seconds for the processes
CPU_SECS_AVG double Average of delta total number of CPU seconds, since collection started
CPU_SECS_MAX double Maximum of delta total number of CPU seconds, since collection started

Requirements

Attributes: None
Minimum OS version: None