Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Store-and-Forward Agents: Monitoring: Statistics

Buttons     Monitoring Options     Related Tasks     Related Topics

Use this page to monitor your SAF agent statistics and to peform message managment operations, such as pausing incoming messages to the agent.

Monitoring Options

Name Description
Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
SAFAgentRuntimeMBean.Name

Remote Endpoints Current

The current number of remote endpoints to which this SAF agent has been storing and forwarding messages.

MBean Attribute:
SAFAgentRuntimeMBean.RemoteEndpointsCurrentCount

Remote Endpoints High

The peak number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset.

MBean Attribute:
SAFAgentRuntimeMBean.RemoteEndpointsHighCount

Remote Endpoints Total

The number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset.

MBean Attribute:
SAFAgentRuntimeMBean.RemoteEndpointsTotalCount

Conversations Current

Returns the current number of conversations

MBean Attribute:
SAFAgentRuntimeMBean.ConversationsCurrentCount

Conversations High

The peak number of conversations since the last reset.

MBean Attribute:
SAFAgentRuntimeMBean.ConversationsHighCount

Conversations Total

The total number of conversations since the last reset.

MBean Attribute:
SAFAgentRuntimeMBean.ConversationsTotalCount

Paused for Incoming

Indicates whether or not the sending agent is paused for incoming messages at the current time.

MBean Attribute:
SAFAgentRuntimeMBean.PausedForIncoming

Paused for Forwarding

Indicates whether or not the sending agent is paused for forwarding at the current time.

MBean Attribute:
SAFAgentRuntimeMBean.PausedForForwarding

Paused for Receiving

Indicates whether or not the receiving agent is paused for receiving at the current time.

MBean Attribute:
SAFAgentRuntimeMBean.PausedForReceiving

Buttons

Name Description
Paused for Incoming

Pause incoming messages to this SAF agent.

Resume Incoming

Resume incoming messages to this SAF agent.

Paused for Forwarding

Pause fowarding messages from this SAF agent.

Resume Forwarding

Resume fowarding messages from this SAF agent.

Paused for Receiving

Pause receipt of messages on this SAF agent.

Resume Receiving

Resume receiving messages on this SAF agent.

Messages Current

Returns the current number of messages. This number includes the pending messages.

MBean Attribute:
SAFStatisticsCommonMBean.MessagesCurrentCount

Changes take effect after you redeploy the module or restart the server.

Messages Pending

Returns the number of pending messages. Pending messages are over and above the current number of messages. A pending message is one that has either been sent in a transaction and not committed, or been forwarded but has not been acknowledged.

MBean Attribute:
SAFStatisticsCommonMBean.MessagesPendingCount

Changes take effect after you redeploy the module or restart the server.

Messages High

Returns the peak number of messages since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.MessagesHighCount

Changes take effect after you redeploy the module or restart the server.

Messages Received

The number of messages received since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.MessagesReceivedCount

Changes take effect after you redeploy the module or restart the server.

Messages Threshold Time

Returns the amount of time in the threshold condition since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.MessagesThresholdTime

Changes take effect after you redeploy the module or restart the server.

Bytes Current

Returns the current number of bytes. This number does not include the pending bytes.

MBean Attribute:
SAFStatisticsCommonMBean.BytesCurrentCount

Changes take effect after you redeploy the module or restart the server.

Bytes Pending

Returns the number of pending bytes. Pending bytes are over and above the current number of bytes.

MBean Attribute:
SAFStatisticsCommonMBean.BytesPendingCount

Changes take effect after you redeploy the module or restart the server.

Bytes Received

The number of bytes received since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.BytesReceivedCount

Changes take effect after you redeploy the module or restart the server.

Bytes High

Returns the peak number of bytes since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.BytesHighCount

Changes take effect after you redeploy the module or restart the server.

Bytes Threshold Time

Returns the amount of time in the threshold condition since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.BytesThresholdTime

Changes take effect after you redeploy the module or restart the server.

Failed Messages Total

Returns the total number of messages that have failed to be forwarded since the last reset.

MBean Attribute:
SAFStatisticsCommonMBean.FailedMessagesTotal

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


Back to Top