This provides the size of the repository wide build queue at regular intervals, the interval is determined by the frequency at which the background task runs. The build queue contains in progress and pending build requests. The total value of the build queue equals the sum of the count of in progress and pending builds.
You enable this bean by setting Enable Build Queue Metrics Collector to true
com.ibm.team.build.queue:name=ccm, type=repositoryBuildQueueMetrics
Attribute | Description | Type |
---|---|---|
running | The number of in progress builds | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
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. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
inQueue | The number of builds in the queue. This should be equal to the number of pending and running builds. | Long |
personalBuilds | The number of personal builds out of the total builds in the queue | Long |
pending | The number of pending builds | Long |
Status icon key: