![]() ![]() ![]() ![]() |
JMS Server: Monitoring: Paging Store
Use this page to view runtime statistics for this JMS server's paging store.
Column Display
Name Description 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 Number of times the store flushed its data to durable storage.
MBean Attribute:
PersistentStoreRuntimeMBean.PhysicalWriteCount
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
andDisabled
but only when the nativewlfileio
library is loaded. See file store configurable attributeMaxWindowBufferSize
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 policiesDirect-Write
andCache-Flush policies
.MBean Attribute:
PersistentStoreRuntimeMBean.AllocatedIoBufferBytes
![]() |