Measure Reference Manual
LISTALL entity-type
The LISTALL entity-type command reads data from the current data file (the file most recently
specified in an ADD MEASUREMENT command) and displays a report for each entity included in
the entity-spec parameter.
The LISTALL command is similar in function and syntax to the LIST entity-type command.
However, LISTALL differs in that it lists each interval record within the specified measurement
window.
A double prompt (++) signals that another report follows the one 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 causes the current
command to be interrupted and the next command to be executed.
• If you did not enter multiple commands, BREAK interrupts the current command, and the
MEASCOM prompt returns.
Syntax
LISTALL [ / OUT filename / ] [ entity-type ] entity-spec
[ , list-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 LISTALL command executes, MEASCOM resumes writing its output to the current OUT
file (typically, the terminal). This option does not affect the contents of the log file.
entity-type
is one of:
CLUSTER DISCOPEN OPDISK SERVERNET TMF
CONTROLLER DISKFILE OSSCPU SQLPROC USERDEF
CPU FILE OSSNS SQLSTMT
DEVICE LINE PROCESS SYSTEM
DISC NETLINE PROCESSH TERMINAL
The entity-type keyword is optional if you specified it as the default command object by
using the ASSUME command.
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).
list-option
is one of:
BY item-name [ ( ASCENDING ) | ( DESCENDING ) ]
CR-NAME-LEN { SHORT | LONG }
CR-NAME-FORM { STANDARD | DEMANGLED | BOTH }
CR-NAME-QUAL { UNQUALIFIED | QUALIFIED }
DOTS { ON | OFF }
FOR duration
FORMAT { BRIEF | NORMAL | STRUCTURED }
FROM [ [ start-date,] start-time-of-day ]
IF { item-name operation value }
LOADID loadid
STYLE { LEGACY | ZMS }
TO [ end-date,] end-time-of-day ]
TOLERANCE { ON | OFF }
LISTALL entity-type 95