Measure Reference Manual

Counter type: Accumulating.
RECV-QTIME
Time that messages spent waiting on the process message input queue.
For user processes, the message input queue is $RECEIVE.
Counter type: Queue.
REPLY-BYTES
Number of message bytes sent by a listener process in reply to a message from a linker process.
The message bytes are also included in the RETURNED-BYTES counter of the linker process that
received the message.
In G-series and earlier RVUs, this is a 32-bit counter. In H-series and J-series RVUs, this is a 64-bit
counter.
The G-series REPLY-BYTES-F field is a 64-bit version of REPLY-BYTES.
Counter type: Accumulating.
REPLY-CBYTES
Number of protocol control bytes sent by the message system on behalf of this process in reply to
a message from a linker process. This counter is updated when the process is acting as a listener
process. The protocol control bytes are not included in the counter REPLY-BYTES.
Counter type: Accumulating.
RETURNED-BYTES
Number of message bytes received by the linker process. The message bytes are also included in
the REPLY-BYTES counter of the listener process that sent the message.
This counter does not include bytes transferred by direct bulk I/O. For DBIO byte counts, see the
measurements attributed to the linker process in the DBIO-READ-BYTES counter of the FILE entity
type.
In G-series and earlier RVUs, this is a 32-bit counter. In H-series and J-series RVUs, this is a 64-bit
counter.
The G-series RETURNED-BYTES-F field is a 64-bit version of RETURNED-BYTES.
Counter type: Accumulating.
RETURNED-CBYTES
Number of protocol control bytes returned by the message system on behalf of this process. This
counter is updated when the process is acting as a linker process. The protocol control bytes are
not included in the counter RETURNED-BYTES.
Counter type: Accumulating.
SENT-BYTES
Number of message bytes sent by the linker process. The message bytes are also included in the
RECEIVED-BYTES counter of the listener process that received the message.
This counter does not include bytes transferred by direct bulk I/O. For DBIO byte counts, see the
measurements attributed to the linker process in the DBIO-WRITE-BYTES counter of the FILE entity
type.
In G-series and earlier RVUs, this is a 32-bit counter. In H-series and J-series RVUs, this is a 64-bit
counter.
The G-series SENT-BYTES-F field is a 64-bit version of SENT-BYTES.
Counter type: Accumulating.
PROCESS 307