Class JvmprofileModeStatistics

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.JvmprofileModeStatistics

public final class JvmprofileModeStatistics extends SmfData
  • Field Details

  • 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

      public String sjrProfileXmxValue()
      SJR_PROFILE_XMX_VALUE value.
      Returns:
      String SJR_PROFILE_XMX_VALUE value
    • sjrCicsKey

      public boolean sjrCicsKey()
      Return true if sjrStorageKey() equals SJR_CICS_KEY.
      Returns:
      boolean sjrStorageKey() equals SJR_CICS_KEY

      SJR_CICS_KEY = 0x01

    • sjrUserKey

      public boolean sjrUserKey()
      Return true if sjrStorageKey() equals SJR_USER_KEY.
      Returns:
      boolean sjrStorageKey() equals SJR_USER_KEY

      SJR_USER_KEY = 0x02

    • create

      public static JvmprofileModeStatistics create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section