org.rhq.core.system
Class NetworkStats
java.lang.Object
org.rhq.core.system.NetworkStats
public class NetworkStats
- extends Object
Constructor Summary |
NetworkStats(org.hyperic.sigar.NetStat interfaceStat)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tcpStates
protected int[] tcpStates
tcpInboundTotal
protected int tcpInboundTotal
tcpOutboundTotal
protected int tcpOutboundTotal
allInboundTotal
protected int allInboundTotal
allOutboundTotal
protected int allOutboundTotal
NetworkStats
public NetworkStats(org.hyperic.sigar.NetStat interfaceStat)
refresh
public void refresh(org.hyperic.sigar.NetStat interfaceStat)
getByName
public int getByName(String propertyName)
getTcpInboundTotal
public int getTcpInboundTotal()
getTcpOutboundTotal
public int getTcpOutboundTotal()
getAllInboundTotal
public int getAllInboundTotal()
getAllOutboundTotal
public int getAllOutboundTotal()
getTcpStates
public int[] getTcpStates()
getTcpEstablished
public int getTcpEstablished()
getTcpSynSent
public int getTcpSynSent()
getTcpSynRecv
public int getTcpSynRecv()
getTcpFinWait1
public int getTcpFinWait1()
getTcpFinWait2
public int getTcpFinWait2()
getTcpTimeWait
public int getTcpTimeWait()
getTcpClose
public int getTcpClose()
getTcpCloseWait
public int getTcpCloseWait()
getTcpLastAck
public int getTcpLastAck()
getTcpListen
public int getTcpListen()
getTcpClosing
public int getTcpClosing()
getTcpIdle
public int getTcpIdle()
getTcpBound
public int getTcpBound()
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.