public class Tcp
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Tcp() |
Modifier and Type | Method and Description |
---|---|
void |
gather(Sigar sigar) |
long |
getActiveOpens()
Get the active_opens.
|
long |
getAttemptFails()
Get the attempt_fails.
|
long |
getCurrEstab()
Get the curr_estab.
|
long |
getEstabResets()
Get the estab_resets.
|
long |
getInErrs()
Get the in_errs.
|
long |
getInSegs()
Get the in_segs.
|
long |
getOutRsts()
Get the out_rsts.
|
long |
getOutSegs()
Get the out_segs.
|
long |
getPassiveOpens()
Get the passive_opens.
|
long |
getRetransSegs()
Get the retrans_segs.
|
java.util.Map |
toMap() |
java.lang.String |
toString() |
public void gather(Sigar sigar) throws SigarException
SigarException
public long getActiveOpens()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getPassiveOpens()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getAttemptFails()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getEstabResets()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getCurrEstab()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getInSegs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getOutSegs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getRetransSegs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getInErrs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public long getOutRsts()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmp
netstat -s -P tcp
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2004-2011 Hyperic. All Rights Reserved.