Measure Reference Manual

Example 3: IP address = 11.22.33.44, port 37
if^item
= {....
IP^ADDR = {0xb, 0x16, 0x21, 0x2c, 0x0 <repeats 12 times>},
PORT = 0x25,
IP^WILDCARD^FLAGS = 0x0
}
Example 4: IPv6 address = 1070::800:2006:4178, port 37
if^item
= {....
IP^ADDR = IP^ADDR = {0x10, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x8, 0x0, 0x20, 0x6, 0x41, 0x78},
PORT = 0x25
IP^WILDCARD^FLAGS = 0x0
}
totals^num
output
INT(32) .EXT:ref:1
is a count of the records used to accumulate the summary record.
templateversion
input
FIXED:value
(Measure G11 and later PVUs) is the appropriate template version literal from MEASDDLS for
the entity type requested in entitydesc if you want ZMS style external records. If omitted or
passed as 0F, legacy style records are returned.
If passed as -1F, the templateversion for the current release will be used, starting with the
H06.15/J06.04 RVUs. Note that returned external records, in this case, may not match the
counter record definitions with which the application was compiled.
See TEMPLATE-VERSION (page 147) for further information on obtaining external records
corresponding to a format that you can handle.
Usage Notes
If the longer IF^ITEM^G09^DEF template is used, the define G09^format must be set. If the
G09^format is not set, part of the sqlname field is interpreted as sqlindex, and any records
returned are likely to be incorrect.
DEFINE G09^format = relation^operator.0#;
DEFINE G09^rel^operator = relation^operator.13:15#;
You can use either template format when accessing Measure G09 data files. You can also
use the G09 template when accessing G08 and earlier data files if the number passed in the
field value does not exceed the amount that can be passed in the INT(32) value field of
the earlier structure, and if the sqlname value does not exceed 32 characters.
In Measure H01 and later PVUs, MEASREAD_DIFF_ accepts DISCOPEN, DISKFILE, FILE, and
SQLSTMT entity descriptors for ANSI SQL objects or partitions.
424 Measure Callable Procedures