[Contents] [Prev] [Next] [Index] [Report an Error]


<database-replication-statistics-information>

Usage

<rpc-reply>
    <database-replication-statistics-information>
        <dropped-connections-total>dropped-connections-total
                                    </dropped-connections-total>
        <max-buffer-count>max-buffer-count</max-buffer-count>
        <msg-received-bytes>msg-received-bytes</msg-received-bytes>
        <msgs-received-total>msgs-received-total</msgs-received-total>
        <msg-sent-bytes>msg-sent-bytes</msg-sent-bytes>
        <msgs-sent-total>msgs-sent-total</msgs-sent-total>
        <queue-full-total>queue-full-total</queue-full-total>
        <queue-max-size>queue-max-size</queue-max-size>
    </database-replication-statistics-information>
</rpc-reply>

Description

Statistics from the database replication.

Contents

<dropped-connections-total>—Total number times connection was restarted.

<max-buffer-count>—Maximum number of outstanding buffers.

<msg-received-bytes>—Total number bytes received.

<msg-sent-bytes>—Total number bytes sent.

<msgs-received-total>—Total number messages received.

<msgs-sent-total>—Total number messages sent.

<queue-full-total>—Total number times queue was full.

<queue-max-size>—Maximum size queue reached.


[Contents] [Prev] [Next] [Index] [Report an Error]