|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.VirDomainInterfaceStats
public class VirDomainInterfaceStats
The VirDomain.interfaceStats method returns th network counters in this object
Field Summary | |
---|---|
long |
rx_bytes
|
long |
rx_drop
|
long |
rx_errs
|
long |
rx_packets
|
long |
tx_bytes
|
long |
tx_drop
|
long |
tx_errs
|
long |
tx_packets
|
Constructor Summary | |
---|---|
VirDomainInterfaceStats()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long rx_bytes
public long rx_packets
public long rx_errs
public long rx_drop
public long tx_bytes
public long tx_packets
public long tx_errs
public long tx_drop
Constructor Detail |
---|
public VirDomainInterfaceStats()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |