< Home

SOCKET/6/LSTNASYNQUEINFO

Message

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])

Description

The detailed information about the asynchronous message queue in the listening status was described in the log.

Parameters

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

Possible Causes

The TCP listening socket was closed for a certain cause, and then the information about the asynchronous message queue at the closed TCP listening socket was recorded.

Procedure

  1. This log message indicates a normal situation, and no action is required.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >