Previous Topic: Generate Graphs in Command ModeNext Topic: Components of Graphs


Generate Multiple Graphs

When you generate multiple graphs with one DCL command or in Command Mode, you can produce a separate output file for each graph by specifying the /OUTPUT qualifier. The Performance Manager names each file according to the node and graph type with a default or user-specified file type.

For example, the following command creates a separate graph output file for each graph. The files reside in the default directory, and are named SUPPLY_CPU_UTILIZATION.REG and SUPPLY_TOP_BUSY_VOLUMES.REG.

$ ADVISE PERFORMANCE GRAPH/TYPE=(CPU_UTILIZATION,TOP_BUSY_VOLUMES)-
_$ /FORMAT=REGIS=CHARACTERISTIC=COLOR/NODE=SUPPLY/OUT=[]

You can specify device, directory, and filenames with the /OUTPUT qualifier if you do not want to take the defaults.