Measure Reference Manual

03 lun type binary 16 unsigned.
03 partition type binary 16 unsigned.
03 target-id type binary 16 insigned.
02 config-name type character 64.
02 adapter-name type character 64.
02 SAC-name type character 64.
end
Counter Fields DDL Definition
DEFINITION zmsdev-ctrs.
02 requests type binary 64.
02 reads type binary 64.
02 writes type binary 64.
02 input-bytes type binary 64.
02 output-bytes type binary 64.
02 read-qbusy-time type binary 64.
02 read-qtime type binary 64.
02 write-qbusy-time type binary 64.
02 write-qtime type binary 64.
02 device-qbusy-time type binary 64.
02 DBIO-reads type binary 64.
02 DBIO-writes type binary 64.
end
DDL Record Description Fields
RECORD zmsdev. FILE is "zmsdev" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 id type zmsdev-id.
02 ctr type zmsdev-ctrs.
end
DDL Record for DEVICE Entities (Legacy Style)
The Legacy Style DDL record for DEVICE entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type (requests appears only in G-series brief
reports).
The DDL record for G-series and later DEVICE entities is identical to the record for D-series DEVICE
entities except:
The CHANNEL field is redefined to SERVERNET.
Different entity identification fields are used. The CTRL and UNIT fields are no longer used.
A SCSI-ID identifier is added to identify devices connected by a ServerNet/DA or FCSA.
Counters are added to measure busy time in the queue-based ServerNet environment. The
READ-BUSY-TIME and WRITE-BUSY-TIME counters are no longer used.
Counters are added to measure direct-bulk I/O operations.
Existing I/O counters such as READS and WRITES also include direct-bulk I/O operations.
Longer byte-count fields are provided to reduce the possibility of field overflow. In G-series
RVUs, each 32-bit byte-count field has a 64-bit counterpart. In H-series and J-series RVUs, all
byte-count fields have 64 bits. For information on using the 64-bit fields, see Usage Note for
G-Series DEVICE Entities (page 188).
The ERROR field can signal a field overflow in a 32-bit byte-count field.
DEVICE 181