org.hyperic.sigar
Class NetStat
java.lang.Object
   org.hyperic.sigar.NetStat
org.hyperic.sigar.NetStat
- All Implemented Interfaces: 
- java.io.Serializable
- public class NetStat 
- extends java.lang.Object- implements java.io.Serializable
- See Also:
- Serialized Form
 
 
 
| 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
NetStat
public NetStat()
stat
public void stat(Sigar sigar)
          throws SigarException
- 
 
- 
- Throws:
- SigarException
 
stat
public void stat(Sigar sigar,
                 byte[] address,
                 long port)
          throws SigarException
- 
 
- 
- Throws:
- SigarException
 
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 ? 2004-2009 Hyperic. All Rights Reserved.