ENQUEUE
The ENQUEUE control statement causes the CMF MONITOR Extractor to collect enqueue contention data.
[MAJOR=nnnnnnnn]
[,MINOR=nnnnnnnn]
Sampler and record types | The ENQUEUE statement controls the EQES sampler, which produces SMF type 77 records. | |
Analyzer statements and reports | ENQUEUE PERFSUM, PERFORM | Enqueue Conflict Report Performance Summary Report |
Parameters
The parameters for the ENQUEUE control statement are:
MAJOR= | specifies a major name to be monitored If this parameter is not specified, enqueue activity for all major and minor names is collected. The major name can be from 1 to 8 characters long. |
---|---|
MINOR= | specifies a minor name to be monitored If this parameter is not specified, enqueue activity for all minor names is collected. The minor name can be from 1 to 44 characters long. A MINOR name cannot be specified unless a MAJOR name is specified. |
Example
The CMF MONITOR Extractor collects all enqueue activity information.
Related topics