Class DispatcherMvsTcbGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.DispatcherMvsTcbGlobalStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x50 = 80static final int
Constant: 0x40 = 64static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.long
DSTDS_CICSTCB_COUNT value.DSTDS_CICSTCB_CPUTIME as a Duration.long
DSTDS_CICSTCB_CPUTIME raw value.double
DSTDS_CICSTCB_CPUTIME in seconds.long
DSTDS_CICSTCB_STG_ABOVE value.long
DSTDS_CICSTCB_STG_ABOVE_INUSE value.long
DSTDS_CICSTCB_STG_BELOW value.long
DSTDS_CICSTCB_STG_BELOW_INUSE value.int
dstdsId()
DSTDS_ID value.int
dstdsLen()
DSTDS_LEN value.long
DSTDS_NONCICSTCB_COUNT value.DSTDS_NONCICSTCB_CPUTIME as a Duration.long
DSTDS_NONCICSTCB_CPUTIME raw value.double
DSTDS_NONCICSTCB_CPUTIME in seconds.long
DSTDS_NONCICSTCB_STG_ABOVE value.long
DSTDS_NONCICSTCB_STG_ABOVE_INUSE value.long
DSTDS_NONCICSTCB_STG_BELOW value.long
DSTDS_NONCICSTCB_STG_BELOW_INUSE value.int
DSTDS_VERS value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
DSTIDR
public static final int DSTIDRConstant: 0x40 = 64- See Also:
-
DSTVERS
public static final int DSTVERSConstant: 0x01 = 1- See Also:
-
DSTDS_LENGTH
public static final int DSTDS_LENGTHConstant: 0x50 = 80- See Also:
-
-
Method Details
-
dstdsLen
public int dstdsLen()DSTDS_LEN value.- Returns:
- int DSTDS_LEN value
-
dstdsId
public int dstdsId()DSTDS_ID value.- Returns:
- int DSTDS_ID value
-
dstdsVers
public int dstdsVers()DSTDS_VERS value.- Returns:
- int DSTDS_VERS value
-
dstdsCicstcbCount
public long dstdsCicstcbCount()DSTDS_CICSTCB_COUNT value.- Returns:
- long DSTDS_CICSTCB_COUNT value
-
dstdsCicstcbCputime
DSTDS_CICSTCB_CPUTIME as a Duration.- Returns:
- Duration DSTDS_CICSTCB_CPUTIME
- See Also:
-
dstdsCicstcbCputimeSeconds
public double dstdsCicstcbCputimeSeconds()DSTDS_CICSTCB_CPUTIME in seconds.- Returns:
- double DSTDS_CICSTCB_CPUTIME converted to seconds
-
dstdsCicstcbCputimeRawValue
public long dstdsCicstcbCputimeRawValue()DSTDS_CICSTCB_CPUTIME raw value.- Returns:
- long DSTDS_CICSTCB_CPUTIME raw value
-
dstdsCicstcbStgBelow
public long dstdsCicstcbStgBelow()DSTDS_CICSTCB_STG_BELOW value.- Returns:
- long DSTDS_CICSTCB_STG_BELOW value
-
dstdsCicstcbStgAbove
public long dstdsCicstcbStgAbove()DSTDS_CICSTCB_STG_ABOVE value.- Returns:
- long DSTDS_CICSTCB_STG_ABOVE value
-
dstdsNoncicstcbCount
public long dstdsNoncicstcbCount()DSTDS_NONCICSTCB_COUNT value.- Returns:
- long DSTDS_NONCICSTCB_COUNT value
-
dstdsNoncicstcbCputime
DSTDS_NONCICSTCB_CPUTIME as a Duration.- Returns:
- Duration DSTDS_NONCICSTCB_CPUTIME
- See Also:
-
dstdsNoncicstcbCputimeSeconds
public double dstdsNoncicstcbCputimeSeconds()DSTDS_NONCICSTCB_CPUTIME in seconds.- Returns:
- double DSTDS_NONCICSTCB_CPUTIME converted to seconds
-
dstdsNoncicstcbCputimeRawValue
public long dstdsNoncicstcbCputimeRawValue()DSTDS_NONCICSTCB_CPUTIME raw value.- Returns:
- long DSTDS_NONCICSTCB_CPUTIME raw value
-
dstdsNoncicstcbStgBelow
public long dstdsNoncicstcbStgBelow()DSTDS_NONCICSTCB_STG_BELOW value.- Returns:
- long DSTDS_NONCICSTCB_STG_BELOW value
-
dstdsNoncicstcbStgAbove
public long dstdsNoncicstcbStgAbove()DSTDS_NONCICSTCB_STG_ABOVE value.- Returns:
- long DSTDS_NONCICSTCB_STG_ABOVE value
-
dstdsCicstcbStgBelowInuse
public long dstdsCicstcbStgBelowInuse()DSTDS_CICSTCB_STG_BELOW_INUSE value.- Returns:
- long DSTDS_CICSTCB_STG_BELOW_INUSE value
-
dstdsCicstcbStgAboveInuse
public long dstdsCicstcbStgAboveInuse()DSTDS_CICSTCB_STG_ABOVE_INUSE value.- Returns:
- long DSTDS_CICSTCB_STG_ABOVE_INUSE value
-
dstdsNoncicstcbStgBelowInuse
public long dstdsNoncicstcbStgBelowInuse()DSTDS_NONCICSTCB_STG_BELOW_INUSE value.- Returns:
- long DSTDS_NONCICSTCB_STG_BELOW_INUSE value
-
dstdsNoncicstcbStgAboveInuse
public long dstdsNoncicstcbStgAboveInuse()DSTDS_NONCICSTCB_STG_ABOVE_INUSE value.- Returns:
- long DSTDS_NONCICSTCB_STG_ABOVE_INUSE 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
-