mqsireportflowstats command - z/OS®

Syntax

z/OS command - BIPRPMS

z/OS console command

Synonym: rs

Parameters

BrokerName
(Required) Specify the label of the broker for which the previously stored accounting and statistics options are to be reported.
-a
(Required) Specify that the command reports the stored settings for the archive accounting and statistics collection.

You must specify -a or -s, or both arguments. If you do not specify at least one of these arguments you receive a warning message.

-s
(Required) Specify that the command reports the stored settings for the snapshot accounting and statistics collection.

You must specify -a or -s, or both arguments. If you do not specify at least one of these arguments you receive a warning message.

-e ExecutionGroupName
(Required) Specify the name for the execution group, for which accounting and statistics options are to be reported.

You must specify either -e or -g. If you do not specify one of these arguments you receive a warning message.

-f MessageFlow
(Required) Specify the label for the message flow, for which accounting and statistics options are to be reported.

You must specify either -f or -j. If you do not specify one of these arguments you receive a warning message.

-g
(Required) Specifies that the command applies to all execution groups that belong to the broker.

You must specify either -e or -g. If you do not specify one of these arguments you receive a warning message.

-j
(Required) Specifies that the command applies to all message flows that belong to the execution group.

You must specify either -f or -j. If you do not specify one of these arguments you receive a warning message.

Note: If you set the -g option for all execution groups, you must use -j instead of -f.

Examples

Start of changeUsing the command BIPRPMS:
  • Request a report for message flow "MyFlow1" in the execution group "default" for both archive and snapshot statistics collection:
      mqsireportflowstats  BrokerA -s -a -e default -f MyFlow1
  • Request a report of the snapshot options that are currently stored for all message flows in all execution groups:
      mqsireportflowstats BrokerA -s -g -j
End of change
Start of changeUsing the console form of the command, request a report for message flow "MyFlow1" in the execution group "default" for both archive and snapshot statistics collection:
  mqsireportflowstats  s= a= e=default f=MyFlow1
End of change
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2009Copyright IBM Corporation 1999, 2009. All Rights Reserved.
Last updated : 2009-01-07 15:40:56

an28450_