Measure Reference Manual
61Displays the entities in the configurationINFO entity-type
123Starts a measurement after defining the configurationSTART MEASUREMENT
Usage Note for All PVUs and RVUs
For a description of how to include and exclude subsets of entities in a measurement, refer to the
DELETE entity-type command under Examples (page 52).
Usage Notes for H-Series and J-Series PVUs and RVUs
• In H06.23/J06.12 and later RVUs, the ADD DISC command for CLIM-attached disks supports
the partition number as an optional DISC specification parameter. The partition number is the
number assigned to a partition within a partitioned disk. See also Examples.
• In Measure H03/J01 and later PVUs, the ADD command allows SERVERNET, DEVICE, and
DISC entity specifications using CLIMs. For syntax and examples, see the SERVERNET
(page 323), DEVICE (page 179) and DISC (page 189) entities.
• In Measure H01 and later PVUs, the ADD command allows DISCOPEN, DISKFILE, and FILE
entity specifications using ANSI SQL names. For syntax, see the DISCOPEN (page 208), DISKFILE
(page 217), and FILE (page 227) entities.
Examples
• To define a configuration that measures a partition within a CLIM-attached disk named $DISC1:
+ ADD DISC $DISC1 (3, X, C1002531, 308, 1)
• To add entities using ANSI SQL names:
+ ADD FILE ’TABLE CATALOG_12.SCHEMA_34.TABLE_56’
+ ADD DISCOPEN ’SCHEMA CATALOG_12.SCHEMA_34’
+ ADD DISKFILE ’CATALOG CATALOG_12’
NOTE: If an added table is being dropped and later recreated during the same measurement,
only the first instance of that table is measured.
• To add measurements on H-series using system DLLs INITDLL and MCPDLL in place of the
symbol file TSYSCLR used on G-series:
+ ADD PROCESSH $SYSTEM.SYS01.TSYSDP2 (2, *) ($SYSTEM.SYS01.TSYSDP2)
+ ADD PROCESSH $SYSTEM.SYS01.TSYSDP2 (2, *) ($SYSTEM.SYS01.INITDLL)
+ ADD PROCESSH $SYSTEM.SYS01.TSYSDP2 (2, *) ($SYSTEM.SYS01.MCPDLL)
+ ADD PROCESSH $SYSTEM.SYS01.TSYSDP2 (11, *) ($SYSTEM.SYS01.TSYSDP2)
+ ADD PROCESSH $SYSTEM.SYS01.TSYSDP2 (11, *) ($SYSTEM.SYS01.INITDLL)
+ ADD PROCESSH $SYSTEM.SYS01.TSYSDP2 (11, *) ($SYSTEM.SYS01.MCPDLL)
+ ADD PROCESSH ALLTIME 1 ($SYSTEM.SYS00.INITDLL)
+ ADD PROCESSH ALLTIME 1 ($SYSTEM.SYS00.MCPDLL)
+ ADD PROCESSH ALLTIME 1 (SL $SYSTEM.SYS00.TSL)
+ ADD PROCESSH ALLTIME 8 ($SYSTEM.SYS00.INITDLL)
+ ADD PROCESSH ALLTIME 8 ($SYSTEM.SYS00.MCPDLL)
+ ADD PROCESSH ALLTIME 8 (SL $SYSTEM.SYS00.TSL)
• To define a configuration that measures all CPUs, all disks, and all processes:
+ ADD CPU *
+ ADD DISC *
+ ADD PROCESS *
• To measure both logical (FILE) and physical (DISCOPEN) I/O operations performed on file
NWREG.ACCOUNTS when that file is opened by process 6,234:
+ ADD FILE $*.NWREG.ACCOUNTS (6,234)
+ ADD DISCOPEN $*.NWREG.ACCOUNTS (6,234)
42 MEASCOM Commands