Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Channel: Channel Connections

Column Display     

This page displays the current connection statistics for a channel.

A network channel is a configurable resource that defines the attributes of a network connection to WebLogic Server. You can use network channels to manage quality of service, meet varying connection requirements, and improve utilization of your systems and network resources.

Column Display

Name Description
Connect Time

The connect time.

Messages Received

The number of messages received on this channel.

MBean Attribute:
ServerChannelRuntimeMBean.MessagesReceivedCount

Messages Sent

The number of messages sent on this channel.

MBean Attribute:
ServerChannelRuntimeMBean.MessagesSentCount

Bytes Received

The total number of bytes received on this channel.

MBean Attribute:
ServerChannelRuntimeMBean.BytesReceivedCount

Bytes Sent

The total number of bytes sent on this channel.

MBean Attribute:
ServerChannelRuntimeMBean.BytesSentCount

Local Address

The address of the local end of this socket.

Local Port

The port of the local end of this socket.

Remote Address

The address of the remote end of this socket.

Remote Port

The port of the remote end of this socket.


Back to Top