Monitoring Managed Beans

Active Service Counter Metrics MBean

Captures the response time for service methods

Advanced Property

Member of ServerActivityMetricsTask
You enable this bean by setting Enable Active Service Counter Metrics MBean to true

Object Name

com.ibm.team.foundation.counter:name=<<contextRoot>>,
 				type=counterMetrics,
 				group=activeServices,
 				facet=<<facet>>,
 				counterName=<<counterName>>

Default Frequency of Publishing

10 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
component This represents the component name associated with this web service. Value of UnKnown is returned if component name cannot be derivedString
countOverInterval This is the count for this collection time intervalLong
facet This represents a particular aspect of this counterString
group This is the group that the counter belongs toString
id This represents a unique id for this counterString
intervalDuration This is the collection time interval in secondsDouble
name This is the name of specific counterString
stdDev This is the standard deviation value of the range counterDouble
totalOverInterval This is the total value of the range counter for this collection time intervalDouble
transactionRate This is the transaction rate (countover interval/interval duration) in counts per secondDouble

Active Services

This is all the active services currently running in the server. Each service provides information like service name, requested user, start time and duration, and start time. This is useful to understand the standard patterns of low level service activity in a production system. Helps to understand the unique set of users currently working in the system.

Advanced Property

Member of HighFrequencyMetricsNodeScopedTask
You enable this bean by setting Enable Active Services MBean to true
To enable reporting of the stack trace associated with the active service set Enable Stack Trace to true
The property Threshold Execution Time is used to specify the threshold execution time in millisecs to be used to identify active services that exceed their execution time

Object Name

com.ibm.team.foundation.activeservices:name=<<contextRoot>>,
 				type=activeServicesMetrics,
 				serviceName=*

Default Frequency of Publishing

30 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
serviceName This is the name of this active serviceString
serviceId The id of this active serviceString
startTime This is the start time of this active service in millisecondsLong
duration This is the total time this active service has been running since it started. This is the current time when the snapshot was taken minus the start time. This is reported in millisecondsLong
serviceMethod This is name of the service methodString
userName This is name of the user who initiated this serviceString
userId This is id of the user who initiated this serviceString
threadName This is the name of the java thread executing this serviceString
threadId This is id of the java thread executing this serviceLong
stackTraceThis is stack trace associated with the active serviceString

Active Services Counter Summary Metrics

Captures the response time for service methods and reports by component and across all components

Advanced Property

Member of ServerActivityMetricsTask
You enable this bean by setting Enable Active Service Counter Metrics MBean to true

Object Name

com.ibm.team.foundation.counter:name=<<contextRoot>>,
 				type=activeServicesCounterSummaryMetrics,
 				group=activeServices,
 				facet=<<facet>>,
 				component=<<scenario>>

Default Frequency of Publishing

10 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
component This represents the component name associated with this active service summary. Value of Unknown is returned if component name cannot be derivedString
countOverInterval This is the total count across all range counters for this collection time intervalLong
facet This represents a particular aspect of this summaryString
group This is the group that the counter belongs toString
intervalDuration This is the collection time interval in secondsDouble
maxOverInterval This is the maximum average value across all range counters for this collection time intervalDouble
totalOverInterval This is the total value of the range counter for this collection time intervalDouble
transactionRate This is the transaction rate (countover interval/interval duration) in counts per secondDouble

Active Services Summary

This is a summary of the total count of active services running in the system. This provides information like total count, CPU ratio and services that have exceeded duration thresholds. This is useful to understand the active services that are long running. Helps also to understand if the system specifications are adequate to meet the user load.

Advanced Property

Member of HighFrequencyMetricsNodeScopedTask
You enable this bean by setting Enable Active Services MBean to true

Object Name

com.ibm.team.foundation.activeservices:name=<<contextRoot>>, 
  			    type=activeServicesSummaryMetrics

Default Frequency of Publishing

30 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
totalCountThis is the total number of active services currently runningLong
countExceedingThresholdDurationThis is a number of actives services whose execution duration has exceeded the thresholdLong
longestDurationThis indicates how long has the longest active service been running in millisecondsLong
cpuRatioCount of active services divided by the number of processors on the serverDouble
thresholdDurationThis is duration in milliseconds used for identifying the services who have exceeded the thresholdLong
concurrentUsersThis is total number of concurrent users at the time the bean was createdLong

Asynchronous Tasks Elapsed Time

This is useful to track the average response time for background tasks and help with tuning the frequency of these and also monitor the degradation in their response time.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Async Task Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=asynchronoustasks,
               facet=elapsed time in seconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Asynchronous Tasks Queued Count

This is useful to track the backlog of the background tasks being queued up.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Async Task Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=asynchronoustasks,
               facet=queuedcount,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Change Set Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different ChangeSetService API. This includes but not limited to operations like creating change set, deleting change set, completing change set, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ChangeSetService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Change Set Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different ChangeSetService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like creating change set, deleting change set, completing change set, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ChangeSetService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Change Set Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different ChangeSetService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like creating change set, deleting change set, completing change set, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ChangeSetService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Change Set Service Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different ChangeSetService API. This includes but not limited to operations like getChanges, getChangesCommittedToParentStream, getChangesRelativeToState, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ChangeSetService,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Client compatibility with server statistics-Compatible client logins

This facet captures the number of login attempts from different versions of the client.

Advanced Property

Member of LicenseMetricsCollectorTask
You enable this bean by setting Enable Compatible Client Logins MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Compatible client logins,
               facet=Number of logins,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Cluster Member Information

This publishes the basic node information for each node in the cluster and also the node state.

Note: This MBean is available only when the application is clustered.

Advanced Property

Member of CommonMetricsCollectorTask
You enable this bean by setting Enable Cluster Metrics MBean to true

Object Name

com.ibm.team.foundation.clustermembers:name=<<contextRoot>>,
 				type=clusterMemberDataMetrics,
 				nodeId=*

Default Frequency of Publishing

60 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
nodeURL This is the URL for the specified node id String
nodeState This is state of the node id. Values are INACTIVE=0, STALE=1 and ACTIVE=2 Integer

Composite Cache Metrics

CompositeCache is an internal cache that provides fast lookups of composite configurations based on URIs and contributed configurations.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=CompositeCache,
               facet=CacheStats,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String

