Always enter the command on a single line. In some examples,
a line break has been added to enhance readability.
The following examples
include the -o parameter to specify the object.
- Display all statistics for each TCPIPClient configurable service
or TCPIPServer configurable service that is currently being used by
a deployed message flow on the integration server that is named default
on an integration node that is named IBNODE:
mqsireportproperties IBNODE -e default -o TCPIP -r
The
result of this command has the following format:TCPIP
Shared
SERVER_localhost_27900
Connections
Connection_8b6353_14ffade4239_-8000
inputStreamOpen='true'
totalBytesSent='70833650'
localport='27900'
totalMessagesSent='34553'
socketOpen='true'
lastReader='echo.TCPIP Server Input'
totalBytesReceived='70835700'
port='27900'
remoteport='55901'
outputStreamOpen='true'
address='localhost'
remoteaddress='10.20.36.95'
localaddress='10.20.36.72'
totalMessagesReceived='34553'
lastWriter='echo.TCPIP Server Output'
where:- ConfigurableServiceType_hostname_port
- specifies the configurable service where:
- ConfigurableServiceType
- Specifies the configurable service type:
- SERVER for a TCPIPServer configurable service
- CLIENT for a TCPIPClient configurable service
- hostname
- Specifies the network address of the endpoint of the connection.
- port
- Specifies the port used on the endpoint of the connection.
- Connection_ConnectionID
- specifies the IBM® Integration Bus internal
representation of the TCP/IP connection ID.
- socketOpen
- Specifies whether the TCPIP socket is open or closed.
- inputStreamOpen and outputStreamOpen
- Specify whether the input and output streams of the connection
are open or closed.
- totalBytesSent and totalBytesReceived
- Specify the number of bytes that were sent and received through
the connection.
- totalMessagesSent and totalMessagesReceived
- Specify the number of messages that were sent and received through
the connection.
- port, localport, and remoteport
- Specify the ports used on the endpoints of the connection. For
a TCPIPServer configurable service, port is always
equal to localport, because the server is configured
to listen on a specific port number, which is always used to terminate
the connections on the server-side. For TCPIPClient configurable services, port is
always equal to remoteport because the configured
port value specifies the remote port number that the TCPIP client
nodes connect to.
- address, localaddress, and remoteaddress
- Specify the network addresses of the endpoints of the connection. address is
the endpoint configured in the configurable service, which is always localhost for
server configurations. localaddress and remoteaddress identify
the effective endpoints of the connection.
- lastReader and lastWriter
- Specify the name of the last message flow and the TCPIP node to
read from the connection, and to write to the connection.