java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.SmfRecord
com.blackhillsoftware.smf.smf121.Smf121Record
Mapping for SMF type 121 record.
Typically you would obtain Smf0Records by reading SmfRecords and using
Smf121Record.
from(SmfRecord)
to create the specialized record after determining the record type.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x79 = 121static final int
Constant: 0x01 = 1 -
Constructor Summary
ConstructorDescriptionSmf121Record
(byte[] data) Constructs an Smf121Record from the specified byte array.Smf121Record
(SmfRecord record) Constructs a new Smf121Record from an existing SMF record. -
Method Summary
Modifier and TypeMethodDescriptionstatic Smf121Record
from
(byte[] data) Constructs an Smf121Record from the specified byte array.static Smf121Record
Constructs a new Smf121Record from an existing SMF record.Get a List containing Garbage Collector sections from the recordGet a List containing Java Runtime sections from the recordSMF121DTE as a LocalDate.int
SMF121DTE raw value.int
SMF121FLG value.int
SMF121LEN value.int
SMF121RTY value.int
SMF121SDS_LENGCS value.int
SMF121SDS_LENJRS value.int
SMF121SDS_LENTS value.int
SMF121SDS_NUMGCS value.int
SMF121SDS_NUMJRS value.int
SMF121SDS_NUMTS value.int
SMF121SDS_OFFGCS value.int
SMF121SDS_OFFJRS value.int
SMF121SDS_OFFTS value.int
SMF121SDS_TRIPLETS value.int
SMF121SEG value.SMF121SID value.SMF121SSI value.int
SMF121STY value.SMF121TME as a LocalTime.long
SMF121TME raw valueGet a List containing Thread sections from the recordMethods inherited from class com.blackhillsoftware.smf.SmfRecord
createSection, extendedHeader, extendedHeader, getTriplet, 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
-
Field Details
-
SMF121RTY_121
public static final int SMF121RTY_121Constant: 0x79 = 121- See Also:
-
SMF121STY_1
public static final int SMF121STY_1Constant: 0x01 = 1- See Also:
-
-
Constructor Details
-
Smf121Record
public Smf121Record(byte[] data) Constructs an Smf121Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
Smf121Record
Constructs a new Smf121Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
-
Method Details
-
from
Constructs a new Smf121Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
from
Constructs an Smf121Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
javaRuntimeSections
Get a List containing Java Runtime sections from the record- Returns:
- a list of JavaRuntimeSection (possibly empty)
-
garbageCollectorSections
Get a List containing Garbage Collector sections from the record- Returns:
- a list of GarbageCollectorSection (possibly empty)
-
threadSections
Get a List containing Thread sections from the record- Returns:
- a list of ThreadSection (possibly empty)
-
smf121len
public int smf121len()SMF121LEN value.- Returns:
- int SMF121LEN value
-
smf121seg
public int smf121seg()SMF121SEG value.- Returns:
- int SMF121SEG value
-
smf121flg
public int smf121flg()SMF121FLG value.- Returns:
- int SMF121FLG value
-
smf121rty
public int smf121rty()SMF121RTY value.- Returns:
- int SMF121RTY value
-
smf121tme
SMF121TME as a LocalTime.- Returns:
- LocalTime SMF121TME Time
- See Also:
-
smf121tmeRawValue
public long smf121tmeRawValue()SMF121TME raw value- Returns:
- long SMF121TME value
-
smf121dte
SMF121DTE as a LocalDate.- Returns:
- LocalDate SMF121DTE Date
- See Also:
-
smf121dteRawValue
public int smf121dteRawValue()SMF121DTE raw value.- Returns:
- int SMF121DTE value
-
smf121sid
SMF121SID value.- Returns:
- String SMF121SID value
-
smf121ssi
SMF121SSI value.- Returns:
- String SMF121SSI value
-
smf121sty
public int smf121sty()SMF121STY value.- Returns:
- int SMF121STY value
-
smf121sdsTriplets
public int smf121sdsTriplets()SMF121SDS_TRIPLETS value.- Returns:
- int SMF121SDS_TRIPLETS value
-
smf121sdsOffjrs
public int smf121sdsOffjrs()SMF121SDS_OFFJRS value.- Returns:
- int SMF121SDS_OFFJRS value
-
smf121sdsLenjrs
public int smf121sdsLenjrs()SMF121SDS_LENJRS value.- Returns:
- int SMF121SDS_LENJRS value
-
smf121sdsNumjrs
public int smf121sdsNumjrs()SMF121SDS_NUMJRS value.- Returns:
- int SMF121SDS_NUMJRS value
-
smf121sdsOffgcs
public int smf121sdsOffgcs()SMF121SDS_OFFGCS value.- Returns:
- int SMF121SDS_OFFGCS value
-
smf121sdsLengcs
public int smf121sdsLengcs()SMF121SDS_LENGCS value.- Returns:
- int SMF121SDS_LENGCS value
-
smf121sdsNumgcs
public int smf121sdsNumgcs()SMF121SDS_NUMGCS value.- Returns:
- int SMF121SDS_NUMGCS value
-
smf121sdsOffts
public int smf121sdsOffts()SMF121SDS_OFFTS value.- Returns:
- int SMF121SDS_OFFTS value
-
smf121sdsLents
public int smf121sdsLents()SMF121SDS_LENTS value.- Returns:
- int SMF121SDS_LENTS value
-
smf121sdsNumts
public int smf121sdsNumts()SMF121SDS_NUMTS value.- Returns:
- int SMF121SDS_NUMTS value
-