Measure Reference Manual

The fields included in BRIEF reports are in boldface type.
ID Fields DDL Definition
DEFINITION zmsdfile-id.
02 FCB-number type binary 16 unsigned.
02 file-type type binary 16 unsigned.
02 file-code type binary 16 unsigned.
02 format type binary 16 unsigned.
02 file-name.
03 volume type character 8.
03 subvol type character 8.
03 filename type character 8.
02 device-name type character 8.
02 storage-pool type character 8.
02 file-name-MID.
03 PATHID type character 24.
03 CRVSN type character 6.
02 reserved-1 type character 2.
end
Counter Fields DDL Definition
DEFINITION zmsdfile-ctrs.
02 starting-eof type binary 64.
02 ending-eof type binary 64.
02 transient-opens type binary 64.
02 open-qtime type binary 64.
02 driver-input-calls type binary 64.
02 driver-output-calls type binary 64.
02 cache-read-hits type binary 64.
02 cache-write-hits type binary 64.
02 cache write-cleans type binary 64.
02 requests type binary 64.
02 requests-blocked type binary 64.
02 lockwait-time type binary 64.
02 max-lockwait-time type binary 64.
02 lock-timeouts type binary 64.
02 lock-bounces type binary 64.
02 block-splits type binary 64.
02 extent-allocations type binary 64.
02 DBIO-input-calls type binary 64.
02 DBIO-output-calls type binary 64.
02 SQL-inserts type binary 64.
02 SQL-updates type binary 64.
02 SQL-deletes type binary 64.
02 starting-rows type binary 64.
02 ending-rows type binary 64.
02 OSS-Block-Writes type binary 64.
02 OSS-Block-Write-Bytes type binary 64.
02 OSS-Cache-Callbacks type binary 64.
02 OSS-Callback-Writes type binary 64.
end
DDL Record Description Fields
RECORD zmsdfile. FILE is "zmsdfile" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsdfile-ctrs.
02 id type zmsdfile-id.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
DISKFILE 219