public final class SystemIo extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4205H_LEN
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static SystemIo |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
s42vsyl1()
S42VSYL1 value.
|
int |
s42vsyl2()
S42VSYL2 value.
|
int |
s42vsyn1()
S42VSYN1 value.
|
int |
s42vsyn2()
S42VSYN2 value.
|
int |
s42vsyo1()
S42VSYO1 value.
|
int |
s42vsyo2()
S42VSYO2 value.
|
List<SystemIoHighResponseTime> |
systemIoHighResponseTime()
Get a List containing System I/O High Response Time sections from the record
|
List<SystemIoStatistics> |
systemIoStatistics()
Get a List containing System I/O Statistics sections from the record
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4205H_LEN
public int s42vsyo1()
public int s42vsyl1()
public int s42vsyn1()
public int s42vsyo2()
public int s42vsyl2()
public int s42vsyn2()
public List<SystemIoStatistics> systemIoStatistics()
public List<SystemIoHighResponseTime> systemIoHighResponseTime()
public static SystemIo 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.