EditAttachPrintable
r5 - 2018-09-12 - 17:58:57 - Main.syeshinYou are here: TWiki >  Deployment Web > DeploymentMonitoring > CLM605MXBeans > Common605Beans > ClusterMetricsTask

ClusterMetricsTask todo.png

Build basis: 6.0.5

Clustering has several managed beans for monitoring the overall state of the distributed system. These beans will display no data until (a) Clustering is enabled/deployed and (b) the collection interval has occurred.


MQTT Endpoint Metrics

This provides information about configured end points with the MessageSight MQTT broker. It has details like total connections, bytes read or written, messages sent/received/lost etc.

Advanced Property

You enable this bean by setting Enable Cluster Metrics Mbean to true

Syntax

com.ibm.team.foundation.cluster.mqtt:name=<<contextRoot>>, 
  type=mqttEndpointStatistics

Frequency

15 Minutes

Attributes

Attribute Description Type
ResetTime Time at which the statistics for the topic were reset Date
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
Enabled Endpoint is enabled? Boolean
NodeName Name of the appliance String
TimeStamp Date and time Date
Name Name of the endpoint String
TotalConnections Total number of connections Long
ActiveConnections Number of currently active connections Long
BadConnections Number of connections that failed to connect since reset Long
MsgRead Number of messages that are read since reset Long
MsgWrite Number of messages that are written since reset Long
BytesRead Number of bytes read since reset Long
BytesWrite Number of bytes written since reset Long
LostMessageCount Number of messages that are lost since reset Long
WarnMessageCount Warn Message Count Long

Back to top

MQTT Memory Metrics


This provides information about the memory characteristics of the MessageSight MQTT broker machine. It includes details like free memory, message payloads etc.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.cluster.mqtt:name=<<contextRoot>>, 
  type=mqttMemorytatistics


Frequency: 15 Minutes



Attributes


Attribute Description Type
ClientStates The amount of memory that is being consumed by IBM MessageSight for Client States 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
NodeName Name of the appliance String
TimeStamp Date and time Date
MemoryTotalBytes The total amount of physical memory on IBM MessageSight Long
MemoryFreeBytes The amount of physical memory that is available Long
MemoryFreePercent The amount of free memory as a percentage of total physical memory on MQTT Broker Long
ServerVirtualMemoryBytes The amount of virtual memory that is being used by IBM MessageSight Long
ServerResidentSetBytes The amount of physical memory that is being used by IBM MessageSight Long
MessagePayloads The amount of memory that is being consumed by IBM MessageSight for message payloads Long
PublishSubscribe The amount of memory that is being consumed by IBM MessageSight for publish/subscribe data structures Long
Destinations The amount of memory that is being consumed by IBM MessageSight for destinations on which messages can be buffered Long
CurrentActivity The amount of memory that is being consumed by IBM MessageSight for current activity Long


MQTT Store Metrics


This provides information about the disk and pool characteristics of the MessageSight MQTT broker machine.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.cluster.mqtt:name=<<contextRoot>>, 
  type=mqttStoretatistics


Frequency: 15 Minutes



Attributes


Attribute Description Type
*RecordsUsedBytes Pool Records used memory in bytes 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
NodeName Name of the appliance String
TimeStamp Date and time Date
DiskUsedPercent Specifies the percentage of disk space that is used Long
DiskFreeBytes Specifies the amount of disk space that is available Long
MemoryUsedPercent Specifies the percentage of persistent memory that is used, and therefore not available Long
MemoryTotalBytes Total memory in bytes Long
*TotalBytes Pool total bytes Long
*UsedBytes Total used bytes by Pool Long
*UsedPercent Memory in Percent used by Pool Long
*RecordsLimitBytes Pool Records limit in bytes Long


MQTT Topic Metrics


This provides information about the topics in the MessageSight MQTT broker machine. It includes details like subscriptions, published messages etc.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.cluster.mqtt:name=<<contextRoot>>, 
  type=mqttTopictatistics


Frequency: 15 Minutes



Attributes


Attribute Description Type
FailedPublishes The number of publish requests that failed because the message is rejected by one or more subscriptions. 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
NodeName Name of the appliance String
TimeStamp Date and time Date
TopicString The topic that is being monitored. The topic string always contains a wildcard. String
Subscriptions The number of active subscriptions on the topics that are monitored. The figure shows all active subscriptions that match the wild carded topic string. Long
ResetTime The time at which the statistics for the topic were reset. The ResetTime is usually the time when the topic monitor is created. Date
PublishedMsgs The number of messages that are successfully published to a topic that matches the wildcarded topic string. Long
RejectedMsgs The number of messages that are rejected by one or more subscriptions where the quality of service level did not cause the publish request to fail. Long


