Subtype 45 — Linux_UnixProcessMetrics

Offsets Name Length Format Description
0 0 R10445MNAME 64 EBCDIC Name of measured element, extracted from the MeasuredElementName attribute of the CIM_BaseMetricValue instance.
64 40 R10445AKMT 8 floating CPU time in kernel mode spent for this process since process creation.

(AccumulatedKernelModeTime)

72 48 R10445ATCT 8 floating CPU time spent for this process since process creation.

(AccumulatedTotalCPUTime)

80 50 R10445AUMT 8 floating CPU time in user mode spent for this process since process creation.

(AccumulatedUserModeTime)

88 58 R10445EVKMP 8 floating Percentage of CPU resources used in kernel mode by this process in relation to the CPU capacity available on a higher level of virtualization.

(ExternalViewKernelModePercentage)

96 60 R10445EVTCP 8 floating Percentage of CPU resources used by this process in relation to the CPU capacity available on a higher level of virtualization. The value is the sum of ExternalViewUserModePercentage and ExternalViewKernelModePercentage for this process.

(ExternalViewTotalCPUPercentage)

104 68 R10445EVUMP 8 floating Percentage of CPU resources used by this process in user mode in relation to the CPU capacity available on a higher level of virtualization.

(ExternalViewUserModePercentage)

112 70 R10445IVKMP 8 floating CPU time spent for this process in kernel mode in relation to the total CPU time spent for the system in kernel mode.

(InternalViewKernelModePercentage)

120 78 R10445IVTCP 8 floating Total CPU time spent for this process in relation to the total CPU time spent for the system. The value is the sum of InternalViewUserModePercentage and InternalViewKernelModePercentage for this process.

(InternalViewTotalCPUPercentage)

128 80 R10445IVUMP 8 floating CPU time spent for this process in user mode in relation to the total CPU time spent for the system in user mode.

(InternalViewUserModePercentage)

136 88 R10445KMT 8 floating CPU time the process consumed in kernel mode during the interval.

(KernelModeTime)

144 90 R10445PIR 8 floating Number of pages paged in per second on behalf of this process.

(PageInRate)

152 98 R10445POR 8 floating Number of pages paged out per second on behalf of this process.

(PageOutRate)

160 A0 R10445RSS 8 floating Amount of physical memory used by this process. Any memory currently paged out is not included in this number.

(ResidentSetSize)

168 A8 R10445SS 8 floating Number of bytes this process shares with other processes like dynamic link libraries.

(SharedSize)

176 B0 R10445TCT 8 floating CPU time the process consumed during the interval. This value is the sum of KernelModeTime and UserModeTime and does not include any idle time.

(TotalCPUTime)

184 B8 R10445UMT 8 floating CPU time the process consumed in user mode during the interval.

(UserModeTime)

192 C0 R10445VS 8 floating The size of the virtual memory used by this process.

(VirtualSize)

200 C8 R10445PIC 8 floating Accumulated number of pages paged in on behalf of this process.

(PageInCounter)

208 D0 R10445POC 8 floating Accumulated number of pages paged out on behalf of this process.

(PageOutCounter)