Description
You enable this bean by setting Enable Error Details Mbean to true
com.ibm.team.foundation.logevents:name=<<contextRoot>>, type=logEventDetailsMetrics, errorNameAndId=*
Attribute | Description | Type |
---|---|---|
Domain | This is the namespace for the application under which the MBean data is published | String |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
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% (Blog). 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.
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Cache hit ratio as a percentage, counterName=*
Attribute | Description | Type |
---|---|---|
stdDev | This is the standard deviation value of the integral range counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 range counter | Long |
max | This is the maximum value of the range counter | Long |
count | This is the current total count of the range counter samples | Long |
total | This is the total value of all the range counter samples | Double |
average | This is the average value of the range counter | Double |
averageOverInterval | This is the average value of the range counter for this collection time interval | Double |
totalOverInterval | This is the total value of the range counter for this collection time interval | Double |
countOverInterval | This is the count for this collection time interval | Long |
intervalDuration | This is the collection time interval in seconds | Double |
transactionRate | This is the transaction rate (countover interval/interval duration) in counts per second | Double |
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% (Blog). This facet highlights the entries added to the cache
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Entry added to cache, counterName=*
Attribute | Description | Type |
---|---|---|
max | This is the maximum value of the scalar counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 |
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% (Blog). This facet highlights the entries found in cache.
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Entry found in cache, counterName=*
Attribute | Description | Type |
---|---|---|
max | This is the maximum value of the scalar counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 |
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% (Blog). This facet highlights the entries not found in cache
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Entry not found in cache, counterName=*
Attribute | Description | Type |
---|---|---|
max | This is the maximum value of the scalar counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 |
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% (Blog). This facet highlights the entries removed from cache
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Entry removed from cache, counterName=*
Attribute | Description | Type |
---|---|---|
max | This is the maximum value of the scalar counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 |
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% (Blog). This facet highlights the entries replaced in cache
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Entry replaced in cache, counterName=*
Attribute | Description | Type |
---|---|---|
max | This is the maximum value of the scalar counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 |
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% (Blog). This facet highlights the entries garbage collected from cache.
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Entry garbage collected from cache, counterName=*
Attribute | Description | Type |
---|---|---|
max | This is the maximum value of the scalar counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 |
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% (Blog). This facet highlights the average time to compute a value in ms.
You enable this bean by setting Enable Local Versioning Cache Metrics MBean to true
com.ibm.team.foundation.counters:name=<<contextRoot>>, type=counterMetrics, group=local config mgmt cache statistics, facet=Time for computing a value in ms, counterName=*
Attribute | Description | Type |
---|---|---|
stdDev | This is the standard deviation value of the integral range counter | Long |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
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 range counter | Long |
max | This is the maximum value of the range counter | Long |
count | This is the current total count of the range counter samples | Long |
total | This is the total value of all the range counter samples | Double |
average | This is the average value of the range counter | Double |
averageOverInterval | This is the average value of the range counter for this collection time interval | Double |
totalOverInterval | This is the total value of the range counter for this collection time interval | Double |
countOverInterval | This is the count for this collection time interval | Long |
intervalDuration | This is the collection time interval in seconds | Double |
transactionRate | This is the transaction rate (countover interval/interval duration) in counts per second | Double |
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.
You enable this bean by setting Enable Web Service Metrics MBean to true
com.ibm.team.foundation.webservices:name=<<contextRoot>>, type=webServicesSummary Metrics, facet=*, component=*
Attribute | Description | Type |
---|---|---|
transactionRate | This is the transaction rate (countover interval/interval duration) in counts per second | Double |
creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp |
host | This is the host name where the CLM application is running | String |
port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int |
contextRoot | This is the application root context for the CLM application | String |
nodeId | This is the application node id in case the CLM application is clustered | String |
Domain | This is the namespace for the application under which the MBean data is published | String |
group | This is the group that this counter summary belongs to | String |
facet | This represents a particular aspect of this summary | String |
component | This represents the component name associated with this web service summary. Value of UnKnown is returned if component name cannot be derived | String |
averageOverInterval | This is the average value across all range counters for this collection time interval UPDATED in 6.0.6 | Double |
maxOverInterval | This is the maximum average value across all range counters for this collection time interval | Double |
totalOverInterval | This is the total value across all range counters for this collection time interval | Double |
countOverInterval | This is the total count across all range counters for this collection time interval | Double |
intervalDuration | This is the collection time interval in seconds | Double |
Status icon key: