Class SystemIo
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.subtype5.SystemIo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemIocreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.ints42vsyl1()S42VSYL1 value.ints42vsyl2()S42VSYL2 value.ints42vsyn1()S42VSYN1 value.ints42vsyn2()S42VSYN2 value.ints42vsyo1()S42VSYO1 value.ints42vsyo2()S42VSYO2 value.Get a List containing System I/O High Response Time sections from the recordGet a List containing System I/O Statistics sections from the recordMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF4205H_LEN
public static final int SMF4205H_LENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
s42vsyo1
public int s42vsyo1()S42VSYO1 value.- Returns:
- int S42VSYO1 value
-
s42vsyl1
public int s42vsyl1()S42VSYL1 value.- Returns:
- int S42VSYL1 value
-
s42vsyn1
public int s42vsyn1()S42VSYN1 value.- Returns:
- int S42VSYN1 value
-
s42vsyo2
public int s42vsyo2()S42VSYO2 value.- Returns:
- int S42VSYO2 value
-
s42vsyl2
public int s42vsyl2()S42VSYL2 value.- Returns:
- int S42VSYL2 value
-
s42vsyn2
public int s42vsyn2()S42VSYN2 value.- Returns:
- int S42VSYN2 value
-
systemIoStatistics
Get a List containing System I/O Statistics sections from the record- Returns:
- a list of SystemIoStatistics (possibly empty)
-
systemIoHighResponseTime
Get a List containing System I/O High Response Time sections from the record- Returns:
- a list of SystemIoHighResponseTime (possibly empty)
-
create
public static SystemIo create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-