How to check Ignite dataRegion metrics through JMX port and MBean
book
Article ID: KB0070363
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
6.2 and above
Description
This article gives the steps to consult and enable Ignite dataRegion metrics for BE app.
To check metrics from Cache data region you can connect by JMX port and use some tool like JConsole.
In JConsole (or the chooses tool) go to MBeans tab, select "org.apache" directory, and the name of your node, under this one, you'll find Ignite metrics.
Go to DataRegionMetrics.
Select the metric you need and click on Operations to see the available methods for the metric. By default the metric is disabled, in the next step you'll enable it.
Click on method enableMetrics() to enable.
A message informing the metric is enabled will appear, click Ok to close it.
Go to Attributes option and click Refresh button at the bottom of the screen to see the updated data.
To disable the metric, go again to Operations and invoke the disableMetrics() method.
A successful message will appear, click Ok to close it. If you refresh the metric it will show the default values.
Issue/Introduction
This article gives the steps to consult and enable Ignite dataRegion metrics.