Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show database-replication statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show database-replication statistics

Description

Display statistics regarding the replication of the subscriber management session database.

Options

This command has no options.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show database-replication statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show database-replication statistics Output Fields

Field Name

Field Description

General

Number of dropped connections and the maximum buffer count.

Message Received

Total size of messages received and the number of received messages that have been processed.

Message Sent

Total size of messages sent and the number of sent messages that have been processed.

Message Queue

Number of messages in the queue and the maximum size of the queue.

Sample Output

show database-replication statistics

content_copy zoom_out_map
user@host> show database-replication statistics

General:
    Dropped connections        0
    Max buffer count           0
Message received:
    Size (bytes)               0
    Processed                  0
Message sent:
    Size (bytes)               0  
    Processed                  0
Message queue:
    Queue full                 0  
    Max queue size             0

Release Information

Command introduced in Junos OS Release 9.3.

footer-navigation