Measure Reference Manual
line
(G-series) is 0 or 1 to indicate a specific line managed by a CLIP in a SWAN concentrator.
To indicate all lines, use an asterisk (*).
type
(G-series) is a specific line type. (To list the valid values for type, use SCF LISTDEV.)
Specifying type selects only lines of a particular protocol, such as type 61 (X25AM). To
indicate all types, use an asterisk (*). The default is all types.
subtype
(G-series) provides further information about the line type. (Use SCF LISTDEV to see the
valid values for subtype.) subtype is subsystem specific in value. The default is all
subtypes that apply to type.
channel
(D-series) is the channel number of the line to be measured. The default is all channels.
ctrl
(D-series) is the controller number of the line to be measured. The default is all controllers.
unit
(D-series) is the unit number of the line to be measured. The default is all units.
DDL Record for LINE Entities (ZMS Style)
The ZMS Style DDL record for LINE entities is supported in Measure G11 and later PVUs.
The fields included in BRIEF reports are in boldface type.
ID Fields DDL Definition
DEFINITION zmsline-id.
02 device-name type character 8.
02 logical-device type binary 32 unsigned.
02 device-type type binary 16 unsigned.
02 device-subtype type binary 16 unsigned.
02 pin type binary 16 unsigned.
02 trackid type character 6.
02 clip type binary 16 unsigned.
02 line type binary 16 unsigned.
02 reserved-1 type character 4.
end
Counter Fields DDL Definition
DEFINITION zmsline-ctrs.
02 read-busy-time type binary 64.
02 write-busy-time type binary 64.
02 requests type binary 64.
02 input-bytes type binary 64.
02 output-bytes type binary 64.
02 input-data-bytes type binary 64.
02 output-data-bytes type binary 64.
02 reads type binary 64.
02 writes type binary 64.
02 retries type binary 64.
02 transactions type binary 64.
02 response-time type binary 64.
end
DDL Record Description Fields
RECORD zmsline. FILE is "zmsline" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsline-ctrs.
LINE 249