org.libvirt.jna

Class virDomainInterfaceStats

public class virDomainInterfaceStats extends Structure

JNA mapping for the virDomainInterfaceStats structure
Field Summary
longrx_bytes
longrx_drop
longrx_errs
longrx_packets
longtx_bytes
longtx_drop
longtx_errs
longtx_packets

Field Detail

rx_bytes

public long rx_bytes

rx_drop

public long rx_drop

rx_errs

public long rx_errs

rx_packets

public long rx_packets

tx_bytes

public long tx_bytes

tx_drop

public long tx_drop

tx_errs

public long tx_errs

tx_packets

public long tx_packets