Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Server: Monitoring

Monitoring Options     Related Tasks     Related Topics

Use this page to view runtime statistics for all of the active JMS servers, active destinations, active transactions, active connections, and session pools in the current domain.

Monitoring Options

Name Description
Name

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

MBean Attribute:
JMSServerRuntimeMBean.Name

Session Pools Current

The current number of session pools instantiated on this JMS server.

MBean Attribute:
JMSServerRuntimeMBean.SessionPoolsCurrentCount

Session Pools High

The peak number of session pools instantiated on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.SessionPoolsHighCount

Session Pools Total

The number of session pools instantiated on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.SessionPoolsTotalCount

Destinations Current

The current number of destinations for this JMS server.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsCurrentCount

Destinations High

The peak number of destinations on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsHighCount

Destinations Total

The number of destinations instantiated on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsTotalCount

Messages Current

The current number of messages stored on this JMS server. This number does not include the pending messages.

MBean Attribute:
JMSServerRuntimeMBean.MessagesCurrentCount

Messages Pending

The current number of messages pending (unacknowledged or uncommitted) stored on this JMS server.

Pending messages are over and above the current number of messages.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPendingCount

Messages High

The peak number of messages stored in the JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.MessagesHighCount

Messages Received

The number of messages received on this destination since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.MessagesReceivedCount

Messages Threshold Time

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesThresholdTime

Messages Pageable Current

Return the number of messages that are currently available for paging in this JMS server but have not yet been paged out. Note that due to internal implementation details, this count may be zero even if "PageableByteCurrentCount" is zero.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPageableCurrentCount

Messages Paged Out Total

Return the total number of messages that were written to the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPagedOutTotalCount

Messages Paged In Total

Return the total number of messages that were read from the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPagedInTotalCount

Bytes Current

The current number of bytes stored on this JMS server.

This number does not include the pending bytes.

MBean Attribute:
JMSServerRuntimeMBean.BytesCurrentCount

Bytes Pending

The current number of bytes pending (unacknowledged or uncommitted) stored on this JMS server.

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

MBean Attribute:
JMSServerRuntimeMBean.BytesPendingCount

Bytes High

The peak number of bytes stored in the JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.BytesHighCount

Bytes Received

The number of bytes received on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.BytesReceivedCount

Bytes Threshold

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

MBean Attribute:
JMSServerRuntimeMBean.BytesThresholdTime

Bytes Pageable Current

Return the total number of bytes in all the messages that are currently available to be paged out, but which have not yet been paged out. The JMS server attempts to keep this number smaller than the "MessageBufferSize" parameter.

MBean Attribute:
JMSServerRuntimeMBean.BytesPageableCurrentCount

Bytes Paged Out Total

Return the total number of bytes that were written to the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.BytesPagedOutTotalCount

Bytes Paged In Total

Return the total number of bytes that were read from the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.BytesPagedInTotalCount

Related Tasks

Related Topics


Back to Top