Measure Reference Manual
The fields included in BRIEF reports are in boldface type.
ID Fields DDL Definition
DEFINITION zmsodisk-id.
02 pin type binary 16 unsigned.
02 device-type type binary 16 unsigned.
02 device-subtype type binary 16 unsigned.
02 servernet type binary 16 unsigned.
02 device-name type character 8.
02 logical-device type binary 32 unsigned.
02 GMS.
03 group type binary 32 unsigned.
03 module type binary 32 unsigned.
03 slot type binary 32 unsigned.
02 SCSI-id type binary 64.
02 config-name type character 64.
02 adapter-name type character 64.
02 SAC-name type character 64.
02 volume-name type character 8.
02 cell type binary 16 unsigned.
02 side type binary 16 unsigned.
02 reserved-1 type character 4.
end
Counter Fields DDL Definition
DEFINITION zmsodisk-ctrs.
02 request-qtime type binary 64.
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.
end
DDL Record Description Fields
RECORD zmsodisk. FILE is "zmsodisk" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsodisk-ctrs.
02 id type zmsodisk-id.
end
DDL Record for OPDISK Entities (Legacy Style)
The Legacy Style DDL record for OPDISK entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type.
RECORD opdisk. FILE is "opdisk" ENTRY-SEQUENCED.
.
.
.
(error, time items, and measurement identification items;
see Common Entity Header Fields (page 144))
.
.
.
* entity identification items:
02 pin type binary 16 unsigned.
02 device-name type character 8.
OPDISK 265