Previous Topic: Collect PC Statistics for a Single ProcessNext Topic: Investigate System CPU Time


Generate Reports from a System-Wide PC Log File

To generate reports from a system-wide PC log file, you must give a command of the following type:

$ ADVISE COLLECT REPORT SYSTEM_PC/qualifiers pclogfile   

This command accepts one parameter, the name of the PC log file, and certain qualifiers as explained below. No special privileges are needed to use this command. The /OUTPUT qualifier can be used to give the file specification for the report; if this is omitted, the report is generated as SYSTEMPC.RPT in the user default directory.

The command below generates a report, SYSTEMPC.RPT, from the log file SYSTEM.PCS. The report contains statistics for a PC location, processor access mode, IPL level, interrupt stack activity, and processes active during the collection period.

$ ADVISE COLLECT REPORT SYSTEM_PC SYSTEM.PCS

The following command causes the same report to be generated as PC.RPT:

$ ADVISE COLLECT REPORT SYSTEM_PC/OUTPUT=PC.RPT SYSTEM.PCS