The Process attributes refer to process characteristics such as data set size, kernel scheduling priority, the number of pages of memory, and the number of page faults.
Busy CPU Pct The summation of User CPU Percent and System CPU Percent for this process.
Data Set Size The size of the data set based on the number of pages. Valid entry is an integer.
Dirty Pages Pages that have been modified (dirty) in buffer (main memory), but not yet copied to the cache. Valid entry is an integer.
Nice The standard Linux nice level (-20 represents the highest level). Valid entry is an integer in the range -20 to 19.
Parent Process ID The identifier for the parent process. Valid entry is an integer between 0 and 999.
Priority The kernel scheduling priority (0 represents the highest priority). Valid entry is an integer between 100 and 0.
Proc CMD Line The process command line string. Valid entry is an alphanumeric text string, with a maximum length of 256 characters.
Proc CPU The ID of the process CPU. Valid entry is an integer.
Proc CMD Line (Unicode) The process command line string. Valid entry is an alphanumeric text string, with a maximum length of 512 bytes. This attribute is globalized (Unicode).
Proc System CPU The percent of CPU time spent in kernel mode by process. Valid entry is an integer between 0 and 100.
Proc User CPU The percent of CPU time spent in user mode by process. Valid entry is an integer between 0 and 100.
Process Command Name The name of the process command. Valid entry is an alphanumeric text string, with a maximum length of 32 characters.
Process Command Name (Unicode) The name of the process command. Valid entry is an alphanumeric text string, with a maximum length of 64 bytes. This attribute is globalized (Unicode).
Process ID The identifier of the process. Valid entry is an integer between 0 and 999.
Resident Set Size The number of pages the process has in real memory. Valid entry is an integer.
Shared Lib Set Size The number of pages of shared library set (mmap'd) memory. mmap is a system API that lets you map a file or device into memory. The mapped pages may be shared so that other processes can access them. Valid entry is an integer.
Shared Memory The number of pages of shared (mmap'd) memory. mmap is a system API that lets you map a file or device into memory. The mapped pages may be shared so that other processes can access them. Valid entry is an integer.
State The state of the process (Sleeping(Intr), Sleeping (Swap), Running, Zombie, Trace, or N/A). Valid entry is an integer between -1 and 4, where:
0 = Sleeping (Intr)
1 = Sleeping (Swap)
2 = Running
3 = Zombie
4 = Trace
-1 = N/A
System Name Name of the host system. Valid entry is an alphanumeric text string, with a maximum length of 64 characters.
Text Resident Size The number of pages of text resident (mmap'd) memory. mmap is a system API that lets you map a file or device into memory. The mapped pages may be shared so that other processes can access them. Valid entry is an integer.
Threads The number of threads started for this process. (Valid only on 2.6 kernel and above.)
Timestamp The date and time the agent collects information as set on the monitored system. The timestamp format for SCAN and STR functions is CYYMMDDHHMMSSmmm (as in 1020315064501000 for 03/15/02 06:45:01) where:
C = Century (0 for 20th, 1 for 21st)
Y = Year
M = Month
D = Day
H = Hour
M = Minute
S = Second
m = millisecond
Tot Major faults The total number of major page faults (including child processes) since the start of the process. Valid entry is an integer.
Tot Minor faults The total number of minor page faults (including child processes) since the start of the process. Valid entry is an integer.
Tot Proc System CPU The percent of cumulative CPU time spent in kernel mode by process. Valid entry is an integer between 0 and 100.
Tot Proc User CPU The percent of cumulative CPU time spent in user mode by process. Valid entry is an integer between 0 and 100.
Total Busy CPU Pct The summation of user CPU and system CPU for this process and children.
Total Size Memory The number of pages that the process has in real memory. Valid entry is an integer.
User Sys CPU Pct Of the total system CPU usage, the percentage that was user CPU usage. Valid entry is an integer between 0 and 100.
VM Data The data size (in kilobytes) of the virtual memory. Valid entry is an integer.
VM Data MB The data size (in megabytes) of the virtual memory. Valid entry is an integer.
VM Exe Size The executable size (in kilobytes) of the virtual memory. Valid entry is an integer.
VM Exe Size MB The executable size (in megabytes) of the virtual memory. Valid entry is an integer.
VM Lib Size The library size (in kilobytes) of the virtual memory. This measurement represents all pages, including unused. Valid entry is an integer.
VM Lib Size MB The library size (in megabytes) of the virtual memory. This measurement represents all pages, including unused. Valid entry is an integer.
VM Lock The size (in kilobytes) of locked pages of the virtual memory. Valid entry is an integer.
VM Lock MB The size (in megabytes) of locked pages of the virtual memory.
VM Size The size (in kilobytes) of the virtual memory. Valid entry is an integer.
VM Size MB Virtual memory size in megabytes.
VM Stack The stack size (in kilobytes) of the virtual memory. Valid entry is an integer.
VM Stack MB The stack size (in megabytes) of the virtual memory. Valid entry is an integer.