IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

mqsireportflowstats command - z/OS

Use the mqsireportflowstats command on z/OS® to display the current options for accounting and statistics that have been set by the mqsichangeflowstats command.

Syntax

z/OS command - BIPRPMS

Read syntax diagramSkip visual syntax diagram
>>-mqsireportflowstats--BrokerName--+- -a-+--------------------->
                                    '- -s-'   

>--+- -e--IntegrationServerName-- -f--MessageFlow-+------------->
   '- -g-- -j-------------------------------------'   

>--+----------------------+--+------------------+--------------><
   '- -k -applicationName-'  '- -y -libraryName-'   

z/OS console command

Synonym: rs

Read syntax diagramSkip visual syntax diagram
>>-+-reportflowstats-+--+-a=yes-+------------------------------->
   '- rs ------------'  '-s=yes-'   

>--+-e=IntegrationServerName--f=MessageFlow-+------------------->
   '-g=yes--j=yes---------------------------'   

>--+--------------------+--+----------------+------------------><
   '- k=ApplicationName-'  '- y=LibraryName-'   

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.

-e IntegrationServerName
(Required) Specify the name for the integration server, 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 integration servers 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 integration server.

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 integration servers, you must use -j instead of -f.
-k applicationName
(Optional) This parameter specifies the name of the application that contains the message flow for which statistics collection options are reported.

When you set this parameter, you must also set either the -f (message flow) parameter, or the -j (all message flows) parameter. To display statistics collection options for a named message flow in a specific application, set the -k and -f parameters. To display statistics collection options for all message flows in an application, set the -k and -j parameters.

You can use this parameter with the -y (library name) parameter to specify that the message flow is contained in a library referenced by the application.

-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.

-y libraryName
(Optional) This parameter specifies the name of the library that contains the message flow for which statistics collection options are reported.

When you set this parameter, you must also set either the -f (message flow) parameter, or the -j (all message flows) parameter. To display statistics collection options for a named message flow in a specific library, set the -y and -f parameters. To display statistics collection options for all message flows in a library, set the -y and -j parameters.

Examples

Using the command BIPRPMS:
  • Request a report for message flow "MyFlow1" in the integration server "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 integration servers:
      mqsireportflowstats BrokerA -s -g -j
Using the console form of the command, request a report for message flow "MyFlow1" in the integration server "default" for both archive and snapshot statistics collection:
  mqsireportflowstats  s= a= e=default f=MyFlow1

an28450_.htm | Last updated Friday, 21 July 2017