Monitoring and Managing a TIBCO BusinessEvents Cluster : MM Method Reference

MM Method Reference
TIBCO BusinessEvents Monitoring and Management provides the following groups of methods you can use to manage a deployed cluster:
See the following table for details.
Inference Agent Methods
 
Retrieves the total number of events currently in the agent’s Rete network. Note that events with time to live zero (ttl=0) do not persist in the Rete network.
The performance profiler is primarily used towards the end of the development phase, to check for bottlenecks and refine the project design. For full details about using profiler as well as a detailed reference, see Chapter 22, BusinessEvents Performance Profiler in TIBCO BusinessEvents Developer’s Guide.
Turns on the profiler and starts collecting data for the specified duration. When time is complete or the profiler is turned off, profiling data is saved to a file in a comma-separated format.
Retrieves a table listing the total number of rules fired in this agent since startup or since statistics were last reset.
Process Methods
 
Table 40 Process Methods
Resumes one or all of the destinations of one or all of the channels, depending on the arguments provided.
Suspends one or all of the destinations of one or all of the channels, depending on the arguments provided.
Retrieves the value of the specified host information property, or of all properties if none specified.
Retrieves an instance with the specified ID from the specified agent or from every agent.
If URI is not provided: Returns a table with of all of the scorecards in the specified agent or in every agent.
Turns on the profiler and starts collecting data for the specified duration. When the time is complete or the Profiler is turned off, profiling data will be saved to a file in comma separated format.
Resets the total number of rules fired to zero for the specified inference agent or for every inference agent.
Gets info about the rule with the specified URI for the specified inference agent or for every inference agent.
Gets a table listing the rules deployed for the specified inference agent or for every inference agent.
Gets a table listing the total number of rules fired for the specified inference agent or for every inference agent.
Query Agent Methods