Class Perfstat.perfstat_disk_t

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.unix.aix.Perfstat.perfstat_disk_t
Enclosing interface:
Perfstat

@FieldOrder({"name","description","vgname","size","free","bsize","xrate","xfers","wblks","rblks","qdepth","time","adapter","paths_count","q_full","rserv","rtimeout","rfailed","min_rserv","max_rserv","wserv","wtimeout","wfailed","min_wserv","max_wserv","wq_depth","wq_sampled","wq_time","wq_min_time","wq_max_time","q_sampled","wpar_id","pad","version","dk_type"})
public static class Perfstat.perfstat_disk_t
extends com.sun.jna.Structure
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.sun.jna.Structure

    com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
  • Field Summary

    Fields 
    Modifier and Type Field Description
    byte[] adapter  
    long bsize  
    byte[] description  
    int dk_type  
    long free  
    long max_rserv  
    long max_wserv  
    long min_rserv  
    long min_wserv  
    byte[] name  
    short[] pad  
    int paths_count  
    long q_full  
    long q_sampled  
    long qdepth  
    long rblks  
    long rfailed  
    long rserv  
    long rtimeout  
    long size  
    long time  
    long version  
    byte[] vgname  
    long wblks  
    long wfailed  
    short wpar_id  
    long wq_depth  
    long wq_max_time  
    long wq_min_time  
    long wq_sampled  
    long wq_time  
    long wserv  
    long wtimeout  
    long xfers  
    long xrate  

    Fields inherited from class com.sun.jna.Structure

    ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
  • Constructor Summary

    Constructors 
    Constructor Description
    perfstat_disk_t()  
  • Method Summary

    Methods inherited from class com.sun.jna.Structure

    allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait