|
Measures reported by DeploymentStatusTest
With Wildfly, you can deploy file types such as EJB-JAR, WAR, EAR, or any kind of standard archive (such as RAR). If the deployment of these files fail or stop then, it can lead to unavailable ,sluggish or stopped applications, decreased throughput and degraded performance. Deployment failures when left unnoticed for a prolonged period may affect the performance of the applications which may directly impact user experience. To ensure that the performance of the applications are on par, it is essential for the administrators to periodically monitor the deployment of the file types in the target WildFly JBoss server. The JBoss Deployments test helps administrators in this regard!
For each WAR/JAR file deployed on the target WildFly JBoss server, this test reports the current deployment status. In addition, this test also reports whether/not each WAR/JAR file is enabled and the deployment is managed or not. This way, the test helps administrators to be forewarned on any unpredicted issues before it hits the application performance.
Outputs of the test : One set of results for each WAR/JAR file on the target WildFly JBoss that is to be monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Managed |
Indicates whether/not the deployment of this WAR/JAR file is managed. |
|
The values reported by this measure and their numeric equivalents are available in the table below:
| Measure Value |
Numeric Value |
| No |
0 |
| Yes |
1 |
Note:
This measure reports the Measure Values listed in the table above to indicate whether/not the deployment is managed.However, in the graph, this measure is indicated using the Numeric Values listed in the table above. |
| Enabled |
Indicates whether/not this WAR/JAR file is enabled. |
|
The values reported by this measure and their numeric equivalents are available in the table below:
| Measure Value |
Numeric Value |
| No |
0 |
| Yes |
1 |
Note:
This measure reports the Measure Values listed in the table above to indicate whether/not the WAR/JAR file is enabled.However, in the graph, this measure is indicated using the Numeric Values listed in the table above. Use the detailed diagnosis of this measure to identify the enabled timestamp, disabled time stamp, and disabled duration(mins). |
| Status |
Indicates the current deployment status of this WAR/JAR file. |
|
The values reported by this measure and their numeric equivalents are available in the table below:
| Measure Value |
Numeric Value |
| Running |
10 |
| Stopped |
20 |
| Failed |
30 |
| Unknown |
5 |
Note:
This measure reports the Measure Values listed in the table above to indicate the current status of the WAR/JAR file.However, in the graph, this measure is indicated using the Numeric Values listed in the table above. Use the detailed diagnosis of this measure to identify the enabled timestamp, disabled time stamp, and disabled duration(mins). |
|