Measure Reference Manual

DDL Record for CLUSTER Entities (ZMS Style)
The ZMS Style DDL record for CLUSTER entities is supported on Measure G11 and later PVUs.
The fields included in BRIEF reports are in boldface type.
ID Fields DDL Definition
DEFINITION zmsclstr-id.
02 remote-system-name type character 8.
02 remote-system type binary 16 unsigned.
02 reserved-1 type character 6.
end
Counter Fields DDL Definitions
DEFINITION zmsclstr-ctrs.
02 messages-sent type binary 64.
02 sent-bytes type binary 64.
02 returned-bytes type binary 64.
02 messages-received type binary 64.
02 received-bytes type binary 64.
02 reply-bytes type binary 64.
end
DDL Record Description Fields
RECORD zmsclstr. FILE is "zmsclstr" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsclstr-ctrs.
02 id type zmsclstr-id.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
DDL Record for CLUSTER Entities (Legacy Style)
The Legacy Style DDL record for CLUSTER entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type.
The CLUSTER DDL record for G-series entities is identical to the record for D-series entities except:
Longer byte-count fields are provided to reduce the possibility of field overflow. Each 32-bit
byte-count field has a 64-bit counterpart. For information on using the 64-bit fields, see Usage
Note for G-Series CLUSTER Entities (page 158).
The ERROR field can indicate a field overflow in a 32-bit byte-count field.
RECORD cluster. FILE is "cluster" ENTRY-SEQUENCED.
.
.
.
(error, time items, and measurement identification items;
see Common Entity Header Fields (page 144))
.
.
.
* entity identification items:
02 remote-system type binary 16 unsigned.
02 remote-system-name type character 8.
* counter value items:
02 messages-sent type binary 32 unsigned.
02 sent-bytes type binary 32 unsigned.
02 returned-bytes type binary 32 unsigned.
02 messages-received type binary 32 unsigned.
02 received-bytes type binary 32 unsigned.
02 reply-bytes type binary 32 unsigned.
CLUSTER 155