Learn about the data that is returned for the TCPIP Server 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.
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 TCPIPServerInput or TCPIPServerReceive nodes) |
MessagesSent | The total number of messages sent (by TCPIPServerOutput nodes) |
BytesSent | The total amount of data sent (by TCPIPServerOutput nodes), excluding SSL wrappers. |
BytesReceived | The total amount of data received (by TCPIPServerInput or TCPIPServerReceive nodes), excluding SSL wrappers. |
FailedSSLConnections | The total number of attempted inbound SSL connections from external clients that failed or were refused since the last integration server restart. |