Resource statistics data: CORBA

Learn about the data that is returned for the CORBA resource type when you activate resource statistics collection.

You can view these statistics in the web user interface, or you can write a program that subscribes to a publication (single XML message) that returns this data. For an example of the publication message, see Example XML output.

A CORBARequest node calls a CORBA server. Use these resource statistics to review how many calls the node is making to the CORBA server, and how many of those calls are successful or result in CORBA exceptions. A statistics summary is returned for the whole integration server.

The following table describes the measurements that are returned for each CORBA node. The measurements apply to the number of calls since the integration server started.

Measurements Description
OutboundInvocations The total number of calls made to a CORBA server.
OutboundSuccessfulInvocations The number of calls to the CORBA server that are successful.
OutboundCorbaExceptions The number of calls to the CORBA server that result in CORBA exceptions.