|
Measures reported by ScpAppJavaStTest
This test monitors the Java applications running on the target environment and for each Java application, this test reports the current status. Using this test, administrators can easily isolate the applications that are currently stopped and initiate remedial steps to start the applications before end users start complaining.
Outputs of the test :One set of results for each Java Application in the target SAP BTP Neo Environment.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| state |
Indicates the current state of Java applications running on the target environment. |
|
The values reported by this measure and its numeric equivalents are mentioned in the table below:
| Measure Value |
Numeric Value |
| OK |
0 |
| Stable |
1 |
| Warning |
2 |
| Unstable |
3 |
| Critical |
4 |
Note:
By default, this measure reports the Measure Values listed in the table above to indicate whether/not the status of java applications is stable.
The detailed diagnosis of this measure provides the stopped java application process details like the account name, create date, updated date, application url, runtime name, argument and version. |
| totProcess |
Indicates the total number of Java application processes running on the target environment. |
Number |
|
| pend |
Indicates the number of Java application processes that are pending. |
Number |
A low value is typically desired for this measure. |
| starting |
Indicates the number of Java application processes that are in starting stage. |
Number |
|
| started |
Indicates the number of Java application processes that started. |
Number |
|
| stopping |
Indicates the number of Java application processes that are in stopping stage. |
Number |
A low value is typically desired for this measure. |
| stopped |
Indicates the number of Java application processes that stopped. |
Number |
A low value is typically desired for this measure.
The detailed diagnosis of this measure if enabled, detailed diagnosis provides details about the stopped process like the process Id, display name, id, state, version, expiry date and availability zone. |
|