Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Server: Monitoring: Paging Store Statistics

Column Display     Related Topics

Use this page to view run-time statistics for this JMS Server's paging store.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

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

MBean Attribute:
JMSServerRuntimeMBean.Name

Partition

The list of domain partitions where this JMS Server is available.

Paging Physical Read Count

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesPagedInTotalCount

Paging Physical Write Count

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesPagedOutTotalCount

Paging Allocated Window Buffer Bytes

The amount of off-heap (native) memory, in bytes, reserved for file store window buffer use.

Applies to synchronous write policies Direct-Write-With-Cache and Disabled but only when the native wlfileio library is loaded. See file store configurable attribute MaxWindowBufferSize for more information

MBean Attribute:
PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes

Paging Allocated IO Buffer Bytes

The amount of off-heap (native) memory, in bytes, reserved for file store use.

When applicable, this is a multiple of the file store configurable attribute IOBufferSize. Applies to synchronous write policies Direct-Write and Cache-Flush policies.

MBean Attribute:
PersistentStoreRuntimeMBean.AllocatedIoBufferBytes

Related Topics


Back to Top