public final class JvmprofileModeStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SJR_CICS_KEY
Constant: 0x01 = 1
|
static int |
SJR_IDR
Constant: 0x76 = 118
|
static int |
SJR_PROFILE_MODE_LEN
Constant: 0x48 = 72
|
static int |
SJR_USER_KEY
Constant: 0x02 = 2
|
static int |
SJR_VERS
Constant: 0x01 = 1
|
Modifier and Type | Method and Description |
---|---|
static JvmprofileModeStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
sjrCicsKey()
Return true if
sjrStorageKey() equals SJR_CICS_KEY . |
long |
sjrCurrProfileUse()
SJR_CURR_PROFILE_USE value.
|
long |
sjrGcCount()
SJR_GC_COUNT value.
|
long |
sjrJvmHeapHwm()
SJR_JVM_HEAP_HWM value.
|
long |
sjrJvmsDestroyedSos()
SJR_JVMS_DESTROYED_SOS value.
|
long |
sjrLeHeapHwm()
SJR_LE_HEAP_HWM value.
|
long |
sjrMismatchStealer()
SJR_MISMATCH_STEALER value.
|
long |
sjrMismatchVictim()
SJR_MISMATCH_VICTIM value.
|
long |
sjrNewJvmsCreated()
SJR_NEW_JVMS_CREATED value.
|
long |
sjrPeakProfileUse()
SJR_PEAK_PROFILE_USE value.
|
long |
sjrProfileRequests()
SJR_PROFILE_REQUESTS value.
|
String |
sjrProfileXmxValue()
SJR_PROFILE_XMX_VALUE value.
|
int |
sjrStorageKey()
SJR_STORAGE_KEY value.
|
boolean |
sjrUserKey()
Return true if
sjrStorageKey() equals SJR_USER_KEY . |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SJR_PROFILE_MODE_LEN
public static final int SJR_IDR
public static final int SJR_VERS
public static final int SJR_CICS_KEY
public static final int SJR_USER_KEY
public int sjrStorageKey()
public long sjrProfileRequests()
public long sjrCurrProfileUse()
public long sjrPeakProfileUse()
public long sjrNewJvmsCreated()
public long sjrMismatchStealer()
public long sjrMismatchVictim()
public long sjrLeHeapHwm()
public long sjrJvmHeapHwm()
public long sjrJvmsDestroyedSos()
public long sjrGcCount()
public String sjrProfileXmxValue()
public boolean sjrCicsKey()
sjrStorageKey()
equals SJR_CICS_KEY
.sjrStorageKey()
equals SJR_CICS_KEY
SJR_CICS_KEY = 0x01
public boolean sjrUserKey()
sjrStorageKey()
equals SJR_USER_KEY
.sjrStorageKey()
equals SJR_USER_KEY
SJR_USER_KEY = 0x02
public static JvmprofileModeStatistics create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.