Measure Reference Manual

Numeric IdentifierLiteral ValueEntity Type
14TMF^TTMF
15SQLPROC^TSQLPROC
16SQLSTMT^TSQLSTMT
17OPDISK^TOPDISK
18CTRL^TCONTROLLER
18SVNET^TSERVERNET
19DISKFILE^TDISKFILE
20OSSCPU^TOSSCPU
21OSSNS^TOSSNS
24MAX^T(Max value)
ctrspace
output
INT(32) .EXT:ref:MAX^T+1
is an array that contains the maximum counter space in words used by each entity type. The
array elements are in order by numeric identifier. A value of 0 indicates the entity type was
not included in the configuration. MEASINFO does not return the entities and ctrspace
arrays for currently active measurements; MEASSTATUS does. Declare this array with a zero
base. For example:
INT(32) .CTRSPACE[0:MAX^T];
or
INT(32) .EXT CTRSPACE[0:MAX^T];
buflen
input
INT:value
is the length in bytes of entities, ctrspace, or both. buflen should normally be 4 ¥
(MAX^T+1) to specify an entities and/or ctrspace array of [0:MAX^T] dimension. If
specified as a smaller amount, it limits (truncates) the amount of information returned by
entities, ctrspace, or both arrays.
settings
output
INT:ref:1
(Measure G09 and later PVUs) is an array of flags that identifies configuration attributes of
the measurement represented by the data file.
Reserved for future use.settings.0:8
1 = Counter data records are suppressed in this file.settings.9
Reserved for future use.settings.10
1 = SQL/MX journal segment is under construction for this file.settings.11
1 = SQL/MX journal segment is present in this file.settings.12
Reserved for future use.settings.13
1 = OSS journal segment is under construction for this file.settings.14
1 = OSS journal segment is present in this file.settings.15
396 Measure Callable Procedures