Previous Topic: CHECKPOINT CommandNext Topic: FREE Command


DISPLAY Command

The DISPLAY command displays information about the CA CPM server environment and about the managed workflows.

This command has the following format:

DISPLAY {ALL|
         FLOW=(flowname[,prodid[,prodinfo]])|
         LISteners|
         OPTions=optlist|
         PATH=(flowname[,prodid[,prodinfo][,pathid]]),
         PROduct|
         STATistics={ALL|RESET}|
         STORage}

Note: Use commas to exclude leading parameters for FLOW and PATH. For example, DISPLAY FLOW=(,,CA71).

ALL

Displays all available information.

FLOW

Displays information about one or more flows. flowname is the partial name of the flow to display. If provided, flowname, prodid, and prodinfo limit the list of displayed flows. When no selection criteria are provided, a short summary of all known flows is displayed. When criteria are provided, only flows that match the provided data are displayed, and a summary of each job in the displayed flows is included.

LISteners

Displays information about registered listeners.

OPTions

Displays CA CPM operating parameters. If optlist is provided, only the named options or parameters are displayed. See the SET command for OPTion keywords.

PATH

Displays path information for each flow, that matches the specified selection criteria. The display includes the names and status of each job on the path; if pathid is not provided, the critical path is displayed. flowname represents the partial name of the flows to display.

PROduct

Displays a list of supported scheduling products, and the status of each.

STATistics

Displays statistics counters. If ALL is specified, displays all counters, even if the value is zero. RESET sets all counters to zero after being displayed. All other values (including blanks) for STATISTICS= causes only non zero counters to display.

STORage

Displays storage use statistics.

More information:

SET Command