Composite Management Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different CompositeManagementService API. This includes but not limited to operations like getComposite, fetchComposite, getContributions, getComposites, getSkewInfo, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=CompositeManagementService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Composite Management Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different CompositeManagementService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like getComposite, fetchComposite, getContributions, getComposites, getSkewInfo, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=CompositeManagementService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Composite Management Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different CompositeManagementService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like getComposite, fetchComposite, getContributions, getComposites, getSkewInfo, etc.

Note: This MBean is valid for and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=CompositeManagementService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Composite Management Service Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different CompositeManagementService API. This includes but not limited to operations like getComposite, getContributions, getComposites, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=CompositeManagementService,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Import Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different ConfigurationManagementImportService API. This includes but not limited to operations like importItem, importItems, mapItemState, finalizeMappedStates, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementImportService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Import Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different ConfigurationManagementImportService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like importItem, importItems, mapItemState, finalizeMappedStates, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementImportService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Import Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different ConfigurationManagementImportService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like importItem, importItems, mapItemState, finalizeMappedStates, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementImportService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different ConfigurationManagementService API. This includes but not limited to operations like createRootStream, createBaseline, updateConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different ConfigurationManagementService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like createRootStream, createBaseline, updateConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different ConfigurationManagementService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like createRootStream, createBaseline, updateConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Configuration Management Service Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different ConfigurationManagementService API. This includes but not limited to operations like getDefaultConfiguration, getTotalVersionsInRepository, getTotalVersionsInConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=ConfigurationManagementService,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Contributor Information

This publishes the number of active and archived users in the repository. This is useful to understand the active registered users.

Note: The totalCount and unarchivedCount of users are always 2 more than the actual count as it includes GUEST and ADMIN users for JTS, GC, and DOORS Next.
The totalCount and unarchivedCount of users are always 3 more than the actual count as it includes GUEST, ADMIN, and unassigned users for ETM, EWM, and ENI.

Advanced Property

Member of CommonMetricsCollectorTask
You enable this bean by setting Enable Contributor Metrics MBean to true

Object Name

com.ibm.team.foundation.contributors:name=<<contextRoot>>
 				type=contributorMetrics

Default Frequency of Publishing

60 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
unarchivedCount This is the count of the unarchived users in the repository Integer
archivedCount This is the count of the archived users in the repository Integer
totalCount This is the count of the total users in the repository Integer

Delivered Change Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different DeliveredChangeService API. This includes but not limited to operations like updateAllDeliveredChanges, updateDeliveredChangesForStream, getChangeSetsDelta, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveredChangeService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivered Change Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different DeliveredChangeService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like updateAllDeliveredChanges, updateDeliveredChangesForStream, getChangeSetsDelta, etc

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveredChangeService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivered Change Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different DeliveredChangeService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like updateAllDeliveredChanges, updateDeliveredChangesForStream, getChangeSetsDelta, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveredChangeService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivered Change Service Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different DeliveredChangeService API. This includes but not limited to operations like getChangeSetsDelta, getChangeSetsIn, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveredChangeService,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivery Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different DeliveryService API. This includes but not limited to operations like deleteSession, fetchSession, getSessionDeliverableChangeSets, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveryService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivery Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different DeliveryService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like deleteSession, fetchSession, getSessionDeliverableChangeSets, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveryService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivery Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different DeliveryService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like deleteSession, fetchSession, getSessionDeliverableChangeSets, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveryService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Delivery Service Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different DeliveryService API. This includes but not limited to operations like getSessionDeliverableChangeSets, getSessionChangeSetDependencies, getSessionCommonAncestors, etc.

Note: This MBean is valid for DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=DeliveryService,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Diagnostics

This provides the results of the server diagnostics which by default runs every 70 minutes. This is useful to track the status of the periodic execution of server diagnostics.

Advanced Property

Member of DiagnosticsMetricsTask
You enable this bean by setting Enable Diagnostic Metrics Mbean to true

Object Name

com.ibm.team.foundation.diagnostic:name=<<contextRoot>>, 
               type=diagnosticMetrics,
               testId=*

Default Frequency of Publishing

70 Minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
duration This is the time taken in milliseconds to execute the diagnostic for this test id Integer
startTime This is the start time of the diagnostic for this test id Timestamp
statusDesc This is the message describing the status String
detailStatusDesc This is the detailed message describing the outcome of the diagnostic String
status This is the status of the diagnostic. Values are OK, WARN or ERRORString
testId This is the id of this specific diagnostic String

Distributed Cache Metrics

The data published by this Metrics MBean comes from the Distributed Cache Microservice.
It monitors the data specified in the Attributes table.
The CPU usage data might not be available on all operating systems.
The default number of threads is between 8 and 256. You can change this value by modifying the microservice properties in its configuration file.
Because the microservice is used heavily, it is normal to see high numbers in transaction rate and count. It is important for the Elapsed Time to stay low to ensure system responsiveness.
The request and response sizes, transaction rate, and elapsed times are generally for information purposes only, but you can also use them to detect some abnormal behavior, such as unexpected changes in usage patterns. Baselines for these numbers should be created in production and measured against to detect deviations.

Note: This MBean is available only when the application is clustered.

Advanced Property

Member of ClusterMetricsTask
You enable this bean by setting Distributed Cache Metrics MBean to true

The data published by the Distributed Cache Metrics MBean comes from the Distributed Cache Microservice. Publishing is disabled by default: you enable it by modifying settings in the configuration file and restarting the microservice. To enable publishing, modify the Distributed Cache Microservice configuration file as shown below, save the configuration file, and restart the microservice. Clustered applications can tolerate short connectivity disruptions with Distributed Cache Microservice: you can restart the microservice without having to restart the rest of the cluster.

Example (modified configuration values in bold):

