Class EcccSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.EcccSection
SMF 98 subtype 1 External CPU Configuration Counters section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic EcccSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
ECCC_TOTAL_SIGPS_TO_WAITING_CORES value.long
ECCC_TOTAL_SIGPS_TO_WAITING_CPUS value.long
ECCC_WARNTRACK_SUCCESS value.ECCC_WARNTRACK_TIME as a Duration.long
ECCC_WARNTRACK_TIME raw value.double
ECCC_WARNTRACK_TIME in seconds.long
ECCC_WARNTRACK_UNSUCCESSFUL value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
warntrackSuccess
public long warntrackSuccess()ECCC_WARNTRACK_SUCCESS value.- Returns:
- long ECCC_WARNTRACK_SUCCESS value
-
warntrackUnsuccessful
public long warntrackUnsuccessful()ECCC_WARNTRACK_UNSUCCESSFUL value.- Returns:
- long ECCC_WARNTRACK_UNSUCCESSFUL value
-
warntrackTime
ECCC_WARNTRACK_TIME as a Duration.- Returns:
- Duration ECCC_WARNTRACK_TIME
- See Also:
-
warntrackTimeSeconds
public double warntrackTimeSeconds()ECCC_WARNTRACK_TIME in seconds.- Returns:
- double ECCC_WARNTRACK_TIME converted to seconds
-
warntrackTimeRawValue
public long warntrackTimeRawValue()ECCC_WARNTRACK_TIME raw value.- Returns:
- long ECCC_WARNTRACK_TIME raw value
-
totalSigpsToWaitingCpus
public long totalSigpsToWaitingCpus()ECCC_TOTAL_SIGPS_TO_WAITING_CPUS value.- Returns:
- long ECCC_TOTAL_SIGPS_TO_WAITING_CPUS value
-
totalSigpsToWaitingCores
public long totalSigpsToWaitingCores()ECCC_TOTAL_SIGPS_TO_WAITING_CORES value.- Returns:
- long ECCC_TOTAL_SIGPS_TO_WAITING_CORES 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
-