Measure Reference Manual
Counter Fields DDL Definition
DEFINITION zmssys-ctrs.
02 links type binary 64.
02 link-time type binary 64.
02 sent type binary 64.
02 received type binary 64.
02 sent-forward type binary 64.
02 received-forward type binary 64.
end
DDL Record Description Fields
RECORD zmssys. FILE is "zmssys" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmssys-ctrs.
02 id type zmssys-id.
end
DDL Record for All SYSTEM Entities (Legacy Style)
The Legacy Style DDL record for SYSTEM entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type.
RECORD system. File is "system" 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 links type binary 32 unsigned.
02 link-time type binary 64.
02 sent type binary 32 unsigned.
02 received type binary 32 unsigned.
02 sent-forward type binary 32 unsigned.
02 received-forward type binary 32 unsigned.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
Common ID Field DDL Definitions for SYSTEM Entities
These ID fields are used in both styles of DDL records.
Fields are listed alphabetically.
REMOTE-SYSTEM
System number of the remote system for which network traffic was measured.
REMOTE-SYSTEM-NAME
System name of the remote system for which network traffic was measured.
Common Counter Field DDL Definitions for SYSTEM Entities
These counter fields are used in both styles of DDL records.
Fields are listed alphabetically.
SYSTEM 355