Resource statistics data: TCPIP Client Nodes

Learn about the data that is returned for the TCPIP Client Nodes 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.

Use these statistics to get a view of the level of activity and health of TCP/IP nodes in an integration server. You can see how many connection managers are active and reporting statistics, and the following details from each:

Measurements Description
OpenConnections The current number of open connections
ClosedConnections The total number of connections that were closed since the last integration server restart
MessagesReceived The total number of messages received (by TCPIPClientInput or TCPIPClientReceive nodes)
MessagesSent The total number of messages sent (by TCPIPClientOutput nodes)
BytesSent The total amount of data sent (by TCPIPClientOutput nodes), excluding SSL wrappers.
BytesReceived The total amount of data received (by TCPIPClientInput or TCPIPClientReceive nodes),  excluding SSL wrappers.
FailedConnections The total number of attempted connections that failed since the last integration server restarts.