public static class NetworkStats.Tcp extends Objectimplements Serializable , Streamable
| Constructor and Description |
|---|
Tcp()
|
| Modifier and Type | Method and Description |
|---|---|
long |
activeOpens()
|
long |
attemptFails()
|
long |
currEstab()
|
long |
estabResets()
|
long |
getActiveOpens()
|
long |
getAttemptFails()
|
long |
getCurrEstab()
|
long |
getEstabResets()
|
long |
getInErrs()
|
long |
getInSegs()
|
long |
getOutRsts()
|
long |
getOutSegs()
|
long |
getPassiveOpens()
|
long |
getRetransSegs()
|
long |
inErrs()
|
long |
inSegs()
|
long |
outRsts()
|
long |
outSegs()
|
long |
passiveOpens()
|
void |
readFrom(StreamInput
|
static NetworkStats |
readNetworkTcp(StreamInput
|
long |
retransSegs()
|
void |
writeTo(StreamOutput
|
public static NetworkStats.Tcp readNetworkTcp(StreamInput in) throws IOException
IOException
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
IOException
public long activeOpens()
public long getActiveOpens()
public long passiveOpens()
public long getPassiveOpens()
public long attemptFails()
public long getAttemptFails()
public long estabResets()
public long getEstabResets()
public long currEstab()
public long getCurrEstab()
public long inSegs()
public long getInSegs()
public long outSegs()
public long getOutSegs()
public long retransSegs()
public long getRetransSegs()
public long inErrs()
public long getInErrs()
public long outRsts()
public long getOutRsts()