ILOG JRules User Guide > Executing Rules > Tasks > Executing a Ruleset Using Rule Execution Server > Monitoring Ruleset Execution Using the MBeans Accessor API

The IlrJmxRulesetMBean interface shows all the execution metrics available on each ruleset MBean.

To monitor ruleset execution using the MBeans Accessor API:

  1. Connect your JMX client to the MBean server of the application server.
  2. Access the ruleset MBean from the interface.
  3. Invoke the get methods that you want.
  4. The results are shown in your JMX tool.

The following table lists the IlrJmxRulesetMBean methods

Table 1 IlrJmxRulesetMBean Methods
Type 
Method Name 
Type 
Method Name 
long 
long 
long 
long 
long 
long 
long 
long 
long 
long 
long 
long 
long 
long 

images/IlrJmxRulesetMBean.png

Related Concepts

Ruleset Execution Trace

Related Tasks

Creating a POJO Client Project for RuleApps
Creating a Web Service or Monitored Transparent Decision Service Project for RuleApps
Creating an SCA Component Client Project for RuleApps
Adding RuleApp Execution Artifacts to an Existing Project
Maintaining Execution Code Generators
Implementing a Ruleset Execution Interceptor
Invoking a Ruleset Using a Stateless Rule Session
Invoking a Ruleset Using a Stateful Rule Session
Invoking a Ruleset Using a Message-Driven Rule Bean
Tracing Ruleset Execution
Handling Rule Engine Exceptions in Rule Execution Server