public class NetStat
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
allInboundTotal |
protected int |
allOutboundTotal |
protected int |
tcpInboundTotal |
protected int |
tcpOutboundTotal |
protected int[] |
tcpStates |
| Constructor and Description |
|---|
NetStat() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllInboundTotal() |
int |
getAllOutboundTotal() |
int |
getTcpBound() |
int |
getTcpClose() |
int |
getTcpCloseWait() |
int |
getTcpClosing() |
int |
getTcpEstablished() |
int |
getTcpFinWait1() |
int |
getTcpFinWait2() |
int |
getTcpIdle() |
int |
getTcpInboundTotal() |
int |
getTcpLastAck() |
int |
getTcpListen() |
int |
getTcpOutboundTotal() |
int[] |
getTcpStates() |
int |
getTcpSynRecv() |
int |
getTcpSynSent() |
int |
getTcpTimeWait() |
void |
stat(Sigar sigar) |
void |
stat(Sigar sigar,
byte[] address,
long port) |
protected int[] tcpStates
protected int tcpInboundTotal
protected int tcpOutboundTotal
protected int allInboundTotal
protected int allOutboundTotal
public void stat(Sigar sigar) throws SigarException
SigarExceptionpublic void stat(Sigar sigar, byte[] address, long port) throws SigarException
SigarExceptionpublic int getTcpInboundTotal()
public int getTcpOutboundTotal()
public int getAllInboundTotal()
public int getAllOutboundTotal()
public int[] getTcpStates()
public int getTcpEstablished()
public int getTcpSynSent()
public int getTcpSynRecv()
public int getTcpFinWait1()
public int getTcpFinWait2()
public int getTcpTimeWait()
public int getTcpClose()
public int getTcpCloseWait()
public int getTcpLastAck()
public int getTcpListen()
public int getTcpClosing()
public int getTcpIdle()
public int getTcpBound()
Copyright ? 2004-2011 Hyperic. All Rights Reserved.