Measure Reference Manual

+ ADD FILE $DISC1.*.*
+ ADD FILE $DISC2.*.*
+ ADD FILE $DISC3.*.*
+ ADD FILE $DISC4.*.*
+ ADD FILE $DISC5.*.*
+ ADD FILE $SYSTEM.SYS00.*
NOTE: It is not possible to add a subset of an item that has been deleted. You CANNOT
use a wildcard to specify all files, then delete the $SYSTEM volume and add back the SYS00
subvolume of the $SYSTEM volume (that is, the following example will NOT work:
+ ADD FILE $*
+ DELETE FILE $SYSTEM.*.*
+ ADD FILE $SYSTEM.SYS00.*
If there are too many disks in the system to add separately, measure all files by using the ADD
FILE $* command, then use the LIST command to view the files you want.
DELETE COUNTER
The DELETE COUNTER command deletes one or more user-defined counters from the current
configuration.
Syntax
DELETE [ COUNTER ] counter-name [ , counter-name ] ...
COUNTER
is optional if you specified COUNTER as the default command object by using the ASSUME
command.
counter-name
is the name of the counter to be deleted. To delete all user-defined counters from the current
configuration, use an asterisk (*).
CAUTION: DELETE COUNTER deletes all configured counters of the specified name even if
they are modified by different processes.
Related Commands
PageFunctionCommand
43Adds a user-defined counter to the configurationADD COUNTER
63Displays the user-defined counters in the configurationINFO COUNTER
Example
To delete the user-defined counter TRANSACTIONS (both TRANSACTIONS counters are deleted
even though they are modified by two different processes):
+ INFO COUNTER *
Add counter TRANSACTIONS, process $PERF.QUOTAS.BILLING, accum
Add counter WAITING, process $PERF.QUOTAS.BILLING, busy
Add counter TRANSACTIONS, process $PERF.QUOTAS.INCOMING, accum
+ DELETE COUNTER TRANSACTIONS
+ INFO COUNTER *
Add counter WAITING, process $PERF.QUOTAS.BILLING, busy
DELETE COUNTER 53