#================================================================
# Counter information published to MQTT
#================================================================
[Counters]
# Collect counter information, see also ‘collectDebugCounters’
enabled = $S{Counters.enabled,true}
# Publish counter information to MQTT (enabled should be set to true)
publishEnabled = $S{Counters.publishEnabled,true}
# MQTT Broker to use for publishing counter information. Same value as used in clustered application’s configuration
broker = $E{MONITOR_MQTTBROKER,tcp://messagesight-host.com:1883}

Object Name

com.ibm.team.foundation.clustering:name=<<contextRoot>>,
 				type=distributedCacheHealthMetrics

Default Frequency of Publishing

60 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
intervalDurationThis the collection time interval in seconds Double
Not enough threadsJetty server indicator that threadpool is running low on threadsDouble
Percent of JVM Memory UsedPercent of JVM memory used by Distributed Cache process Double
CPUPercent of active threads handling incoming messages vs. the configured threadpool size (=50 threads)Double
Percent of Server Thread Pool UsedPercent of Jetty server threadpool utilization by Distributed Cache processDouble
Response SizeAverage size (in bytes) of all responses received from Distributed Cache during the intervalDouble
Request SizeAverage size (in bytes) of all requests made to Distributed Cache during the intervalDouble
Elapsed TimeAverage time (in milliseconds) it took to serve all requests received during the intervalDouble
Transaction RateThis shows number of transactions handled by Distributed Cache MicroserviceDouble
Transaction CountThis shows number of transactions handled by Distributed Cache MicroserviceLong

Distributed Cache Microservice online status-Downtime Counts

This bean monitors the number of times the Distributed Cache Microservice is unable to service a request. The microservice is a critical part of the clustered ecosystem and must be online.

Note: This MBean is available only when the application is clustered.

Advanced Property

Member of HighFrequencyMetricsClusterScopedTask
You enable this bean by setting Distributed Cache Microservice online status MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Distributed Cache Microservice Status,
               facet=Downtime counts,
               counterName=Failed Connections

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalNumber of times the connection to the Distributed Cache Microservice was lost over the specified interval.Double
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Expensive Scenario Details

This will publish details about the active and completed resource intensive scenarios in the system. This is useful to understand how the resource intensive scenarios are performing and understand what are the active scenarios at any given point in time. It also gives details about the user who requested the scenario.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Scenario Details MBean to true

Object Name

com.ibm.team.foundation.scenarios:name=<<contextRoot>>,
 				type=expensiveScenarioDetailsMetrics,
 				scenarioNameAndId=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
scenarioNameThis is the name of resource intensive scenarioString
scenarioIdThis is a unique id assigned to this instance of the scenarioString
startTime This is the start time of the scenario instanceTimestamp
endTimeThis is end time of the scenario instanceTimestamp
userNameThis is name of the user who initiated the scenarioString
isActiveThis is a boolean value indicating if the scenario is completed or not. If it is not completed then the end time attribute is set as -1Boolean
durationThis is the total time this scenario was running in millisecs. If the scenario is still active then this value is indicating how long it has been running since it started until the current time when the snapshot was taken. If it is not active then it is the end time minus the start timeLong

Floating license consumption statistics-Concurrent use

This facet captures the floating license consumption from the servers

Advanced Property

Member of LicenseMetricsCollectorTask
You enable this bean by setting Enable License Consumption Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Floating license concurrent use,
               facet=All servers,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Floating license consumption statistics-License Denials

This facet captures the floating license denials from the server.

Note: This Mbean does not appear until you have any license denials.

Advanced Property

Member of LicenseMetricsCollectorTask
You enable this bean by setting Enable License Consumption Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Floating license denials,
               facet=All servers,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Floating license consumption statistics-License checkout time

This facet captures the floating license checkout time from the servers.

Advanced Property

Member of LicenseMetricsCollectorTask
You enable this bean by setting Enable License Consumption Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Floating license checkout time,
               facet=All servers,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalNumber of times the connection to the Distributed Cache Microservice was lost over the specified interval.Double
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Full Text Index Information

This provides the index size and index location information for the full text lucene index used by EWM and ETM. This is useful to track the size of the lucene index.

Advanced Property

Member of FullTextIndexDataCollectorTask
You enable this bean by setting Enable Full Text Index Data Metrics MBean to true.

Object Name

com.ibm.team.foundation.fulltextindexing:name=<<contextRoot>>,
  			type=richTextIndexDataMetrics

Default Frequency of Publishing

60 Minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
indexNameThis is the name of the full text index for the applicationString
indexLocation This is the location of the full text index on disk String
indexSize This is the size of the full text index on disk in bytesString

HAProxy Statistics-Active Sessions

Active Sessions is the current count of open connections between the HAProxy backend servers and the ELM servers.

Note: This MBean is available only when the application is clustered.

Advanced Property

Member of ClusterMetricsTask
You enable this bean by setting HAProxy Metrics MBean to true
Also set Enable HAProxy counter collection task to true under HAProxyCounterCollectorTask.
Ensure the properties HAProxy statistics server host and HAProxy statistics server ports(9999) are set in the serviceability properties for HAProxyMetricsService.
The property HAProxy cluster backend is used to specify the HAProxy backend that describes cluster node servers. If left empty, the metrics service will attempt to determine the backend on its own.

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=HAProxy Statistics,
               facet=Active Sessions,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

HAProxy Statistics-Percentage of servers online

Percentage of Servers online is the number of HAProxy backend servers which have responded as online divided by the total number of HAProxy backend servers, reported as a percentage.

Note: This MBean is available only when the application is clustered.

Advanced Property

Member of ClusterMetricsTask
You enable this bean by setting HAProxy Metrics MBean to true
Also set Enable HAProxy counter collection task to true under HAProxyCounterCollectorTask.
Ensure the properties HAProxy statistics server host and HAProxy statistics server ports(9999) are set in the serviceability properties for HAProxyMetricsService.
The property HAProxy cluster backend is used to specify the HAProxy backend that describes cluster node servers. If left empty, the metrics service will attempt to determine the backend on its own.

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=HAProxy Statistics,
               facet=Percentage of servers online,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

IConfigurationAware Repository Item Service Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different IConfigurationAwareRepositoryItemService API. This includes but not limited to operations like getConfigurationsContainingState, getComponentsContainingItem, getConfigurationsContainingItemHistory, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=IConfigurationAwareRepositoryItemService,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

IConfigurationAware Repository Item Service Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different IConfigurationAwareRepositoryItemService API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like getConfigurationsContainingState, getComponentsContainingItem, getConfigurationsContainingItemHistory, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=IConfigurationAwareRepositoryItemService,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

IConfigurationAware Repository Item Service Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different IConfigurationAwareRepositoryItemService API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like getConfigurationsContainingState, getComponentsContainingItem, getConfigurationsContainingItemHistory, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=IConfigurationAwareRepositoryItemService,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

IConfigurationAware Repository Item Service Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different IConfigurationAwareRepositoryItemService API. This includes but not limited to operations like getConfigurationsContainingState, getComponentsContainingItem, getConfigurationsContainingItemHistory, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=IConfigurationAwareRepositoryItemService,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Item Count Details

This provides information about each type of item in the repository and their counts in terms of number of states and the overall size of these items in relation to the total size. This is useful to understand the data growth in the system and also the breakdown between the different types of items. Sometimes items like attachments or build results may be growing at an alarming rate and tracking this metric can explain the reason for this growth. Added to this, increase in DB size during a period can also be explained by the items that were added during this period.

Note: This MBean is applicable for EWM, ETM, and DOORS Next.

Advanced Property

Member of ItemCountMetricsCollectorTask
You enable this bean by setting Enable Item Count Metrics Mbean to true

Object Name

com.ibm.team.foundation.itemcounts:name=<<contextRoot>>, 
  				type=itemCountMetrics,
  				type Name=*

Default Frequency of Publishing

1 Week

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
itemTypeNameThis is the name of the item typeString
dbIdThis is a unique id assigned to the type in the databaseInteger
noOfStatesThis is total number of states that exists in the REPOSITORY.ITEM_STATES system table for this item typeInteger
statesSizeThis is total size of all the states that exists in the REPOSITORY.ITEM_STATES system table for this item type in bytesLong
noOfContentsThis is total number of content blobs that exists in the REPOSITORY.CONTENT_STORAGE system table for this item typeInteger
contentsSizeThis is total size of content blobs that exists in the REPOSITORY.CONTENT_STORAGE system table for this item type in bytesLong
sizePercentageThis is percentage of the total size of this item type in relation to the total size of all item types togetherInteger
totalSizeThis is sum of all the content objects and state objects for this item type in bytesLong
totalAllSizeThis is sum of all the content objects and state objects for all item types in bytesLong

JDBC Connection Pool Active Connections

This is useful to understand the sizing for the JDBC pools and if these pool sizes are correctly set for the current concurrency level of the system. If the size is small then higher concurrency will result in operations waiting and is the size is too big then system resources are consumed even though the load does not exist. The different facets are active connections, usage percentage, queue length and wait time.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=active connections,
               counterName=JDBC connection pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
poolSize This is the maximum size of the poolInteger

JDBC Connection Pool Queue Length

This is useful to understand the sizing for the JDBC pools and if these pool sizes are correctly set for the current concurrency level of the system. This facet highlights the size of the queue of pending connection requests.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=queue length,
               counterName=JDBC connection pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
poolSize This is the maximum size of the poolInteger

JDBC Connection Pool Usage Percentage

This is useful to understand the sizing for the JDBC pools and if these pool sizes are correctly set for the current concurrency level of the system. If the size is small then higher concurrency will result in operations waiting and is the size is too big then system resources are consumed even though the load does not exist. The different facets are active connections, usage percentage, queue length and wait time.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=usage percentage,
               counterName=JDBC connection pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

JDBC Connection Pool Wait Time in milliseconds

This is useful to understand the sizing for the JDBC pools and if these pool sizes are correctly set for the current concurrency level of the system. This facet highlights the size of the queue of pending connection requests.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=wait time in ms,
               counterName=JDBC connection pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

JFS Index Information

This provides the results of the server diagnostics which by default runs every 70 minutes. This is useful to track the status of the periodic execution of server. This provides the index size and index queue information for the rdf and text index used by DOORS Next AND RDM. Index information is provided for RDF Live, RDF History, Text Live and Text History indices. This is useful to track the size of the index and indirectly help with determining the optimal RAM and JVM Heap memory for the system.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Index Data Metrics MBean to true

Object Name

com.ibm.team.foundation.jfsindexing:name=<<contextRoot>>,
 				type=jfsIndexDataMetrics,
 				indexname=*

Default Frequency of Publishing

60 Minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
indexNameThis is the name of the jfs index for the applicationString
indexFormatType This is type of index. Values are RDF or TEXT String
indexAvailability This reflects the current state of the index. The values are AVAILABLE, SUSPENDED, SUSPENDING, RESUMING, ABORTED, UNCONNECTABLE, RECOVERING or MIGRATION_IN_PROGRESSString
indexSize This is the size on disk of the specific jfs index in bytesLong
indexLastProcessed The timestamp of the last resource indexed by this indexerDate
indexLastReceived The timestamp of the last resource added to the index queue of this indexerDate
indexDataType This is type of data in the index. Values are HISTORY or LIVEString
indexBacklog The number of items waiting to be indexedInteger
indexRemainingTime An estimate of remaining time to finish to processing the indexing operation in millisecondsLong

Jena Metrics-Purged Transactions

Jena uses a single writer/many reader model, and writes to the index are stored temporarily in a journal file if there are reads in progress.This counter tracks the number of times the memory associated with obsolete journal entries was set free.

Note: This MBean is valid only for DOORS Next.

Advanced Property

Member of JenaMetricsUpdateTask
You enable this bean by setting Enable High Frequency Jena Metrics Collection to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Jena Metrics,
               facet=Purged Transactions,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Jena Metrics-Replay in Progress

The counter indicates whether Jena is replaying the journal into the main database.Jena uses a single writer/many reader model, and writes to the index are stored temporarily in a journal file if there are reads in progress.This is how Jena maintains transactional integrity.The journal is written to the main database once all read activity completes.
In cases where there a long reads or there is high concurrency so that the reads are often overlapping, the journal can build up to a very large size and it can then cause the system to appear hung for many minutes while the journal replays.The metric indicates whether the Jena read/write bottleneck is happening, and how severe it is.

Note: This MBean is valid only for DOORS Next.

Advanced Property

Member of JenaMetricsUpdateTask
You enable this bean by setting Enable High Frequency Jena Metrics Collection to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Jena Metrics,
               facet=Replay In Progress,
               counterName=*

Default Frequency of Publishing

60 seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
count This is the current total count of the boolean counter updatesLong
percentageTrueThis is the percentage of true values in the given countDouble
valueThis is the current value of the boolean counterBoolean

Local configuration management cache statistics-Cache hit ratio

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%. Other facets are Entry added to cache, Entry removed from cache, Entry found in cache, Entry not found in cache, Entry replaced in cache and Entry garbage collected from cache.

Note: This MBean is available for DNG.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Cache hit ratio as a percentage,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Entry added to cache

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95% . This facet highlights the entries added to the cache.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Entry added to cache,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Entry found in cache

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%. This facet highlights the entries found in cache.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Entry found in cache,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Entry garbage collected from cache

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%. This facet highlights the entries garbage collected from cache.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Entry garbage collected from cache,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Entry not found in cache

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%. This facet highlights the entries not found in cache.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Entry not found in cache,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Entry removed from cache

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%. This facet highlights the entries removed from cache.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Entry removed from cache,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Entry replaced in cache

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%. This facet highlights the entries replaced in cache.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Entry replaced in cache,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management cache statistics-Time for computing a value in ms

This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95% . This facet highlights the average time to compute a value in ms.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt cache statistics,
               facet=Time for computing a value in ms,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Local configuration management service statistics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different local configuration management service API for DOORS Next and RDM. This includes but not limited to operations like creating a changeset, creating a stream, creating a baseline, committing a changeset etc.

Advanced Property

Member of IndexDataCollectorTask
You enable this bean by setting Enable Local Versioning Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=local config mgmt service,
               facet=Elapsed time (in ms),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Log Events

This provides all the errors and warnings from the log files and for each log entry provides additional contextual information like userd id, active configuration, servlet request URL etc. This is useful to understand error log entries occurring in the system when other aspects of the system are misbehaving. This provides a maximum of 1000 entries during the collection interval.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Error Details Mbean to true

Object Name

com.ibm.team.foundation.logevents:name=<<contextRoot>>,
 				type=logEventDetailsMetrics,
 				errorNameAndId=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
contributorIdThis is the id of the user who initiated a request that caused this errorString
accessedUrlThis is the URL accessed in the system when this error occurredString
queryString This is the query string portion of the accessed URLString
activeConfigIdThis is the active configuration id which the user was working in when the error occurredString
errorTimeThis is the time of error occurrenceTimestamp
errorIdThis is the error idString
errorTitleThis is the error titleString
errorDetailsThis is the details of the errorString
userIdThis is the user id who initiated the request that caused this errorString
activeConfigNameThis is the name of the active configuration in which the user was working when this error occurredString
errorLevelThis is the level of the error. Values are ERROR or WARNString

MQTT Broker Resource Metrics

This bean provides memory information about the message broker server. This data is a shared metric: it represents resource use by the message broker itself, not by a separate node or cluster.

Note: This MBean is available only when MQTT is deployed and is in use.

Advanced Property

Member of ClusterMetricsTask
You enable this bean by setting Enable MQTT Broker Metrics MBean to true on the serviceability page.
Also, set Enable MQTT broker statistics to true under com.ibm.team.repository.service.mqtt.statistics.MQTTStatsService on the advanced properties page.

Object Name

com.ibm.team.foundation.clustering:name=ccm,
 				type=MQTTBrokerResourceMetrics

Default Frequency of Publishing

30 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
MemoryUsedPercentPercentage of the total system memory used by the brokerInteger

MQTT Broker Subscription Metrics

This bean reports subscriptions where buffering occurs. The number of subscriptions to monitor is configurable. Multiple clustered applications can use a single MQTT broker, and the information contains enough details to identify which cluster (application instance) each subscription belongs to.
If no subscriptions are experiencing buffering, the subscriptions monitoring MBean does not report anything. A node only reports its own subscription, it does not report those created by other nodes. As a result, if a node goes offline without unsubscribing, for example, if the server process fails, or the machine is rebooted, the messages sent to that node are buffered but not reported by this bean. The bean only reports buffering for the node that is online but that experiences some sort of slowdown or trouble.
Buffering indicates that the application in this node is incapable of processing messages quickly. This issue might require tuning the system characteristics of the node or increasing the thread pools for message handling.

Note: This MBean is available only when MQTT is deployed and is in use.

Advanced Property

Member of HighFrequencyMetricsNodeScopedTask
You enable this bean by setting Enable MQTT Broker Metrics MBean to true on the serviceability page.
Also, set Enable MQTT broker statistics to true under com.ibm.team.repository.service.mqtt.statistics.MQTTStatsService on the advanced properties page.

Object Name

com.ibm.team.foundation.clustering:name=ccm,
 				type=MQTTBrokerSubscriptionMetrics

Default Frequency of Publishing

30 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
subscriptionNameName of the message broker subscriptionString
clusterName Name of the cluster in which the application is running String
bufferedMessages Number of published messages that are waiting to be sent to clientsLong
bufferedPercent Percentage of the maximum buffered messages that the current buffered messages representDouble
rejectedMessages Number of messages that were rejected because the maximum number of buffered messages was reachedLong
discardedMessagesNumber of messages that are not delivered because they were discarded when the buffer became fullLong
intervalDuration This is name of the service methodInteger

MQTT service metrics

This bean provides specific information about the MQTT client that each node uses to communicate with IBM IoT MessageSight. This is not a comprehensive list of managed beans available from IBM IoT MessageSight, it is just the beans recommended for monitoring and alerting.
The MQTT service provides many different counters about its performance and states, but this information is summarized as just two values. The values provide the overall picture about sending and processing MQTT messages. In a well-tuned, well-functioning system, the success ratio should be 100%.
The number of threads should never grow uncontrollably. The default maximum is set to 200 threads, and should warn at 80% or 160 threads, and alert at 90% or 180 threads. If you continue to run out of threads, the administrator can increase the default maximum number.
The success indicator for the send rate can signal problems with the message broker or issues with network connectivity. While the MQTT service can reconnect and resend messages, it is important to understand why this metric shows a degradation.
The thread pool used by the MQTT service adjusts its size based on the volume of the incoming messages, and increases above the configured size, but only temporarily. When the thread pool size reaches the configured maximum, the service increases the thread pool to handle the increased traffic. As the volume of traffic drops, the thread pool resets its size to the default. Any thread pool value above the maximum indicates that the node is having difficulty processing or managing the volume of incoming messages. A value above the maximum indicates a problem or imbalance in the system.

Note: This MBean is available only when MQTT is deployed and is in use.

Advanced Property

Member of NodeMetricsTask
You enable this bean by setting MQTT Service Metrics MBean to true

Object Name

com.ibm.team.foundation.clustering:name=<<contextRoot>>,
 				type=clusterHealthMetrics

Default Frequency of Publishing

60 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
Message Sent Result - Success RatioRatio of number of messages that was published successfully over number of lost messagesDouble
Message Handling - Thread pool Usage PercentagePercent of active threads handling incoming messages vs. the configured threadpool size (=50 threads)Double

Project Area Information

This publishes the number of contributor, team, development lines, work items and attachments for each project area in the repository. Additionally it indicates if the project is archived or not. You can monitor these and also setup alerts if the usage patterns are not within normal parameters.It also provides if the project area has be opted in and provides configuration management metrics like number of component, streams, baselines etc.

Note: Configuration management metrics are not applicable for GC and EWM application.

Advanced Property

Member of ProjectMetricsCollectorTask
You enable this bean by setting Enable Project Metrics MBean to true

Object Name

com.ibm.team.foundation.projectarea:name=<<contextRoot>>, 
 				type=projectMetrics, 
 				projectNameAndId=*

Default Frequency of Publishing

1 Week

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
isArchived This is the boolean to indicate is the project area is archived or notBoolean
noOfContributorsThis is the total contributors associated with this project areaInteger
noOfTeams This is total number of team areas within this project areaInteger
projectName This is name of the project areaString
projectId This is id of the project areaString
workitemCount This is the total number of work items within this project areaInteger
attachmentCount This is total number of attachments within this project areaInteger
attachmentTotalLengthThis is the total size of all the attachments (in bytes) within this project areaLong
pleEnablementState This is the PLE enablement state for the project area. Values are OPT_OUT, OPT_IN_SINGLE_STREAM_PER_COMPONENT or OPT_IN_FULLString
totalNoOfComponents This is the total number of components within this project areaLong
totalNoOfStreams This is total number of streams for all the components in this project areaLong
totalNoOfBaselines This is total number of baselines for all the components in this project areaLong
totalNoOfVersionMappings This is total number for version mappings for all concepts in all the project area componentsLong
maximumDepthOfRootStreamThis is maximum depth of any of the root component streams in this project areaLong
developmentLinesThis is the total number of development time lines within this project areaInteger
rmArtifactCountThis is the number of artifacts in this project areaLong
rmLinkCountThis is the number of links in this project areaLong
rmReviewCountThis is the number of reviews in this project areaLong
totalNoOfActiveVersionMappingsThis is total number for active version mappings for all concepts in all the project area componentsLong
totalNoOfVersionMappingsInAllProjectAreasThis is total number for version mappings for all project areas in the repositoryLong
workitemTypeCountThis is the total number of work item types within this project areaInteger

Project Area Summary Information

This publishes the total count project areas for the application and how many of them that are archived or not.

Advanced Property

Member of CommonMetricsCollectorTask
You enable this bean by setting Enable Projects Metrics MBean to true

Object Name

com.ibm.team.foundation.projectarea:name=<<contextRoot>>,
 				type=projectSummaryMetrics

Default Frequency of Publishing

60 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
archivedCount This is total number of archived project areas in this application Integer
unarchivedCount This is the total number of unarchived project areas in this application Integer
totalCount This is total number of project areas in the applicationInteger

RDB Mediator Connection Pool Active Connections

This is useful to understand the sizing for the RDB mediator pools and if these pool sizes are correctly set for the current concurrency level of the system. If the size is small then higher concurrency will result in operations waiting and is the size is too big then system resources are consumed even though the load does not exist. The different facets are active connections, usage percentage, queue length and wait time.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=active connections,
               counterName=RDB mediator pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
poolSize This is the maximum size of the poolInteger

RDB Mediator Connection Pool Queue Length

This is useful to understand the sizing for the RDB mediator pools and if these pool sizes are correctly set for the current concurrency level of the system. This facet highlights the size of the queue of pending connection requests.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=queue length,
               counterName=RDB mediator pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
poolSize This is the maximum size of the poolInteger

RDB Mediator Pool Usage Percentage

This is useful to understand the sizing for the RDB mediator pools and if these pool sizes are correctly set for the current concurrency level of the system. If the size is small then higher concurrency will result in operations waiting and is the size is too big then system resources are consumed even though the load does not exist. The different facets are active connections, usage percentage, queue length and wait time.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=usage percentage,
               counterName=RDB mediator pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

RDB Mediator Pool Wait Time in milliseconds

This is useful to understand the sizing for the RDB mediator pools and if these pool sizes are correctly set for the current concurrency level of the system. This facet highlights the size of the queue of pending connection requests.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Resource Usage MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=resource usage,
               facet=wait time in ms,
               counterName=RDB mediator pool

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Request Tracker Summary

This is request tracking Mbean which keeps track of IP Address from HTTP request and maintains its frequency.

Advanced Property

Member of HttpRequestTrackerTask
You enable this bean by setting Enable HTTP Request Tracker MBean to true
To enable reporting of the stack trace associated with the request tracker Enable Stack Trace to true
The property Number of IP addresses to tracked is used to specify number of source IP addresses from incoming requests to be tracked. The property Time interval (in seconds) is used to specify time interval (in seconds) over which to track the source IP addresses of incoming requests.

Object Name

com.ibm.team.foundation.requestservices:name=<<contextRoot>>,
 				type=requestTrackerSummaryMetrics,
 				serviceName=*

Default Frequency of Publishing

30 Seconds

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
requestCounts This is the top n unique ip addresses by HTTP requests in an interval. Where n is the total number of unique ip addresses to track - default is 20String
requestAverage This is the average number of HTTP requests per unique ip address in an intervalLong
requestMinimum This is the minimum number of HTTP requests per unique ip address in an intervalLong
requestMaximum This is the maximum number of HTTP requests per unique ip address in an intervalLong
totalRequests This is the total cumulative HTTP requests in an intervalLong

Resource Intensive Scenarios-Elapsed time in milliseconds

This provides the counts and average response time for each of the resource intensive scenarios in the system. This is useful to understand how the resource intensive scenarios are performing and track any degradation in their response times.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Scenario Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=scenarios,
               facet=elapsed time in millisecs,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Resource Intensive Scenarios-Summary Elapsed time in milliseconds

This provides the counts and average response time for all the resource intensive scenarios in the system during the collection interval. This is useful to understand how the resource intensive scenarios are performing and track any degradation in their response times.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Scenario Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=scenariosSummary,
               facet=elapsed time in millisecs,
               counterName=summary

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

SQL Activity

This provides the SQL activity during the specified interval as a MBean. This is useful to understand the standard patterns of SQL activity in a production system. This is useful to track the counts and average response times for many SQL queries. Helps to understand the high runners and optimize them. Also helps to drive data partitioning decisions and preserve the query response time.

Advanced Property

Member of SQLActivityMetricsTask
You enable this bean by setting Enable SQL Activity Metrics MBean to true
The property Duration for capturing SQL activity indicates the duration for capturing SQL activity; must be between 1 and 5 minutes.
To enable ordering the SQL results by average execution time instead of the default which is total execution time set Enable ordering the SQL results by average execution time to true.
The property Maximum number of SQL statements to report on indicates the maximum number of SQL statements to report on. This maximum is applied separately for reads and writes. Must be between 1 and 100.

Object Name

com.ibm.team.foundation.sqlactivity:name=<<contextRoot>>, 
  				type=sqlActivityMetrics, 
  				id=*

Default Frequency of Publishing

60 Minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
sqlHashThis is unique hashcode for this specific SQL statementString
sqlStmtThis is the SQL statementString
sqlMinTimeThe smallest execution time (in ms) for all instances of this statementInteger
sqlMaxTimeThe largest execution time (in ms) for all instances of this statementInteger
sqlTotalTimeThe total sum execution time (in ms) for all instances of this statementInteger
sqlTotalCountThe number of times this statement was executedInteger
sqlAverageTimeThe average execution time (in ms) for all instances of this statementFloat
sqlLastExecutedTimestampThe time this statement was last executedDate
sqlStmtTypeThe type of transaction. Values are read, write or otherString
sqlActivityIntervalThe interval in milliseconds used for capturing the sql activity in this beanLong

SQL Activity Summary

This provides the summary SQL activity during the specified interval as a MBean. This is useful to understand the standard patterns of SQL activity in a production system. This is useful to track the counts and average response times for many SQL queries by type. Helps to understand the high runners and optimize them. Also helps to drive data partitioning decisions and preserve the query response time

Advanced Property

Member of SQLActivityMetricsTask
You enable this bean by setting Enable SQL Activity Metrics MBean to true

Object Name

com.ibm.team.foundation.sqlactivity:name=<<contextRoot>>, 
  				type=sqlActivitySummaryMetrics, 
  				sqlStmtType=*

Default Frequency of Publishing

60 Minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
sqlTotalTimeThe total sum execution time (in ms) for all sql statements of this typeInteger
sqlTotalCountThe number of times this type of statement was executedInteger
sqlAverageTimeThe average execution time (in ms) for all sql statements of this typeDouble
sqlStmtTypeThe type of statement. Values are read, write or otherString
sqlActivityIntervalThe interval in milliseconds used for capturing the sql activity in this beanLong

Server Activity Summary Metrics MBean

Publish the server activity (active users count, active services count, etc.) during the specified interval as a MBean. This is useful to understand the usage and load patterns in a production system.

Advanced Property

Member of ServerActivityMetricsTask
You enable this bean by setting Enable Server Activity Metrics MBean to true
The property Filter users from Server Activity Metrics MBean can be used to specify a comma-separated list of users to filter out of active user counts in the Server Activity Metrics MBean.

Object Name

com.ibm.team.foundation.serveractivity:name=<<contextRoot>>, 
 				type=serverActivitySummaryMetrics

Default Frequency of Publishing

10 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
activeUsersCount This is the total number of active users during the specified intervalLong
activeServicesCountThis is a total number of actives services during the specified intervalLong
activityInterval This indicates the duration of the interval in secondsLong
userWithMostServicesInInterval This is the user with the most active services during the intervalString

Server Information

This publishes the server health information including memory usage, DB ping time and status on services and DB connections. This is useful to understand how the server is performing. Most important attribute is the dbPingTime. If the latency between server and DB gets worse it will impact the almost every use case in the product.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Server Metrics MBean to true

Object Name

com.ibm.team.foundation.server:name=<<contextRoot>>,
 				type=serverMetrics

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
dbPingTimeThis is the round trip time from the JTS or application server to the database in millisecondsInteger
noOfServicesWithErrorStatusThis is a number of services from all components that have failed to initializeInteger
servicesWithErrorStatusMsg This is the error message associated with all the services not fully initializedString
dbConnectionStatus This is the status of the databse connection. Values are ERROR, OK or WARNING.String
dbConnectionStatusMsg This is message associated with an error for the database connection statusString
serverstateId The etag of the jpi prefix mappings reflects the complete state of all prefix mappings. If there are no mappings this value is NAString
serverStateMsg This is message associated with when the server state Id indicates that a server rename has occured String
buildId This is the build id associated with the serverString
freeMemory The amount of free memory in the Java Virtual Machine in bytesLong
totalMemoryThe total amount of memory in the Java virtual machine in bytesLong
maxMemoryThe maximum amount of memory that the Java virtual machine will attempt to use in bytesLong

Token License consumption statistics-Concurrent use

This facet captures the token license consumption from the servers.

Advanced Property

Member of LicenseMetricsCollectorTask
You enable this bean by setting Enable License Consumption Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=License token use,
               facet=All servers,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Token License consumption statistics-License Denials

This facet captures the token license denials from the providers.

Note: This Mbean does not appear until you have any license denials.

Advanced Property

Member of LicenseMetricsCollectorTask
You enable this bean by setting Enable License Consumption Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=License token provider denials,
               facet=All servers,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Transaction cache statistics-Number of entries added

This provides the transaction cache(s) operation metrics. This provides counts for the following operations on ITEM currents and ITEM state caches. This facet highlights the number of entries added to the cache.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Item Cache Summary Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Item Cache Summary,
               facet=added,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Transaction cache statistics-Number of entries auto updated

This provides the transaction cache(s) operation metrics. This provides counts for the following operations on ITEM currents and ITEM state caches. This facet highlights the number of entires that were updated in the cache.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Item Cache Summary Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Item Cache Summary,
               facet=autoUpdated,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Transaction cache statistics-Number of hits

This provides the transaction cache(s) operation metrics. This provides counts for the following operations on ITEM currents and ITEM state caches. The facets are added, misses, invalidated, hits and autoupdated. This is useful to understand how the caches are performing. In a production environment the hit ratio of the caches should be greater than 95%.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Item Cache Summary Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Item Cache Summary,
               facet=hits,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Transaction cache statistics-Number of invalidations

This provides the transaction cache(s) operation metrics. This provides counts for the following operations on ITEM currents and ITEM state caches. This facet highlights the number of invalidations from the cache.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Item Cache Summary Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Item Cache Summary,
               facet=invalidated,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

Transaction cache statistics-Number of misses

This provides the transaction cache(s) operation metrics. This provides counts for the following operations on ITEM currents and ITEM state caches. This facet highlights the number of misses from the cache.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Item Cache Summary Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=Item Cache Summary,
               facet=misses,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
value This is the current average value of the scalar counter Long
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long

UriToConfiguration Cache Metrics

UriToConfigurationCache is an internal cache that provides fast lookups of configurations based on configuration URIs.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=UriToConfigurationCache,
               facet=CacheStats,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String

VersionTable Metrics-Elapsed time in milliseconds

This helps with monitoring the average execution time of the different VersionTable API. This includes but not limited to operations like getPredecessorConfigurations, getItemHistory, getTotalVersionsInConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=VersionTable,
               facet=Elapsed time in milliseconds,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

VersionTable Metrics-Elapsed time in milliseconds (failures only)

This helps with monitoring the average execution time of the different VersionTable API but only for failed calls (i.e., those which were not successful). This includes but not limited to operations like getPredecessorConfigurations, getItemHistory, getTotalVersionsInConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=VersionTable,
               facet=Elapsed time in milliseconds (failures only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

VersionTable Metrics-Elapsed time in milliseconds (successes only)

This helps with monitoring the average execution time of the different VersionTable API but only for successful calls (i.e., those which did not throw an exception or return abnormally). This includes but not limited to operations like getPredecessorConfigurations, getItemHistory, getTotalVersionsInConfiguration, etc.

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=VersionTable,
               facet=Elapsed time in milliseconds (successes only),
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

VersionTable Metrics-Return value or size

This MBean gives the size of the collection or scalar value returned by different VersionTable API. This includes but not limited to operations like getPredecessorConfigurations, getItemHistory, getTotalVersionsInConfiguration, etc

Note: This MBean is valid for ETM and DOORS Next and only when configuration management is enabled.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Configuration Management Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=VersionTable,
               facet=Return value or size,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Web Service Statistics-Bytes received from client

These are useful to track the average request pay load and response pay load for web services and watch for large payloads that may affect the network I/O.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Web Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=web service,
               facet=bytes received from client,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Web Service Statistics-Bytes sent to client

These are useful to track the average request pay load and response pay load for web services and watch for large payloads that may affect the network I/O.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Web Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=web service,
               facet=bytes sent to client,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Web Service Statistics-Elapsed time in seconds

This is useful to track the average response time for web services and watch for degradations.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Web Service Metrics MBean to true

Object Name

com.ibm.team.foundation.counters:name=<<contextRoot>>, 
               type=counterMetrics, 
               group=web service,
               facet=elapsed time in secs,
               counterName=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
name This is the name of specific counter String
group This is the group that the counter belongs to String
facet This represents a particular aspect of this counter String
id This represents a unique id for this counter String
min This is the minimum value of the scalar counter Long
max This is the maximum value of the scalar counter Long
count This is the current total count of the range counter samplesLong
total This is the total value of all the range counter samplesDouble
average This is the average value of the range counterDouble
averageOverIntervalThis is the average value of the range counter for this collection time intervalDouble
totalOverIntervalThis is the total value of the range counter for this collection time intervalDouble
countOverIntervalThis is the count for this collection time intervalLong
intervalDurationThis is the collection time interval in secondsDouble
transactionRateThis is the transaction rate (countover interval/interval duration) in counts per secondDouble
stdDevThis is the standard deviation value of the integral range counterLong

Web Services Statistics Summary Over Collection Intervals

This bean captures the summary information over collection intervals. The summary includes total count, average over interval, max over interval, transaction rate, the total value over interval etc. The summary bean is create by facet and within each facet you can get a summary by component.

Advanced Property

Member of MetricsCollectorTask
You enable this bean by setting Enable Web Service Metrics MBean to true

Object Name

com.ibm.team.foundation.webservices:name=<<contextRoot>>,
 				type=webServicesSummaryMetrics,
 				facet=*,
 				component=*

Default Frequency of Publishing

15 minutes

Attributes

AttributeDescriptionType
creationTimeStampThis is the time when the MBean was updated with a snapshot of the relevant dataTimestamp
hostThis is the host name where the ELM application is runningString
portThis is the port number where the ELM application is accessible on the host. The value is -1 if the port is not set.int
contextRootThis is the application root context for the ELM applicationString
nodeIdThis is the application node id in case the ELM application is clusteredString
domainThis is the namespace for the application under which the MBean data is publishedString
group This is the group that the counter belongs toString
facet This represents a particular aspect of this summaryString
component This represents the component name associated with this web service summary. Value of UnKnown is returned if component name cannot be derivedString
averageOverIntervalThis is the average value across all range counters for this collection time interval UPDATED in 6.0.6Double
maxOverInterval This is the maximum average value across all range counters for this collection time intervalDouble
totalOverInterval This is the total value of the range counter for this collection time intervalDouble
countOverInterval This is the total count across all range counters for this collection time intervalDouble
intervalDuration This is the collection time interval in secondsDouble
transactionRate This is the transaction rate (countover interval/interval duration) in counts per secondDouble