|
Measures reported by MySQLRpStsTest Replication enables data from one MySQL database server (the source) to be copied to one or more MySQL database servers (the replicas). Replication is asynchronous by default; replicas do not need to be connected permanently to receive updates from the source. Depending on the configuration, you can replicate all databases, selected databases, or even selected tables within a database. In a high availability environment, the replica servers should always be in sync with the master database instance. For this, the replication should always be enabled on the master and the replica servers should be connected to the master at all times. If the replication fails even for a brief period or if the replica servers are not connected to the master, the replica servers will not have the updated data. To avoid this, it is essential to monitor the replication status of the master MySQL database instance. The MySQLRpStsTest test helps administrators in this regard! This test reports whether/not the replication process is enabled on the target database instance and also helps administrators figure out if the target database instance is the master or not. Additionally, this test reports the count of slaves/replica servers connected to the target database instance and the current uptime of the database instance. Outputs of the test : One set of results for the target database server instance being monitored. The measures made by this test are as follows:
|