Previous Topic: Types of Resource Utilization Graphs

Next Topic: SYSPLOT Report Codes


Examples

Example 1

2       10

FFGRAPH

Display graphs from the input file using all default values for the parameters.

Example 2

FFGRAPH RECID=255,FROM=84318,
        TRANSID=(P001,P002,P003,P004,P005), DAILY,
        SYSPLOT=ALL

Display graphs using the transaction IDs selected as input from the 318th day of 1984 to end of file.

Example 3

FFGRAPH SUMMARY=BOTH,COLLAPSE,START=0700,
        NEWPLOT=(TRANSACT,CPU),
        NEWPLOT=(SCHEDULE,CPU),
        SYSPLOT=(A,G,H,M,P,Q,K),
        HEADER='NEW PLOT EXAMPLE',
        CALENDAR=(ALL,MAX,AGH,ABC),
        SPAN=60

Graph both the MAX and AVG versions of the SUMMARY report. The DAILY reports requested by default are plotted on a 60 minute time span beginning 0700 for 24 hours. The two NEWPLOTs are plotted with the SYSPLOTs requested. CALENDAR is displayed 3 times with different values. The graph is also collapsed.