org.rhq.core.system
Class NetworkAdapterStats
java.lang.Object
org.rhq.core.system.NetworkAdapterStats
public class NetworkAdapterStats
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkAdapterStats
public NetworkAdapterStats(org.hyperic.sigar.NetInterfaceStat nis)
getRxBytes
public long getRxBytes()
getRxPackets
public long getRxPackets()
getRxErrors
public long getRxErrors()
getRxDropped
public long getRxDropped()
getRxOverruns
public long getRxOverruns()
getRxFrame
public long getRxFrame()
getTxBytes
public long getTxBytes()
getTxPackets
public long getTxPackets()
getTxErrors
public long getTxErrors()
getTxDropped
public long getTxDropped()
getTxOverruns
public long getTxOverruns()
getTxCollisions
public long getTxCollisions()
getTxCarrier
public long getTxCarrier()
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.