You can subscribe to topics that return statistics about the operation of your message flows and resource managers.
Message flow performance
$SYS/Broker/integrationNodeName/Statistics/JSON/record_type/integrationServerName/message_flow_name
$SYS/Broker/integrationNodeName/StatisticsAccounting/record_type/integrationServerName/message_flow_name
IBM/IntegrationBus/integrationNodeName/Statistics/JSON/record_type/integrationServerName/message_flow_name
IBM/IntegrationBus/integrationNodeName/StatisticsAccounting/record_type/integrationServerName/message_flow_name
where integrationNodeName is the name of the integration node, record_type is the type of record (SnapShot or Archive), integrationServerName is the name of the integration server that you created on that integration node, and message_flow_name is the name of the message flow that you deployed to the integration server.
These messages contain statistics reports and are published at a regular interval, which you control by setting the statsInterval property of the integration node. Each MQ publication is a JMS TextMessage that contains the statistics report in XML format.
mqsichangeproperties IBNODE -b pubsub -o OperationalEvents/MQ -n format -v none
The
pubsub component change overrides the use of environment variables.
For more information, see Parameter values for the pubsub component.Resource performance
$SYS/Broker/integrationNodeName/Statistics/JSON/Resource/integrationServerName
$SYS/Broker/integrationNodeName/ResourceStatistics/integrationServerName
IBM/IntegrationBus/integrationNodeName/Statistics/JSON/Resource/integrationServerName
IBM/IntegrationBus/integrationNodeName/ResourceStatistics/integrationServerName
For more information about how to interpret the resource statistics that are included in the publication, see Viewing resource statistics data in the web user interface.
Using wildcards in subscriptions
$SYS/Broker/+/StatisticsAccounting/#
IBM/IntegrationBus/+/StatisticsAccounting/#
To receive integration server resource statistics reports for all integration nodes and all integration servers, subscribe to the following topics:
$SYS/Broker/+/ResourceStatistics/#
IBM/IntegrationBus/+/ResourceStatistics/#
Subscribers receive statistics reports only from those integration nodes that are enabled to produce statistics.