public class NetworkAdapterStats extends Object
| Constructor and Description |
|---|
NetworkAdapterStats(org.hyperic.sigar.NetInterfaceStat nis) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRxBytes() |
long |
getRxDropped() |
long |
getRxErrors() |
long |
getRxFrame() |
long |
getRxOverruns() |
long |
getRxPackets() |
long |
getTxBytes() |
long |
getTxCarrier() |
long |
getTxCollisions() |
long |
getTxDropped() |
long |
getTxErrors() |
long |
getTxOverruns() |
long |
getTxPackets() |
public NetworkAdapterStats(org.hyperic.sigar.NetInterfaceStat nis)
public long getRxBytes()
public long getRxPackets()
public long getRxErrors()
public long getRxDropped()
public long getRxOverruns()
public long getRxFrame()
public long getTxBytes()
public long getTxPackets()
public long getTxErrors()
public long getTxDropped()
public long getTxOverruns()
public long getTxCollisions()
public long getTxCarrier()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.