Measure Reference Manual

A double prompt (++) at the bottom of the screen signals that another report follows the one currently
on the screen. Press Return (or any other key) to view the next report. Press Ctrl-Y or type BREAK
at the double prompt to ignore subsequent reports:
If you entered multiple commands on the previous command line, BREAK interrupts the current
command and executes the next command.
If you did not enter multiple commands, BREAK interrupts the current command and returns
the MEASCOM prompt.
Syntax
LISTACTIVE [ / OUT filename / ] [ entity-type ]
entity-spec [ , listactive-option ] ...
OUT filename
directs command output to filename. If filename does not exist, MEASCOM creates an
EDIT file by that name and writes command output to it. If filename does exist, MEASCOM
opens the file and appends command output to it.
After the LISTACTIVE command executes, MEASCOM resumes writing its output to the current
OUT file (typically, the terminal). This option does not affect the log file contents.
entity-type
is one of:
CLUSTER DISKFILE OSSCPU SQLSTMT
CONTROLLER FILE OSSNS SYSTEM
CPU LINE PROCESS TERMINAL
DEVICE NETLINE SERVERNET TMF
DISC OPDISK SQLPROC USERDEF
The entity-type keyword is optional if you specified it as the default command object by
using the ASSUME command.
LISTACTIVE has special entity syntax for the DEVICE, DISC, FILE, LINE, NETLINE, PROCESS,
SQLPROC, USERDEF, and TERMINAL entities. For details, see LISTACTIVE Entity Specification
Special Cases (page 89).
NOTE: For a LISTACTIVE command, an asterisk (*) cannot be used for the DEVICE or DISC
entities; a specific device or disk must be named.
entity-spec
identifies the entity to be measured. Entity specifications are specific to each entity type. For
the syntax, see the description of the specified entity type in Chapter 3: Entities and Counters
(page 136).
NOTE: Because LISTACTIVE uses entity-spec to access the entity control block directly
(which in turn is used to access the counter record in system counter space), entity-spec
must specify only one entity and must indicate the processor in which it resides.
Thus, DISKFILE accepts ANSI SQL partition names, but not ANSI SQL object names.
listactive-option
is one of:
DOTS { ON | OFF }
sets whether report displays include connecting dots between labels and numeric values.
Valid only if STYLE is ZMS. The default is OFF.
ON
displays use dots to connect labels to formatted numbers.
LISTACTIVE entity-type 87