Measures reported by JEUSServerStTest
This test auto-discovers all the instances of the JEUS server and reports the current running status of each server instance. In the process, this test also helps administrators to instantly identify the server instance that needs to be restarted. Using this test, administrators can find out the server instances that are currently down, and can restart the server instances (if needed) before anything untoward happens.
Outputs of the test : One set of results for each server instance on the target JEUS server that is being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| isRunning |
Indicates whether/not this server instance is currently running. |
|
The values reported by this measure and its numeric equivalents are mentioned in the table below:
| Measure Value |
Numeric Value |
| Yes |
0 |
| No |
1 |
Note:
By default, this measure reports the current status of each server instance. The graph of this measure however, is represented using the numeric equivalents only - 0 or 1.
The detailed diagnosis of this measure reveals the PID and name of the server instance, the name of the cluster (if the server instance is a member of a cluster), the time stamp at which the server was started, the port at which the server instance is listening, and the engines that are currently running on the server instance. |
| needToRestart |
Indicates whether/not this server instance needs to be restarted. |
|
The values reported by this measure and its numeric equivalents are mentioned in the table below:
| Measure Value |
Numeric Value |
| Yes |
1 |
| No |
0 |
Note:
By default, this measure reports whether the server instance needs to be restarted or not. The graph of this measure however, is represented using the numeric equivalents only - 0 or 1. |
|