public final class Smf100Record extends SmfDb2Record
Typically you would obtain Smf100Records by reading SmfRecords and using
Smf100Record.
from(SmfRecord)
to create the specialized record after determining the record type.
For general DB2 SMF record usage information see SmfDb2Record
Modifier and Type | Field and Description |
---|---|
static int |
SM100CMP
Constant: 0x80 = 128
|
static int |
SM100END
Constant: 0x1C = 28
|
SMFDB2CMP, SMFDB2END
Constructor and Description |
---|
Smf100Record(byte[] data)
Constructs an Smf100Record from the specified byte array.
|
Smf100Record(SmfRecord record)
Constructs a new Smf100Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf100Record |
from(byte[] data)
Constructs an Smf100Record from the specified byte array.
|
static Smf100Record |
from(SmfRecord record)
Constructs a new Smf100Record from an existing SMF record.
|
List<Q3st> |
q3st()
Get a List containing Subsystem SUpport Statistics sections (Q3ST) for this record
|
List<Q8st> |
q8st()
Get a List containing Accel Services System Statistics sections (Q8ST) for this record
|
List<Q9st> |
q9st()
Get a List containing Command Statistics sections (Q9ST) for this record
|
List<Qbgb> |
qbgb()
Get a List containing Buffer Manager Group Buffer Pool Attribute sections (QBGB) for this record
|
List<Qbgl> |
qbgl()
Get a List containing Buffer Manager Data Sharing Statistics sections (QBGL) for this record
|
List<Qbsp> |
qbsp()
Get a List containing Simulated Buffer Pool Statistics sections (QBSP) for this record
|
List<Qbst> |
qbst()
Get a List containing Buffer Manager Statistics sections (QBST) for this record
|
List<Qdbp> |
qdbp()
Get a List containing Buffer manager Dynamic Pool Attributes sections (QDBP) for this record
|
List<Qdst> |
qdst()
Get a List containing DDF System Statistics sections (QDST) for this record
|
List<Qise> |
qise()
Get a List containing EDM Pool Statistics sections (QISE) for this record
|
List<Qisj> |
qisj()
Get a List containing Starjoin Pool Statistics sections (QISJ) for this record
|
List<Qist> |
qist()
Get a List containing Data Manager Statistics sections (QIST) for this record
|
List<Qjst> |
qjst()
Get a List containing Log Manager Statistics sections (QJST) for this record
|
List<Qles> |
qles()
Get a List containing LE Statistics sections (QLES) for this record
|
List<Qlst> |
qlst()
Get a List containing DDF Statistics sections (QLST) for this record
|
List<Qsst> |
qsst()
Get a List containing Storage Manager Statistics sections (QSST) for this record
|
List<Qtgs> |
qtgs()
Get a List containing Service Controller Data Sharing Statistics sections (QTGS) for this record
|
List<Qtst> |
qtst()
Get a List containing Service Controller Statistics sections (QTST) for this record
|
List<Qtxa> |
qtxa()
Get a List containing Locking Statistics sections (QTXA) for this record
|
List<Qvas> |
qvas()
Get a List containing Agent Services Statistics sections (QVAS) for this record
|
List<Qvls> |
qvls()
Get a List containing Latch Statistics sections (QVLS) for this record
|
List<Qw0225> |
qw0225()
Get a List containing Address Space Summary sections (QW0225) for this record
|
List<Qw02252> |
qw02252()
Get a List containing Thread Information sections (QW02252) for this record
|
List<Qw02253> |
qw02253()
Get a List containing Shared and Common Storage Summary sections (QW02253) for this record
|
List<Qw02254> |
qw02254()
Get a List containing Statement Cache and xPROC Detail sections (QW02254) for this record
|
List<Qw02255> |
qw02255()
Get a List containing Pool Detail sections (QW02255) for this record
|
List<Qwos> |
qwos()
Get a List containing Operating System Statistics sections (Qwos) for this record
|
Qws0 |
qws0()
Get the self defining section (QWS0) for this record if IFCID = 0001
|
Qws1 |
qws1()
Get the self defining section (QWS1) for this record if IFCID = 0002
|
Qws2 |
qws2()
Get the self defining section (QWS2) for this record if IFCID = 0202
|
Qws3 |
qws3()
Get the self defining section (QWS2) for this record if IFCID = 0202
|
List<Qwsa> |
qwsa()
Get a List containing Control Address Space Statistics sections (QWSA) for this record
|
List<Qwsb> |
qwsb()
Get a List containing IFC Destination Statistics sections (Qwsb) for this record
|
List<Qwsc> |
qwsc()
Get a List containing IFCID Statistical Information (QWSC) for this record
|
List<Qwsd> |
qwsd()
Get a List containing IFC Checkpoint Information sections (QWSD) for this record
|
Qwt0 |
qwt0()
Get the trace header section (QWT0) for this record
|
List<Qxst> |
qxst()
Get a List containing SQL Statistics sections (QXST) for this record
|
long |
sm100buf()
SM100BUF value, with mask 0x7FFF.
|
boolean |
sm100cmp()
Return true if SM100CMP bit in
sm100seq() is set. |
LocalDate |
sm100dte()
SM100DTE as a LocalDate.
|
int |
sm100dteRawValue()
SM100DTE raw value.
|
int |
sm100flg()
SM100FLG value.
|
int |
sm100len()
SM100LEN value.
|
int |
sm100rty()
SM100RTY value.
|
long |
sm100seq()
SM100SEQ value.
|
int |
sm100sgd()
SM100SGD value.
|
String |
sm100sid()
SM100SID value.
|
String |
sm100ssi()
SM100SSI value.
|
int |
sm100stf()
SM100STF value.
|
LocalTime |
sm100tme()
SM100TME as a LocalTime.
|
long |
sm100tmeRawValue()
SM100TME raw value
|
db2Sections, db2Sections, getDataArray, ifcid, qwha, qwhc, qwhd, qwhs, qwht, qwhu, smfDb2buf, smfDb2cmp, smfDb2dte, smfDb2dteRawValue, smfDb2flg, smfDb2len, smfDb2rty, smfDb2seq, smfDb2sgd, smfDb2sid, smfDb2ssi, smfDb2stf, smfDb2tme, smfDb2tmeRawValue
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, getTriplet
public static final int SM100CMP
public static final int SM100END
public Smf100Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf100Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf100Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf100Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int sm100len()
public int sm100sgd()
public int sm100flg()
public int sm100rty()
public LocalTime sm100tme()
LocalTime
public long sm100tmeRawValue()
public LocalDate sm100dte()
LocalDate
public int sm100dteRawValue()
public String sm100sid()
public String sm100ssi()
public int sm100stf()
public long sm100seq()
public boolean sm100cmp()
sm100seq()
is set.SM100CMP = 0x80
public long sm100buf()
public Qws0 qws0()
public Qws1 qws1()
public Qws2 qws2()
public Qws3 qws3()
public Qwt0 qwt0()
public List<Qwsa> qwsa()
public List<Qwsb> qwsb()
public List<Qwsc> qwsc()
public List<Q3st> q3st()
public List<Q9st> q9st()
public List<Qwsd> qwsd()
public List<Qvls> qvls()
public List<Qvas> qvas()
public List<Qsst> qsst()
public List<Qlst> qlst()
public List<Qjst> qjst()
public List<Qdst> qdst()
public List<Qwos> qwos()
public List<Qxst> qxst()
public List<Qtst> qtst()
public List<Qbst> qbst()
public List<Qist> qist()
public List<Qtxa> qtxa()
public List<Qise> qise()
public List<Qbgl> qbgl()
public List<Qtgs> qtgs()
public List<Qles> qles()
public List<Qisj> qisj()
public List<Q8st> q8st()
public List<Qbsp> qbsp()
public List<Qdbp> qdbp()
public List<Qw0225> qw0225()
public List<Qw02252> qw02252()
public List<Qw02253> qw02253()
public List<Qw02254> qw02254()
public List<Qw02255> qw02255()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.