3.3.4.4.3.2 Check Commonly Used Metrics

The following table lists the system server monitoring plug-in routine metrics.

Table 3-12 System Server Monitoring Plug-in Routine Metrics

Field Name Type Description
TA_MONLINKNUM short The number of network link connected to current server. If the value is more than 1, then the following statistics data on network link are in FML occurrences style. For example, TA_MONLINKADDR[0] is belong to the first network link, TA_MONLINKADDR[1] is belong to the second network link etc.
TA_MONLINKSTATUS short The status of the network link, three possible values, 1 - initialize stage. 0 - connected and is ok. -1 connection lost.
TA_MONNUMPEND long

The number of messages queued on network buffer for this network link. The buffer is for Oracle Tuxedo network layer instead of system network stack.

This is a snapshot value reflecting the number situation when plug-in is invoked.

TA_MONBYTESPEND long The number of messages bytes queued on network buffer. It is related with TA_MONNUMPEND but computing the data volume
TA_MONNUMWAITRPLY long

The outstanding request number on this network link. That means how many request message are waiting for reply. It only applies to GWTDOMAIN. BRIDGE does not support this metric.

This is a snapshot value.

TA_MONACCNUM long

The accumulated message number for this network link between current plug-in invocation and last plug-in invocation which controlled by the “sysinterval” policy.

This is a throughput value reflecting the accumulated information between an interval.

TA_MONACCBYTES long The accumulated message bytes. It is related TA_MONACCNUM but computing the data volume. This is a throughput value.
TA_MONLINKADDR string The link address, for GWTDOMAIN, it is the RDOM defined in UBBCONFIG. For BRIDGE, it is the remote host name.
TA_MONINRPCFAIL long The number of RPC failed requests for inbound of GWWS.
TA_MONOUTRPCFAIL long The number of RPC failed request for outbound of GWWS.
TA_MONINBOUNDPEND long The number of pending request waiting for reply for inbound of GWWS.
TA_MONOUTBOUNDPEND long The number of pending request waiting for reply for outbound of GWWS