public final class Smf121Record extends SmfRecord
Typically you would obtain Smf0Records by reading SmfRecords and using
Smf121Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Modifier and Type | Field and Description |
---|---|
static int |
SMF121RTY_121
Constant: 0x79 = 121
|
static int |
SMF121STY_1
Constant: 0x01 = 1
|
Constructor and Description |
---|
Smf121Record(byte[] data)
Constructs an Smf121Record from the specified byte array.
|
Smf121Record(SmfRecord record)
Constructs a new Smf121Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf121Record |
from(byte[] data)
Constructs an Smf121Record from the specified byte array.
|
static Smf121Record |
from(SmfRecord record)
Constructs a new Smf121Record from an existing SMF record.
|
List<GarbageCollectorSection> |
garbageCollectorSections()
Get a List containing Garbage Collector sections from the record
|
List<JavaRuntimeSection> |
javaRuntimeSections()
Get a List containing Java Runtime sections from the record
|
LocalDate |
smf121dte()
SMF121DTE as a LocalDate.
|
int |
smf121dteRawValue()
SMF121DTE raw value.
|
int |
smf121flg()
SMF121FLG value.
|
int |
smf121len()
SMF121LEN value.
|
int |
smf121rty()
SMF121RTY value.
|
int |
smf121sdsLengcs()
SMF121SDS_LENGCS value.
|
int |
smf121sdsLenjrs()
SMF121SDS_LENJRS value.
|
int |
smf121sdsLents()
SMF121SDS_LENTS value.
|
int |
smf121sdsNumgcs()
SMF121SDS_NUMGCS value.
|
int |
smf121sdsNumjrs()
SMF121SDS_NUMJRS value.
|
int |
smf121sdsNumts()
SMF121SDS_NUMTS value.
|
int |
smf121sdsOffgcs()
SMF121SDS_OFFGCS value.
|
int |
smf121sdsOffjrs()
SMF121SDS_OFFJRS value.
|
int |
smf121sdsOffts()
SMF121SDS_OFFTS value.
|
int |
smf121sdsTriplets()
SMF121SDS_TRIPLETS value.
|
int |
smf121seg()
SMF121SEG value.
|
String |
smf121sid()
SMF121SID value.
|
String |
smf121ssi()
SMF121SSI value.
|
int |
smf121sty()
SMF121STY value.
|
LocalTime |
smf121tme()
SMF121TME as a LocalTime.
|
long |
smf121tmeRawValue()
SMF121TME raw value
|
List<ThreadSection> |
threadSections()
Get a List containing Thread sections from the record
|
equals, extendedHeader, extendedHeader, hashCode, hasSubtypes, hasSubtypes, recordLength, recordLength, recordType, recordType, sanityCheck, smfDate, smfDate, smfDateTime, smfDateTime, smfhdr1Flag, smfhdr1Iefu86, smfhdr1Len, smfhdr1Len, smfhdr1Stcke, smfhdr1StckeRawValue, smfhdr1Tzo, smfhdr1TzoRawValue, smfhdr1Version, smfhdr1Version, smfTime, smfTime, subSystem, subSystem, subType, subType, system, system, toString
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet
public static final int SMF121RTY_121
public static final int SMF121STY_1
public Smf121Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf121Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf121Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf121Record from(byte[] data)
data
- a byte array containing the SMF record datapublic List<JavaRuntimeSection> javaRuntimeSections()
public List<GarbageCollectorSection> garbageCollectorSections()
public List<ThreadSection> threadSections()
public int smf121len()
public int smf121seg()
public int smf121flg()
public int smf121rty()
public LocalTime smf121tme()
LocalTime
public long smf121tmeRawValue()
public LocalDate smf121dte()
LocalDate
public int smf121dteRawValue()
public String smf121sid()
public String smf121ssi()
public int smf121sty()
public int smf121sdsTriplets()
public int smf121sdsOffjrs()
public int smf121sdsLenjrs()
public int smf121sdsNumjrs()
public int smf121sdsOffgcs()
public int smf121sdsLengcs()
public int smf121sdsNumgcs()
public int smf121sdsOffts()
public int smf121sdsLents()
public int smf121sdsNumts()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.