Class AixNetworkIF.IfStats
java.lang.Object
oshi.hardware.common.platform.unix.aix.AixNetworkIF.IfStats
- Enclosing class:
AixNetworkIF
Per-interface stats fields the AIX HAL reads. JNA and FFM concrete subclasses both fill this.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglonglonglonglonglonglonglonglong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytesSent
public long bytesSent -
bytesRecv
public long bytesRecv -
packetsSent
public long packetsSent -
packetsRecv
public long packetsRecv -
outErrors
public long outErrors -
inErrors
public long inErrors -
collisions
public long collisions -
inDrops
public long inDrops -
speed
public long speed
-
-
Constructor Details
-
IfStats
public IfStats()
-