PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.4 User Guide
  Label: mbeans

Content with label mbeans in Coherence 3.4 User Guide (See content from all spaces)
Related Labels: reporter , jmx , cluster

Analyzing Reporter Content
Coherence provides out of the box information that helps Administrators and Developers better analyze usage and configuration issues that may occur. The following is included: Network Health The Network Health report contains the primary aggregates for determining the health of the network communications. The network ...
Configuring Custom MBeans
section describes the following steps for configuring custom MBeans. Creating a Configuration File Custom MBeans are configured in an XML configuration file. The elements in the file describe the MBean type, MBean implementation, and the target MBean {{ObjectName}}. The current release of Coherence ...
How to create a custom report
Coherence reporting feature provides a capable query definition that allows for any information residing in the coherence JMX data source to be logged to a text file. After a custom report has been created, the custom report can be included in a report batch ...
How to Manage Coherence Using JMX
Coherence includes facilities for managing and monitoring Coherence resources by using the Java Management Extensions (JMX) API. JMX is a Java standard for managing and monitoring Java applications and services. It defines a management architecture, design patterns, APIs, and services for building general ...
How to Manage Custom MBeans Within the Coherence Cluster
addition to How to Manage Coherence Using JMX, Coherence http://www.tangosol.com/coherence.jsp provides the ability to manage and monitor "custom MBeans" (i.e. applicationlevel MBeans) within the Coherence JMX Management and Monitoring framework. This allows you to manage and/or monitor any ...
How to modify report batch
Configuring a report batch is one of the steps in creating a custom report. You typically configure it after creating report configuration files How to create a custom report. This configuration file determines what reports get executed by the reporter, how often ...
How to run a report on demand
report can be run on demand using either JConsole or the JMX HTTP Adapter. The reporter MBean Operations contain a method {{runReport(String sReportPath)}}. The report path can either be a resource in {{coherence.jar}} or a file URL. JConsole Screen !reporteroperations.jpg
tangosol.coherence.management.report.autostart
Description When the report autostart system property is set to true, the ReportControl MBean will start execution when then node is started. This property must be used in correlation with the tangosol.coherence.management.report.group tangosol.coherence.management.report.group and the configuration of the custom MBean XML file. Dtangosol.coherence.management.report.autostart=true
tangosol.coherence.management.report.group
Description The report group system property configures the ReportControl MBean with the specified configration file. This property must be used in correlation with the tangosol.coherence.management.report.autostart tangosol.coherence.management.report.autostart and the configuration of the custom MBean XML file. Dtangosol.coherence.management.report.group=./reportbatch.xml