public class DispatcherGlobalStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
DSGIDE
Constant: 0x3E = 62
|
static int |
DSGMAXNUMMODES
Constant: 0x12 = 18
|
static int |
DSGMAXNUMPOOLS
Constant: 0x04 = 4
|
static int |
DSGMCLEN
Constant: 0xA0 = 160
|
static int |
DSGVERS
Constant: 0x01 = 1
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier | Constructor and Description |
---|---|
protected |
DispatcherGlobalStatistics(byte[] Data,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
static DispatcherGlobalStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
dsgasize()
DSGASIZE value.
|
int |
dsgcnt()
DSGCNT value.
|
int |
dsgdvers()
DSGDVERS value.
|
Duration |
dsgejst()
DSGEJST as a Duration.
|
long |
dsgejstRawValue()
DSGEJST raw value.
|
double |
dsgejstSeconds()
DSGEJST in seconds.
|
int |
dsgglen()
DSGGLEN value.
|
ZonedDateTime |
dsggxscn()
DSGGXSCN STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
dsggxscnRawValue()
DSGGXSCN STCK value.
|
ZonedDateTime |
dsggxsnd()
DSGGXSND STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
dsggxsndRawValue()
DSGGXSND STCK value.
|
Duration |
dsgicvrt()
DSGICVRT as a Duration.
|
long |
dsgicvrtRawValue()
DSGICVRT raw value.
|
double |
dsgicvrtSeconds()
DSGICVRT in seconds.
|
Duration |
dsgicvsd()
DSGICVSD as a Duration.
|
long |
dsgicvsdRawValue()
DSGICVSD raw value.
|
double |
dsgicvsdSeconds()
DSGICVSD in seconds.
|
Duration |
dsgicvt()
DSGICVT as a Duration.
|
long |
dsgicvtRawValue()
DSGICVT raw value.
|
double |
dsgicvtSeconds()
DSGICVT in seconds.
|
int |
dsgid()
DSGID value.
|
int |
dsglen()
DSGLEN value.
|
LocalDateTime |
dsglstrt()
DSGLSTRT STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
dsglstrtRawValue()
DSGLSTRT STCK value.
|
LocalDateTime |
dsglxscn()
DSGLXSCN STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
dsglxscnRawValue()
DSGLXSCN STCK value.
|
LocalDateTime |
dsglxsnd()
DSGLXSND STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
dsglxsndRawValue()
DSGLXSND STCK value.
|
int |
dsgmbtch()
DSGMBTCH value.
|
int |
dsgpnt()
DSGPNT value.
|
int |
dsgpriag()
DSGPRIAG value.
|
int |
dsgpsize()
DSGPSIZE value.
|
Duration |
dsgsrbt()
DSGSRBT as a Duration.
|
long |
dsgsrbtRawValue()
DSGSRBT raw value.
|
double |
dsgsrbtSeconds()
DSGSRBT in seconds.
|
ZonedDateTime |
dsgstart()
DSGSTART STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
dsgstartRawValue()
DSGSTART STCK value.
|
int |
dsgstsks()
DSGSTSKS value.
|
long |
dsgxscnn()
DSGXSCNN value.
|
long |
dsgxscns()
DSGXSCNS value.
|
long |
dsgxtcbd()
DSGXTCBD value.
|
List<DispatcherTcbModeStatistics> |
tcbModeStatistics()
Get a List containing Dispatcher TCB Mode Statistics Sections from the section
|
List<DispatcherTcbPoolStatistics> |
tcbPoolStatistics()
Get a List containing Dispatcher TCB Pool Statistics Sections from the section
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int DSGIDE
public static final int DSGVERS
public static final int DSGMCLEN
public static final int DSGMAXNUMMODES
public static final int DSGMAXNUMPOOLS
protected DispatcherGlobalStatistics(byte[] Data, int offset, int length)
public List<DispatcherTcbModeStatistics> tcbModeStatistics()
public List<DispatcherTcbPoolStatistics> tcbPoolStatistics()
public int dsglen()
public int dsgid()
public int dsgdvers()
public int dsgglen()
public int dsgasize()
public int dsgpsize()
public Duration dsgicvt()
Duration
public double dsgicvtSeconds()
public long dsgicvtRawValue()
public Duration dsgicvrt()
Duration
public double dsgicvrtSeconds()
public long dsgicvrtRawValue()
public Duration dsgicvsd()
Duration
public double dsgicvsdSeconds()
public long dsgicvsdRawValue()
public int dsgpriag()
public int dsgstsks()
public int dsgmbtch()
public int dsgcnt()
public int dsgpnt()
public ZonedDateTime dsgstart()
Use dsgstartRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger dsgstartRawValue()
public LocalDateTime dsglstrt()
Use dsglstrtRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger dsglstrtRawValue()
public Duration dsgejst()
Duration
public double dsgejstSeconds()
public long dsgejstRawValue()
public Duration dsgsrbt()
Duration
public double dsgsrbtSeconds()
public long dsgsrbtRawValue()
public long dsgxscns()
public long dsgxscnn()
public long dsgxtcbd()
public ZonedDateTime dsggxscn()
Use dsggxscnRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger dsggxscnRawValue()
public LocalDateTime dsglxscn()
Use dsglxscnRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger dsglxscnRawValue()
public ZonedDateTime dsggxsnd()
Use dsggxsndRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger dsggxsndRawValue()
public LocalDateTime dsglxsnd()
Use dsglxsndRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger dsglxsndRawValue()
public static DispatcherGlobalStatistics 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.