Class JvmprofileModeStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.JvmprofileModeStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x76 = 118static final int
Constant: 0x48 = 72static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptionstatic JvmprofileModeStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
Return true ifsjrStorageKey()
equalsSJR_CICS_KEY
.long
SJR_CURR_PROFILE_USE value.long
SJR_GC_COUNT value.long
SJR_JVM_HEAP_HWM value.long
SJR_JVMS_DESTROYED_SOS value.long
SJR_LE_HEAP_HWM value.long
SJR_MISMATCH_STEALER value.long
SJR_MISMATCH_VICTIM value.long
SJR_NEW_JVMS_CREATED value.long
SJR_PEAK_PROFILE_USE value.long
SJR_PROFILE_REQUESTS value.SJR_PROFILE_XMX_VALUE value.int
SJR_STORAGE_KEY value.boolean
Return true ifsjrStorageKey()
equalsSJR_USER_KEY
.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SJR_PROFILE_MODE_LEN
public static final int SJR_PROFILE_MODE_LENConstant: 0x48 = 72- See Also:
-
SJR_IDR
public static final int SJR_IDRConstant: 0x76 = 118- See Also:
-
SJR_VERS
public static final int SJR_VERSConstant: 0x01 = 1- See Also:
-
SJR_CICS_KEY
public static final int SJR_CICS_KEYConstant: 0x01 = 1- See Also:
-
SJR_USER_KEY
public static final int SJR_USER_KEYConstant: 0x02 = 2- See Also:
-
-
Method Details
-
sjrStorageKey
public int sjrStorageKey()SJR_STORAGE_KEY value.- Returns:
- int SJR_STORAGE_KEY value
-
sjrProfileRequests
public long sjrProfileRequests()SJR_PROFILE_REQUESTS value.- Returns:
- long SJR_PROFILE_REQUESTS value
-
sjrCurrProfileUse
public long sjrCurrProfileUse()SJR_CURR_PROFILE_USE value.- Returns:
- long SJR_CURR_PROFILE_USE value
-
sjrPeakProfileUse
public long sjrPeakProfileUse()SJR_PEAK_PROFILE_USE value.- Returns:
- long SJR_PEAK_PROFILE_USE value
-
sjrNewJvmsCreated
public long sjrNewJvmsCreated()SJR_NEW_JVMS_CREATED value.- Returns:
- long SJR_NEW_JVMS_CREATED value
-
sjrMismatchStealer
public long sjrMismatchStealer()SJR_MISMATCH_STEALER value.- Returns:
- long SJR_MISMATCH_STEALER value
-
sjrMismatchVictim
public long sjrMismatchVictim()SJR_MISMATCH_VICTIM value.- Returns:
- long SJR_MISMATCH_VICTIM value
-
sjrLeHeapHwm
public long sjrLeHeapHwm()SJR_LE_HEAP_HWM value.- Returns:
- long SJR_LE_HEAP_HWM value
-
sjrJvmHeapHwm
public long sjrJvmHeapHwm()SJR_JVM_HEAP_HWM value.- Returns:
- long SJR_JVM_HEAP_HWM value
-
sjrJvmsDestroyedSos
public long sjrJvmsDestroyedSos()SJR_JVMS_DESTROYED_SOS value.- Returns:
- long SJR_JVMS_DESTROYED_SOS value
-
sjrGcCount
public long sjrGcCount()SJR_GC_COUNT value.- Returns:
- long SJR_GC_COUNT value
-
sjrProfileXmxValue
SJR_PROFILE_XMX_VALUE value.- Returns:
- String SJR_PROFILE_XMX_VALUE value
-
sjrCicsKey
public boolean sjrCicsKey()Return true ifsjrStorageKey()
equalsSJR_CICS_KEY
.- Returns:
- boolean
sjrStorageKey()
equals SJR_CICS_KEYSJR_CICS_KEY = 0x01
-
sjrUserKey
public boolean sjrUserKey()Return true ifsjrStorageKey()
equalsSJR_USER_KEY
.- Returns:
- boolean
sjrStorageKey()
equals SJR_USER_KEYSJR_USER_KEY = 0x02
-
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
-