replication
Selecting the replication
resource will display a list of available downstream replication instances used by this instance of AMPS.
Selecting an individual replication instance will display the following statistics:
Metric | Description | Type |
| The ID used to authenticate this connection. | fixed |
| Number of bytes sent to this destination. | cumulative |
| Rate of bytes sent. | interval average |
| The client name used for this destination. | fixed |
| Specifies whether client is a replication source or destination. | fixed |
| Time connected to this destination. | snapshot |
| The admin address of the destination. | fixed |
| The group name of the destination. | fixed |
| The name of the destination. | fixed |
| Number of times replication destination has been disconnected. | cumulative |
| Timestamp of the last time the replication destination disconnected. | snapshot |
| Boolean telling whether replication destination is currently connected. | snapshot |
| Number of messages sent to this destination. | cumulative |
| Rate of messages sent to this destination. | interval average |
| Name of replication configuration. | fixed |
| Boolean stating whether messages received via replication can be forwarded on this connection. | fixed |
| One of either | snapshot |
| The current point in the transaction log that has been acknowledged by this destination. This is calculated as the difference in seconds between the time that the last message acknowledged by the destination was written to the transaction log and the time that the most recent transaction was processed. That is, if the last message that the destination has acknowledged was written to the local transaction log at AMPS rounds any value below | snapshot |
Statistics Database Tables: IREPLICATIONS_STATIC
, IREPLICATIONS_DYNAMIC
Admin Path: /amps/instance/replication/<identifier>/<metric>
The replication
resource also provides options for managing replication instances. The following management functions are available:
Element | Description |
| Change the replication type of this connection from |
| Close and reopen the connection to the remote instance. |
Last updated