DEVICE (Extractor control statements)
Monitoring modes | Any number of DEVICE control statements can be specified for each monitoring mode, continuous (CPM) or intermittent (IPM). Different sample rates can be specified in each DEVICE statement; a high sampling rate can be specified for one device group, and a low rate can be specified for a less active group. However, a single device can be specified only once for each monitoring mode; subsequent duplicate specifications for a device are ignored. | |
Sampler and record types | The DEVICE statement controls the DEVS sampler, which produces SMF type 74-1 records and CMF type 240-05 user records. | |
Analyzer statements and reports | CMFSUM DEVACT PERFSUM, PERFORM SHARDEV | CMF Summary Report Device Activity Report Performance Summary Report Shared Device Activity Report |
Other BMC Software products | The DEVICE control statement must be defined in the hilevel.UBBPARM CMFxPMxx member, for BMC AMI Ops Monitor for z/OS data collector. |
Parameters
The parameters for the DEVICE control statement are:
ALL= | Specifies that all online devices in the system are to be measured. The ALL parameter is ignored when CLASS is specified. |
---|---|
RANGE= | Specifies a range of devices to be measured. Device numbers can be between 3 and 5 digits in length. The range can consist of a list of single device addresses, a list of device ranges (xxxxx:xxxxx), or a combination of both. Device addresses must be entered as either three, four, or five-digit hexadecimal values. You can specify up to eight devices or device ranges. The first device specified for a device range must be a physically attached device. When defining a device number that contains the subchannel set ID, then the specified range will only be monitored on the defined subchannel set. When subchannel set ID is not defined, the specified range will be monitored on all subchannel sets. Examples:
|
CLASS= | Specifies a class of device to be sampled Only one class can be specified per DEVICE statement. Only the EXCEPT, OFFLINE, and SAMPLE parameters are valid with CLASS. Parameters ALL and RANGE are ignored when CLASS is specified.
|
EXCEPT= | Specifies a range of devices to be excluded from measurement activity. Device numbers can be between 3 and 5 digits in length. The range can consist of a list of single device addresses, a list of device ranges (xxxxx:xxxxx), or a combination of both. This exclusion applies only to the specification on this control statement and has no effect on prior or subsequent control statements. You can specify a maximum of eight devices or device ranges. Device addresses must be entered as either three, four, or five-digit hexadecimal values. When defining a device number that contains the subchannel set ID, then the specified range will only be monitored on the defined subchannel set. When subchannel set ID is not defined, the specified range will be monitored on all subchannel sets. Examples:
|
OFFLINE= | Specifies whether data will be collected for offline devices The default is NO. Activity for online devices is always collected. If OFFLINE=NO is specified, activity will be collected for devices that are varied online after the sampler has started. |
SAMPLE= | Specifies the number of milliseconds between data gathering cycles for this group of devices The default is 1500. Acceptable values are 20 to 9999. |
Examples