The display user-manage auto-sync-config command displays configuration information of automatic online user synchronization.
# Display configuration information of automatic online user synchronization.
<sysname> display user-manage auto-sync-config task id : 108 time id : 1048666 sock fd : 0 sock send fd : 0 time que id : 223 send que id : 0 recv que_h id : 0 recv que_m id : 0 recv que_l id : 0 local-id : 0 local port : 8886 advise num : 0 pkt-seq : 0 state : 0 refresh int : 300 query freq_h : 2 query freq_l : 1 query thrd_h : 90 query thrd_l : 60 max ack node : 3000 retrans times : 2 retrans node : 50 rd send queue : 20 rd recv queue : 40
Item |
Description |
|---|---|
task id |
ID of the automatic online user synchronization task |
time id |
ID of the automatic online user synchronization timer |
sock fd |
Receiving socket handle for automatic online user synchronization |
sock send fd |
Sending socket handle for automatic online user synchronization |
time que id |
Timer queue of automatic online user synchronization |
send que id |
Sending queue of automatic online user synchronization |
recv que_h id |
Queue for receiving upstream and downstream synchronization packets |
recv que_m id |
Queue for receiving synchronization entry update packets |
recv que_l id |
Queue for receiving synchronization query packets |
local id |
Local ID for automatic online user synchronization |
local port |
Local service port for automatic online user synchronization |
advise num |
Number of notification lists for automatic online user synchronization |
pkt-seq |
Packet sequence ID for automatic online user synchronization |
refresh int: |
Interval for sending synchronization update packets |
state |
Service status of automatic online user synchronization, which can be:
|
query freq_h |
Higher frequency for sending query packets |
query freq_l |
Lower frequency for sending query packets |
query thrd_h |
Upper limit on the number of query packets sent at a lower frequency |
query thrd_l |
Lower limit on the number of query packets sent at a higher frequency |
max ack node |
Maximum number of ACK nodes that can be cached |
retrans times |
Maximum ACK retransmission count |
retrans node |
Maximum number of retransmitted ACK messages each time |
rd send queue |
Number of times the sending queue is read during the processing of an event |
rd recv queue |
Number of times the receiving queue is read during the processing of an event |