Measure Reference Manual
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).
Related Commands
PageFunctionCommand
41Adds an entity to the configurationADD entity-type
61Displays the configurationINFO entity-type
Usage Note for ALL PVUs and RVUs
For the PROCESSH entity, you can delete the entire entity from a measurement, but you cannot
delete an individual code-space specifier.
Usage Notes for H-Series and J-Series PVUs and RVUs
• In Measure H03/J01, and later PVUs, the DELETE 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 DELETE 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 delete entities using ANSI SQL names:
+ DELETE FILE ’TABLE CATALOG_12.SCHEMA_34.TABLE_56’
+ DELETE DISCOPEN ’TABLE CATALOG_12.SCHEMA_34.TABLE_56 PARTITION PART_78’
+ DELETE DISKFILE ’SCHEMA SCHEMA_34’
• To define a configuration that measures all CPUs except CPU 6:
+ ADD CPU *
+ DELETE CPU 6
+ INFO CPU
Add cpu *
Delete cpu 6
• To measure the TRANSACTIONS counter in all programs of the ACCT subvolume except
ACCT.BILLING:
+ ADD USERDEF ACCT.*
+ DELETE USERDEF ACCT.BILLING
+ ADD COUNTER TRANSACTIONS, PROCESS ACCT.*, TYPE ACCUM
• To exclude a subset of entities from being measured, first use the ADD command to add the
set, then use the DELETE command to delete the subset. For example, if you want to measure
all CPUs except CPU 0, enter the following:
+ ADD CPU *
+ DELETE CPU 0
+ START MTEST
• To measure all files on all disks except $SYSTEM, and only measure files in subvolume SYS00
of disk $SYSTEM, add each individual disk except $SYSTEM, then add the $SYSTEM.SYS00
subvolume:
52 MEASCOM Commands