Class AggregateCpu
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.ims.AggregateCpu
IMS WIC Aggregate CPU times by CPU category
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptioncpu()
DFSSR98A_A2CPU ProcessorClass.int
DFSSR98A_A2CPU value.cpuTm()
DFSSR98A_A2CPUtm as a Duration.long
DFSSR98A_A2CPUtm raw value.double
DFSSR98A_A2CPUtm in seconds.static AggregateCpu
create
(byte[] Data, int offset, int length) create is intended for internal use only.prty()
DFSSR98A_A2Prty value.int
DFSSR98A_A2Prty value.int
rgnCt()
DFSSR98A_A2RgnCt value.size()
DFSSR98A_A2Size value.int
DFSSR98A_A2Size value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
cpu
DFSSR98A_A2CPU ProcessorClass.- Returns:
- ProcessorClass DFSSR98A_A2CPU value
-
cpuRawValue
public int cpuRawValue()DFSSR98A_A2CPU value.- Returns:
- int DFSSR98A_A2CPU value
-
prty
DFSSR98A_A2Prty value.- Returns:
- JobPriority DFSSR98A_A2Prty value
-
prtyRawValue
public int prtyRawValue()DFSSR98A_A2Prty value.- Returns:
- int DFSSR98A_A2Prty value
-
size
DFSSR98A_A2Size value.- Returns:
- JobSize DFSSR98A_A2Size value
-
sizeRawValue
public int sizeRawValue()DFSSR98A_A2Size value.- Returns:
- int DFSSR98A_A2Size value
-
rgnCt
public int rgnCt()DFSSR98A_A2RgnCt value.- Returns:
- int DFSSR98A_A2RgnCt value
-
cpuTm
DFSSR98A_A2CPUtm as a Duration.- Returns:
- Duration DFSSR98A_A2CPUtm
- See Also:
-
cpuTmSeconds
public double cpuTmSeconds()DFSSR98A_A2CPUtm in seconds.- Returns:
- double DFSSR98A_A2CPUtm converted to seconds
-
cpuTmRawValue
public long cpuTmRawValue()DFSSR98A_A2CPUtm raw value.- Returns:
- long DFSSR98A_A2CPUtm raw value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-