WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Viewing message flow accounting and statistics data collection parameters
You can view the parameters that are currently in effect for message flow accounting and statistics data collection by using the mqsireportflowstats command.
Before you start:
- Read the concept topic about message flow accounting and statistics data.
- Ensure that message flow statistics and accounting data are being collected. For more information, see Starting collection of message flow accounting and statistics data.
Issue the mqsireportflowstats command
to view the parameters that are currently being used to control archive
or snapshot data collection. You can view the parameters
for a broker, an execution group, or an individual message flow. For example, to view parameters for snapshot data for all
message flows in all execution groups for BrokerA, enter:
mqsireportflowstats BrokerA -s -g -j
Using SDSF on z/OS®, enter:
/F BrokerA,rs s=yes,g=yes,j=yes
Refer to the mqsireportflowstats command for further examples.
The mqsireportflowstats command displays the current status; for example:
BIP8187I: Statistics Snapshot settings for flow MyFlow1 in execution
group default - On?: inactive,
ThreadDataLevel: basic, NodeDataLevel: basic,
OutputFormat: usertrace, AccountingOrigin: basic
Next:
You can now modify the data collection parameters.