Jazz MQTT Service – Messages Received Count


This facet captures the count of messages received by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


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


Frequency: 15 Minutes



Attributes


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

Missing Attributes



Jazz MQTT Service – Messages Received Frequency (msgs/sec)


This facet captures the frequency of messages received by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService,
  facet=Frequency (msg/s),
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Messages Received Reset Counter


This facet captures the count of reset messages received by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


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


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Messages Sent Count


This facet captures the count of messages sent by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


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


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Messages Sent Frequency (msgs/sec)


This facet captures the frequency of messages sent by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService,
  facet=Frequency (msg/s),
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Messages Sent Reset Counter


This facet captures the count of reset messages sent by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


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


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Messages Sent Queued Counter


This facet captures the count of queued messages to be sent by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


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


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Messages Received Queue Exhausted Counter


This facet captures the count of times when the thread pool size to process received messages has maxed out and the queue to hold excess is full.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService,
  facet=Queue Exhausted,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Published Messages Lost Count


This facet captures the count of published messages that got lost and did not make it to the broker.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Stats,
  facet=Send Success rate,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Message Processing Time


This facet captures the average processing time for handling messages received by the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


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


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Message Sent Result - Success


This facet captures the count of published messages that were successfully delivered to the broker.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Stats,
  facet=Send Success rate,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Message Sent Result - Failure


This facet captures the count of published messages that failed to be delivered to the broker.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics,
  group=MqttService Stats,
  facet=Send Success rate,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Message processed on main thread


This facet captures the count of received messages that were processed on the main thread in the Jazz MQTT Service as the service was being deactivated and also when the threadpool and the queue to use for holding tasks before they are executed were exhausted.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Stats,
  facet=Send Success rate,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Received Messages - Queue Size


This facet captures the size of the queue in MQTT service used to hold incoming messages before a background thread becomes available to process them.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Stats,
  facet=Arrived Messages Processing,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Received Messages – thread pool size


This facet captures the size of the thread pool used to handle the incoming messages by the Jazz MQTT service. The excess messages will be held in queue.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Stats,
  facet=Arrived Messages Processing,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Failed connections to broker


This facet captures the count of failed connections to the broker from the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Client Stats,
  facet=Failed to connect,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Jazz MQTT Service – Lost connections to broker


This facet captures the count of lost connections to the broker from the Jazz MQTT service.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=MqttService Client Stats,
  facet=Connection lost,
  counterName=*


Frequency: 15 Minutes



Attributes


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

Missing Attributes


Distributed Data Microservice – Key Size


Facet reports the size of the object used as a map Key.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=Distributed Maps and Values Sizes,
  facet=Key Size,
  counterName=*


Frequency: 15 Minutes



Attributes


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



Distributed Data Microservice – Added Value Size


This facet reports the size of the data help in the map.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=Distributed Maps and Values Sizes,
  facet=Added Value Size,
  counterName=*


Frequency: 15 Minutes



Attributes


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


Distributed Data Microservice – Number of Elements in Map


This facet reports the number of elements in the map.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=Distributed Maps and Values Sizes,
  facet=Number of Elements in Map,
  counterName=*


Frequency: 15 Minutes



Attributes


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


Distributed Data Microservice – Bytes transferred (in kb)


This facet reports the size of data (in KB) transferred between persistence layer and distributed maps in memory.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  group=Distributed Persistence Layer,
  facet=Bytes transferred (in kb),
  counterName=*


Frequency: 15 Minutes



Attributes


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


Distributed Data Microservice – Elapsed time (in ms)


This facet reports the times it takes for the data transfers to and from the persistence layer.


Advanced Property


You enable this bean by setting Enable Cluster Metrics Mbean to true


Syntax


com.ibm.team.foundation.counters:name=<<contextRoot>>, 
  type=counterMetrics, 
  Distributed Persistence Layer,
  facet=Elapsed time (in ms),
  counterName=*


Frequency: 15 Minutes



Attributes


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



Related topics: Common Managed Beans

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r7 < r6 < r5 < r4 < r3 | More topic actions...
 
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.