Measure Reference Manual
COMMENTS
The COMMENTS command specifies which comment messages are displayed. Comments are
identified by the word COMMENT and a number in the range 2000 through 2999.
Syntax
COMMENTS { DISPLAY { ALL | comm-num [, comm-num ] ... } }
{ SUPPRESS { ALL | comm-num [, comm-num ] ... } }
DISPLAY
specifies which comment messages are to be displayed.
ALL
causes all comments to be displayed except those specified by one or more succeeding
COMMENTS SUPPRESS commands. COMMENTS DISPLAY ALL is the default.
comm-num
is the number of a comment (2000 through 2999).
SUPPRESS
specifies which comment messages are to be suppressed.
ALL
causes all comments to be suppressed except those specified by one or more succeeding
COMMENTS DISPLAY commands.
Related Command
PageFunctionCommand
133Specifies which warning messages are displayedWARNINGS
Usage Note
• Measure includes only one comment, numbered 2000.
Example
To suppress comment 2000:
+ COMMENTS SUPPRESS 2000
DELETE entity-type
The DELETE entity-type command deletes entities of the specified type from the current
configuration.
Use the DELETE entity-type command in combination with the ADD entity-type * command.
DELETE entity-type lets you exclude a specific resource from a measurement.
Syntax
DELETE [ entity-type ] entity-spec [ , entity-spec ] ...
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
COMMENTS 51