Measure Reference Manual

Counter Fields DDL Definition
DEFINITION zmsnline-ctrs.
02 write-busy-time type binary 64.
02 read-busy-time type binary 64.
02 requests type binary 64.
02 reads type binary 64.
02 writes type binary 64.
02 l2in-bytes type binary 64.
02 l2out-bytes type binary 64.
02 din4-bytes type binary 64.
02 dout4-bytes type binary 64.
02 cin4-bytes type binary 64.
02 cout4-bytes type binary 64.
02 u64-bytes type binary 64.
02 u128-bytes type binary 64.
02 u256-bytes type binary 64.
02 u512-bytes type binary 64.
02 u1024-bytes type binary 64.
02 u2048-bytes type binary 64.
02 u4096-bytes type binary 64.
02 o4095-bytes type binary 64.
end
DDL Record Description Fields
RECORD zmsnline. FILE is "zmsnline" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsnline-ctrs.
02 id type zmsnline-id.
end
DDL Record for NETLINE Entities (Legacy Style)
The Legacy Style DDL record for NETLINE 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 NETLINE entities is identical to the record for D-series NETLINE entity,
except:
Different entity identification fields are used. The CHANNEL, CTRL, and UNIT fields are no
longer used.
Longer byte-count fields are provided to prevent field overflow. Each 32-bit byte-count field
has a 64-bit counterpart. For information on using the 64-bit fields, see Usage Notes for
G-Series NETLINE Entities (page 263).
The ERROR field can signal a field overflow in a 32-bit byte-count field.
RECORD netline. FILE is "netline" 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.
02 logical-device type binary 16 unsigned.
02 ctrl type binary 16 unsigned.
02 unit type binary 16 unsigned.
02 device-type type binary 16 unsigned.
02 device-subtype type binary 16 unsigned.
NETLINE 257