|
Measures reported by RedisClsNdeStTest
This test continously monitors each nodes in the cluster and reports whether/not the TCP port of the target node is available and is listening for requests. You can also use this test to check whether/not the target node responds to ping requests over the network. In this process, administrators are able to promptly detect any sudden breaks in server connectivity and proactively resolve the issue before it leads to any catastrophic outcome.
Outputs of the test : One set of results for each master/slave node grouped under each prefix/group name in the target Redis cluster being monitored.
First-Level Descriptor: Group prefix
Second-Level Descriptor: node name
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| server_status |
Indicates whether/not network connection to this node 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 node. However, in the graph, this measure is indicated using the Numeric Values listed in the table above. |
| ping_status |
Indicates the status of the ping command issued by this test to check the availability of this node. |
|
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 to the node. However, in the graph, this measure is indicated using the Numeric Values listed in the table above. |
|