public final class JvmpoolGlobalStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SJGIDR
Constant: 0x75 = 117
|
static int |
SJGVERS
Constant: 0x01 = 1
|
Modifier and Type | Method and Description |
---|---|
static JvmpoolGlobalStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
sjgCurrentCacheJvms()
SJG_CURRENT_CACHE_JVMS value.
|
long |
sjgCurrentJvms()
SJG_CURRENT_JVMS value.
|
int |
sjgdsId()
SJGDS_ID value.
|
int |
sjgdsLen()
SJGDS_LEN value.
|
int |
sjgdsVers()
SJGDS_VERS value.
|
long |
sjgJvmReqsCache()
SJG_JVM_REQS_CACHE value.
|
long |
sjgJvmReqsInit()
SJG_JVM_REQS_INIT value.
|
long |
sjgJvmReqsMismatch()
SJG_JVM_REQS_MISMATCH value.
|
long |
sjgJvmReqsReuse()
SJG_JVM_REQS_REUSE value.
|
long |
sjgJvmReqsTerminate()
SJG_JVM_REQS_TERMINATE value.
|
long |
sjgJvmReqsTotal()
SJG_JVM_REQS_TOTAL value.
|
long |
sjgPeakCacheJvms()
SJG_PEAK_CACHE_JVMS value.
|
long |
sjgPeakJvms()
SJG_PEAK_JVMS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SJGIDR
public static final int SJGVERS
public int sjgdsLen()
public int sjgdsId()
public int sjgdsVers()
public long sjgCurrentJvms()
public long sjgPeakJvms()
public long sjgJvmReqsTotal()
public long sjgJvmReqsReuse()
public long sjgJvmReqsInit()
public long sjgJvmReqsMismatch()
public long sjgJvmReqsTerminate()
public long sjgCurrentCacheJvms()
public long sjgPeakCacheJvms()
public long sjgJvmReqsCache()
public static JvmpoolGlobalStatistics 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.