public class NetworkStats extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
allInboundTotal |
protected int |
allOutboundTotal |
protected long |
receiveQueue |
protected long |
sendQueue |
protected int |
tcpInboundTotal |
protected int |
tcpOutboundTotal |
protected int[] |
tcpStates |
| Constructor and Description |
|---|
NetworkStats(org.hyperic.sigar.NetConnection[] connectionList) |
NetworkStats(org.hyperic.sigar.NetStat interfaceStat) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllInboundTotal() |
int |
getAllOutboundTotal() |
int |
getByName(String propertyName) |
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 |
refresh(org.hyperic.sigar.NetConnection[] connectionList) |
void |
refresh(org.hyperic.sigar.NetStat interfaceStat) |
protected int[] tcpStates
protected int tcpInboundTotal
protected int tcpOutboundTotal
protected int allInboundTotal
protected int allOutboundTotal
protected long sendQueue
protected long receiveQueue
public NetworkStats(org.hyperic.sigar.NetStat interfaceStat)
public NetworkStats(org.hyperic.sigar.NetConnection[] connectionList)
public void refresh(org.hyperic.sigar.NetStat interfaceStat)
public void refresh(org.hyperic.sigar.NetConnection[] connectionList)
public int getByName(String propertyName)
public 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 © 2008-2014 Red Hat, Inc.. All Rights Reserved.