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
SigarExceptionpublic long getActiveOpens()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getPassiveOpens()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getAttemptFails()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getEstabResets()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getCurrEstab()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getInSegs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getOutSegs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getRetransSegs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getInErrs()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic long getOutRsts()
Supported Platforms: Undocumented.
System equivalent commands:
cat /proc/net/snmpnetstat -s -P tcppublic java.util.Map toMap()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2004-2011 Hyperic. All Rights Reserved.