org.rhq.core.system
Class NetworkAdapterStats

java.lang.Object
  extended by org.rhq.core.system.NetworkAdapterStats

public class NetworkAdapterStats
extends Object


Constructor Summary
NetworkAdapterStats(org.hyperic.sigar.NetInterfaceStat nis)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdapterStats

public NetworkAdapterStats(org.hyperic.sigar.NetInterfaceStat nis)
Method Detail

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-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.