WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Resource statistics data: TCPIP Server Nodes
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 WebSphere® Message Broker Explorer, 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 execution group. 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 execution group 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 execution group restart. |