com.ibm.team.build.engine:name="<app-context>",type=repositoryBuildEngineMetrics,engineCategory=<engine-template-id>
Attribute | Description | Type |
---|---|---|
reposiveBusy | The number of responsive build engines that are busy. These build engines are processing a build | Long |
nodeId | This is the application node id in case the CLM application is clustered | String |
contextRoot | This is the application root context for the CLM application | String |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set | Integer |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
domain | This is the namespace for the application under which the MBean data is published | String |
unresponsiveBusy | The number of unresponsive build engines that are processing some build requests. These build engines have not contacted the server within the threshold (minutes) and they are processing some build requests | Long |
engineType | The category (type) of engines for which this MBean is for. See the section "Engine Template Ids" for possible values for engineType | String |
total | The total number of build engines | Long |
active | The number of build engines that are active. Active build engines does not imply that they are running | Long |
inactive | The number of build engines that are inactive | Long |
unresponsive | The number of unresponsive build engines. These build engines have not contacted the server within the threshold (minutes) configured in each of the build engine. Some build engines could be processing a build request | Long |
responsive | The number of responsive build engines. The build engines have contacted the server within the threshold (minutes) configured in each of the build engine | Long |
responsiveIdle | The number of responsive build engines that are idle. These build engines are not processing any builds | Long |