|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.TCP.Instrumentation
Instrumentation class is used to monitor the internal state of one TCP session at one end of the connection and to write data to a dumpfile.
| Field Summary | |
static int |
EVT_CLOSE
|
static int |
EVT_FASTTICK
|
static int |
EVT_OPEN
event type |
static int |
EVT_PKRCV
|
static int |
EVT_PKSND
|
static int |
EVT_SLOWTICK
|
static int |
EVT_SOCKREAD
|
static int |
EVT_SOCKWRITE
|
static int |
EVT_STATE
|
| Constructor Summary | |
Instrumentation(tcpSessionMaster tcpms,
tcpSession tcp)
|
|
| Method Summary | |
void |
printInitialValue()
list the values of all parameters used by one session at initaliztion |
void |
printRcvWndParam(long time)
Print current receive window parameters of TCP session |
void |
printSendWndParam(long time)
Print current send window parameters of TCP session |
java.lang.String |
showSubState()
|
void |
showTcpState()
Show the current transition state of the TCP session |
void |
takeSnapshot(float time,
int evtType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int EVT_OPEN
public static final int EVT_CLOSE
public static final int EVT_PKSND
public static final int EVT_PKRCV
public static final int EVT_SLOWTICK
public static final int EVT_FASTTICK
public static final int EVT_SOCKWRITE
public static final int EVT_SOCKREAD
public static final int EVT_STATE
| Constructor Detail |
public Instrumentation(tcpSessionMaster tcpms,
tcpSession tcp)
tcp - tcpSession object represent one TCP session| Method Detail |
public void showTcpState()
public void printInitialValue()
public void printSendWndParam(long time)
public void printRcvWndParam(long time)
public java.lang.String showSubState()
public void takeSnapshot(float time,
int evtType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||