SOCKET/6/LSTNASYNQUEINFO:The verbose information about the current asynchronous queue in listening state was displayed. (Read=[ULONG], Write=[ULONG], Connect=[ULONG], Close=[ULONG], PeerClose=[ULONG], Accept=[ULONG], KeepAliveDown=[ULONG], Crammed at: [ULONG]:[ULONG]:[ULONG](Hour:Minute:Seconds), LostMessage=[ULONG], MessageType=[ULONG])
The detailed information about the asynchronous message queue in the listening status was described in the log.
Parameter Name | Parameter Meaning |
---|---|
Read | indicates the number of Read messages. |
Write | indicates the number of Write messages. |
Connect | indicates the number of Connect messages. |
Close | indicates the number of Close messages. |
PeerClose | indicates the number of PeerClose messages. |
Accept | indicates the number of Accept messages. |
KeepAliveDown | indicates the number of Keep Alive Down messages. |
Crammed at | indicates the time when the asynchronous message queue becomes full. The format is HH:MM:SS. |
LostMessage | indicates the number of lost messages. |
MessageType | indicates the type of lost messages. The types of lost messages are shown as follows 1. Read 2. Write 3. Connect 4. Close 5. Accept 6. PeerClose 7. KeepAliveDown |