Measure Reference Manual
This table lists the entity types and their literal values and numeric identifiers.
Numeric IdentifierLiteral ValueEntity Type
1CPU^TCPU
2PROCESS^TPROCESS
3PROCESSH^TPROCESSH
4USERDEF^TUSERDEF
5FILOP^TFILE
6DFILOP^TDISCOPEN
7DISC^TDISC
8IODEV^TDEVICE
9LINE^TLINE
10NETLINE^TNETLINE
11REMSYS^TSYSTEM
12CLUSTER^TCLUSTER
13TERM^TTERMINAL
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):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 entity-type order, as shown for entities. A value of 0 indicates the
entity type was not included in the configuration. MEASREADCONF does not return the
entities and ctrspace arrays for currently active measurements, but MEASSTATUS does.
Declare this array with a zero base. For example:
INT(32).CTRSPACE[0:MAX^T];
version
input
INT:value
is the Measure product version when the data file was created. The value consists of two parts:
bits 0:7 contain an alphabetic character (for example, D), and bits 8:15 contain a numeric
value (for example, 30). Together they express the product version (for example, D30). If the
434 Measure Callable Procedures