Measure Reference Manual
02 requests-blocked type binary 64.
02 requests 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 cache-write-cleans type binary 64.
02 DBIO-input-calls type binary 64.
02 DBIO-output-calls type binary 64.
02 SQL-operation-time type binary 64.
end
DDL Record Description Fields
RECORD zmsdopen. FILE is "zmsdopen" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsdopen-ctrs.
02 id type zmsdopen-id.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
DDL Record for DISCOPEN Entities (Legacy Style)
The Legacy Style DDL record for DISCOPEN entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type.
The DDL record for G-series DISCOPEN entities is identical to the record for D-series DISCOPEN
entities, except for:
• The counters added to support direct bulk I/O (existing I/O counters such as
DRIVER-INPUT-CALLS also include direct-bulk I/O operations)
• The display of DP2 busy time on behalf of the SQL operation time
• New identifiers for OSS file pathname support
RECORD discopen. FILE is "discopen" ENTRY-SEQUENCED.
.
.
.
(error, time items, and measurement identification items;
see Common Entity Header Fields (page 144))
.
.
.
* entity identification items:
02 opener-cpu type binary 16 unsigned.
02 opener-pin type binary 16 unsigned.
02 ocb-number type binary 16 unsigned.
02 opener-system-name type character 8.
02 file-name.
03 volume type character 8.
03 subvol type character 8.
03 filename type character 8.
02 file-type type binary 16 unsigned.
* counter value items:
02 driver-input-calls type binary 32 unsigned.
02 driver-output-calls type binary 32 unsigned.
02 cache-hits type binary 32 unsigned.
02 cache-write-hits type binary 32 unsigned.
02 block-splits type binary 32 unsigned.
02 requests-blocked type binary 32 unsigned.
* new entity identification items for D10:
02 record-type type binary 16 unsigned.
DISCOPEN 211