|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.Tcp
public class Tcp
Tcp sigar class.
Constructor Summary | |
---|---|
Tcp()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tcp()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |