Measure Reference Manual
bytesret
output
INT:ref:1
is the byte size of the contab array (and the number of bytes returned to the destination buffer,
contab.) If bytesret is larger than bufsize, error 3204 (ERR^BUFTOOSMALL) is returned.
starttime
output
FIXED:ref:1
is the start time of the measurement.
stoptime
output
FIXED:ref:1
is the stop time of the measurement. A value of -1 indicates that no stop time was specified.
interval
output
FIXED:ref:1
is the collection interval of the measurement. A value of -1 indicates that no collection interval
was specified.
entities
output
INT(32) .EXT:ref:MAX^T+1
is an array that contains the maximum number of entities of each entity type under concurrent
measurement. The array elements are in entity-type order, as this table shows. 0 indicates the
entity type is not included in the configuration. MEASSTATUS, not MEASINFO, returns the
entities and ctrspace arrays for active measurements. Declare this array with a zero
base. For example:
INT(32).ENTITIES[0:MAX^T];
or
INT(32) .EXT ENTITIES[0:MAX^T];
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
MEASINFO 395