CL Command Reference - PRTACTRPT

CL Command List > PRTACTRPT Reference

Description:

The Print Activity Report (PRTACTRPT) command generates reports based on the data collected by the Work With System Activity (WRKSYSACT) command.


Examples:

Example 1: Generating a Summary Report

PRTACTRPT

This command submits a batch job that generates a summary activity report using the performance data found in the default member QAITMON located in the default library QPFRDATA. The report covers the entire measurement period, and the title of the report is left blank.



Example 2: Generating a Summary and Detailed Activity Report

PRTACTRPT MBR(JUNE01) TITLE(ĄŻActivity Report for June 1stĄŻ)
RPTTYPE(*ALL) SEQ(*CPU)

This command submits a batch job that generates both a summary and a detailed activity report. The performance data comes from member JUNE01 located in the default library QPFRDATA. The report covers the entire measurement period, and the title of the report is ĄŻActivity Report for June 1stĄŻ. The detailed activity report lists ten entries in descending order according to CPU utilization for each interval.