Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server: Monitoring: Environmental Monitoring: Channels

Column Display     

Use this page to monitor channel information for this server.

Column Display

Name Description
Name

The channel name of this channel.

MBean Attribute:
ServerChannelRuntimeMBean.ChannelName

Connections

The number of active connections and sockets associated with this channel.

MBean Attribute:
ServerChannelRuntimeMBean.ConnectionsCount

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

Accept Count

The number of sockets that have been accepted on this channel. This includes sockets both past and present so gives a good idea of the connection rate to the server.

MBean Attribute:
ServerChannelRuntimeMBean.AcceptCount


Back to Top