Package org.libvirt
Class DomainInterfaceStats
java.lang.Object
org.libvirt.DomainInterfaceStats
The Domain.interfaceStats method returns the network counters in this object.
- Author:
- stoty
-
Field Summary
Modifier and TypeFieldDescriptionlong
long
long
long
long
long
long
long
-
Constructor Summary
-
Method Summary
-
Field Details
-
rx_bytes
public long rx_bytes -
rx_packets
public long rx_packets -
rx_errs
public long rx_errs -
rx_drop
public long rx_drop -
tx_bytes
public long tx_bytes -
tx_packets
public long tx_packets -
tx_errs
public long tx_errs -
tx_drop
public long tx_drop
-
-
Constructor Details
-
DomainInterfaceStats
public DomainInterfaceStats() -
DomainInterfaceStats
-
-
Method Details