|
Measures reported by RedisReplicaTest
Run this test at frequent intervals to check if the TCP port of the target Redis server is available and is listening for requests. You can also use this test to check whether/not the target Redis server responds to ping requests over the network. Sudden breaks in server connectivity can be detected in the process.
Outputs of the test : One set of results for the monitored Redis server
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| server_status |
Indicates whether/not network connection to the target server is available. |
|
The values that this measure reports and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Failure |
0 |
| Success |
1 |
Note:
This measure reports the Measure Values listed in the table above to indicate the status of the network connection to the server. The graph of this measure however, indicates the same using the numeric equivalents only.
|
| ping_status |
Indicates the status of the ping command issued by this test to check the server availability. |
|
If the server responds to the ping request, with a pong response, then this response will report the value Success. If not, then the value of this measure will be Failure.
The values that this measure reports and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Failure |
0 |
| Success |
1 |
Note:
This measure reports the Measure Values listed in the table above to indicate the status of the ping The graph of this measure however, indicates the same using the numeric equivalents only. |
|