The
GRAPH operand requests either of two graph reports:
- The Transaction Response Time Graph report. This report produces
two graphs:
- The Average Response Time (in seconds).
- The Maximum Response Time (in seconds).
- The Transaction Rate Graph report. This report produces two graphs:
- The Average Response Time (in seconds).
- The Number of Transactions Completed.
The Transaction Rate Graph report produces two graphs:
The command format is:
The options are:
- RESPONSE|TRANRATE
- Specify RESPONSE to request the Transaction Response Time
Graph. This is the default.
Specify TRANRATE to request
the Transaction Rate Graph.
Only one can be specified per GRAPH operand.
- OUTPUT
- Controls the report output DDname. If not specified, CICS PA assigns
a DDname in the format xxxxnnnn where nnnn is the report sequence
number 0001-9999 and xxxx is the type of graph:
- GRSP
- Transaction Response Time Graph
- GRTE
- Transaction Rate Graph
See OUTPUT for further
information.
- RANGE1
- Specifies the high end of the horizontal
axis of the first graph. This is the Average Response Time in
seconds.
If not specified, CICS PA sets
the scale of the horizontal axis to fit the highest recorded values.
- RANGE2
- Specifies the high end of the horizontal
axis of the second graph.
- For the Transaction Response Time Graph, this is the Maximum
Response Time in seconds.
- For the Transaction Rate Graph, this is the Number of Transactions
Completed.
If not specified, CICS PA sets
the scale of the horizontal axis to fit the highest recorded values.
- INTERVAL
- Specifies the
time interval (in hours, minutes, and seconds) for the scale of the
vertical axis of the graphs. The default is 00:05:00 (5 minutes).
- LINECOUNT
- Controls the number of lines per page. See LINECount for further information.
- TITLE1, TITLE2
- Controls the report title (left and right half of subheading line).
See TITLE1 and TITLE2 for further information.
- SELECT(PERFORMANCE(INCLUDE|EXCLUDE
- Specifies
what CMF performance data to include or exclude from the report based
on data field values. See Using SELECT statements for
a detailed explanation and examples.