TSOPERF
The TSOPERF control statement requests two reports:
- TSO Command Summary Report
- TSO Interval Summary Report
[TYPE={COMMAND|CMD|INTERVAL|INT|ALL}]
[,PLOT={RESPONSE|RSP|TSO}]
[,LIMIT={32|nn}]
[,SCALE={999|nnn}]
[,DARK={NO|YES}]
The TSOPERF statement uses data collected by the following Extractor control statements:
- CPU
- TSODATA
Parameters
The parameters for the TSOPERF control statement are as follows:
TYPE= | specifies which of the two report formats is to be produced; the default is ALL
|
---|---|
PLOT= | identifies which of two variables reported in the Interval Summary report is to be plotted
|
LIMIT= | limits the number of TSO commands that are reported If 999 is specified, all TSO commands are reported. If a value less than 999 is specified, it defines the maximum number of TSO commands that can be reported. TSO commands are selected for the report by order of usage until the LIMIT value is reached. If TYPE=INT is specified, LIMIT is ignored. The default is 32. |
SCALE= | specifies the scaling value to be used on the response plot for the Command Summary report The range of values is from 1 to 999. The default is 999: the maximum response time is used for the scale. If TYPE=INT is specified, SCALE is ignored. |
DARK= | specifies whether the average bar line on the plots will overstrike Overstriking the print line highlights the average line. The default is NO. |
Examples
The following examples illustrate the use of the TSOPERF control statement.
Related topics