Performance Modules > SIB Service > SIB Messaging Engines > Messaging Engine > Storage Management > Cache
Name | Key | Description |
CacheAddStoredCount | MessageStoreStats.CacheAddStoredCount | The number of items that have been added to the message store during the current session that are either persistent or potentially persistent |
CacheAddNotStoredCount | MessageStoreStats.CacheAddNotStoredCount | The number of items that have been added to the message store during the current session that are not persistent |
CacheUpdateStoredCount | MessageStoreStats.CacheUpdateStoredCount | The number of items that have been updated in the message store during the current session that are either persistent or potentially persistent |
CacheUpdateNotStoredCount | MessageStoreStats.CacheUpdateNotStoredCount | The number of items that have been updated in the message store during the current session that not persistent |
CacheRemoveStoredCount | MessageStoreStats.CacheRemoveStoredCount | The number of items that have been removed from the message store during the current session that are either persistent or potentially persistent |
CacheRemoveNotStoredCount | MessageStoreStats.CacheRemoveNotStoredCount | The number of items that have been removed from the message store during the current session that are not persistent |
CacheRestoreCount | MessageStoreStats.CacheRestoreCount | The number of items restored to memory from persistence during the current session |
CacheCurrentStoredCount | MessageStoreStats.CacheCurrentStoredCount | The number of items currently in the dynamic memory cache which are either persistent or potentially persistent |
CacheCurrentNotStoredCount | MessageStoreStats.CacheCurrentNotStoredCount | The number of items currently in the dynamic memory cache which are never persisted |
CacheCurrentStoredByteCount | MessageStoreStats.CacheCurrentStoredByteCount | The total of the declared sizes of all items currently in the dynamic memory cache which are either persistent or potentially persistent |
CacheCurrentNotStoredByteCount | MessageStoreStats.CacheCurrentNotStoredByteCount | The current total of the declared sizes of all items in the dynamic memory cache which are never persisted |
CacheTotalStoredCount | MessageStoreStats.CacheTotalStoredCount | The total number of items which have been added to the dynamic memory cache during the current session which are either persistent or potentially persistent |
CacheTotalNotStoredCount | MessageStoreStats.CacheTotalNotStoredCount | The total number of items which have been added to the dynamic memory cache during the current session which are never persisted in cache |
CacheTotalStoredByteCount | MessageStoreStats.CacheTotalStoredByteCount | The total of the declared sizes of all items which have been added to the dynamic memory cache during the current session which are either persistent or potentially persistent |
CacheTotalNotStoredByteCount | MessageStoreStats.CacheTotalNotStoredByteCount | The total of the declared sizes of all items which have been added to the dynamic memory cache during the current session which are never persisted in cache |
CacheStoredDiscardCount | MessageStoreStats.CacheStoredDiscardCount | The total number of items which have been discarded from the dynamic memory cache during the current session which are either persistent or potentially persistent |
CacheNotStoredDiscardCount | MessageStoreStats.CacheNotStoredDiscardCount | The total number of items which have been discarded from the dynamic memory cache during the current session which are never persisted |
CacheStoredDiscardByteCount | MessageStoreStats.CacheStoredDiscardByteCount | The total of the declared sizes of all items which have been added to the dynamic memory cache during the current session which are either persistent or potentially persistent |
CacheNotStoredDiscardByteCount | MessageStoreStats.CacheNotStoredDiscardByteCount | The total of the declared sizes of all items which have been added to the dynamic memory cache during the current session which are never persisted |
CacheStoredRefusalCount | MessageStoreStats.CacheStoredRefusalCount | The total number of items which have been refused entry to the dynamic memory cache during the current session which are either persistent or potentially persistent |
CacheNotStoredRefusalCount | MessageStoreStats.CacheNotStoredRefusalCount | The total number of items which have been refused entry to the dynamic memory cache during the current session which are never persisted |
CacheStreamSpillingCount | MessageStoreStats.CacheStreamSpillingCount | Number of streams currently spilling potentially persistent items |
Name | Version | Granularity | Type | Level |
CacheAddStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheAddNotStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheUpdateStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheUpdateNotStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheRemoveStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheRemoveNotStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheRestoreCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheCurrentStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheCurrentNotStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheCurrentStoredByteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheCurrentNotStoredByteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheTotalStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheTotalNotStoredCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheTotalStoredByteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheTotalNotStoredByteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheStoredDiscardCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheNotStoredDiscardCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheStoredDiscardByteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheNotStoredDiscardByteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheStoredRefusalCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheNotStoredRefusalCount | 6.0 | Per Messaging Engine | CountStatistic | High |
CacheStreamSpillingCount | 6.0 | Per Messaging Engine | CountStatistic | High |
Performance Modules > SIB Service > SIB Messaging Engines > Messaging Engine > Storage Management > Cache
Name | Key | Description |
SpillDispatcherRequestSize | MessageStoreStats.SpillDispatcherRequestSize | Measures the number of operations on nonpersistent data dispatched for spilling to the data store. |
SpillDispatcherBatchSize | MessageStoreStats.SpillDispatcherBatchSize | Measures the batching of operations on nonpersistent data dispatched for spilling to the data store. |
SpillDispatcherAvoidanceCount | MessageStoreStats.SpillDispatcherAvoidanceCount | Measures the number of operations on nonpersistent data dispatched for spilling to the data store but whose spilling was subsequently unnecessary. |
SpillDispatcherAvoidanceSize | MessageStoreStats.SpillDispatcherAvoidanceSize | Measures the number of bytes associated with operations on nonpersistent data dispatched for spilling to the data store but whose spilling was subsequently unnecessary. |
PersistentDispatcherRequestSize | MessageStoreStats.PersistentDispatcherRequestSize | Measures the number of operations on reliable persistent data dispatched for writing to the data store. |
PersistentDispatcherBatchSize | MessageStoreStats.PersistentDispatcherBatchSize | Measures the batching of operations on reliable persistent data dispatched for writing to the data store. |
PersistentDispatcherCancellationCount | MessageStoreStats.PersistentDispatcherCancellationCount | Counts the number of global transaction completion phases whose operations cancelled out before being written to the data store. |
PersistentDispatcherAvoidanceCount | MessageStoreStats.PersistentDispatcherAvoidanceCount | Measures the number of operations on reliable persistent data dispatched for writing to the data store but whose writing was subsequently unnecessary. |
PersistentDispatcherAvoidanceSize | MessageStoreStats.PersistentDispatcherAvoidanceSize | Measures the number of bytes associated with operations on reliable persistent data which were dispatched for writing to the data store but whose writing was subsequently unnecessary. |
JDBCOpenCount | MessageStoreStats.JDBCOpenCount | JDBC connections open |
JDBCTransactionCompleteCount | MessageStoreStats.JDBCTransactionCompleteCount | JDBC local transactions completed |
JDBCTransactionCompleteCount | MessageStoreStats.JDBCTransactionCompleteCount | JDBC local transactions completed |
JDBCTransactionAbortCount | MessageStoreStats.JDBCTransactionAbortCount | JDBC local transactions aborted |
JDBCTransactionTime | MessageStoreStats.JDBCTransactionTime | Total execution time of internal batches |
JDBCItemInsertCount | MessageStoreStats.JDBCItemInsertCount | JDBC Item table inserts |
JDBCItemDeleteCount | MessageStoreStats.JDBCItemDeleteCount | JDBC Item table deletes |
JDBCItemUpdateCount | MessageStoreStats.JDBCItemUpdateCount | JDBC Item table updates |
ItemInsertBatchCount | MessageStoreStats.ItemInsertBatchCount | Item table insert batches |
ItemDeleteBatchCount | MessageStoreStats.ItemDeleteBatchCount | Item table delete batches |
ItemUpdateBatchCount | MessageStoreStats.ItemUpdateBatchCount | Item table update batches |
JDBCTransactionInsertCount | MessageStoreStats.JDBCTransactionInsertCount | JDBC transaction table inserts |
JDBCTransactionDeleteCount | MessageStoreStats.JDBCTransactionDeleteCount | JDBC transaction table deletes |
JDBCTransactionUpdateCount | MessageStoreStats.JDBCTransactionUpdateCount | JDBC transaction table updates |
TransactionInsertBatchCount | MessageStoreStats.TransactionInsertBatchCount | Transaction table insert batches |
TransactionDeleteBatchCount | MessageStoreStats.TransactionDeleteBatchCount | Transaction table delete batches |
TransactionUpdateBatchCount | MessageStoreStats.TransactionUpdateBatchCount | Transaction table update batches |
Name | Version | Granularity | Type | Level |
SpillDispatcherRequestSize | 6.0 | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherBatchSize | 6.0 | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherAvoidanceCount | 6.0 | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherAvoidanceSize | 6.0 | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherRequestSize | 6.0 | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherBatchSize | 6.0 | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherCancellationCount | 6.0 | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherAvoidanceCount | 6.0 | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherAvoidanceSize | 6.0 | Per Messaging Engine | AverageStatistic | High |
JDBCOpenCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionCompleteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionCompleteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionAbortCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionTime | 6.0 | Per Messaging Engine | TimeStatistic | High |
JDBCItemInsertCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCItemDeleteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCItemUpdateCount | 6.0 | Per Messaging Engine | CountStatistic | High |
ItemInsertBatchCount | 6.0 | Per Messaging Engine | CountStatistic | High |
ItemDeleteBatchCount | 6.0 | Per Messaging Engine | CountStatistic | High |
ItemUpdateBatchCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionInsertCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionDeleteCount | 6.0 | Per Messaging Engine | CountStatistic | High |
JDBCTransactionUpdateCount | 6.0 | Per Messaging Engine | CountStatistic | High |
TransactionInsertBatchCount | 6.0 | Per Messaging Engine | CountStatistic | High |
TransactionDeleteBatchCount | 6.0 | Per Messaging Engine | CountStatistic | High |
TransactionUpdateBatchCount | 6.0 | Per Messaging Engine | CountStatistic | High |
Performance Modules > SIB Service > SIB Messaging Engines > Messaging Engine > Storage Management > Expiry
Name | Key | Description |
ExpiryIndexItemCount | MessageStoreStats.ExpiryIndexItemCount | Current number of items in the expiry index. These are items created with an expiry time in the future and which have not yet been consumed. |
Name | Version | Granularity | Type | Level |
ExpiryIndexItemCount | 6.0 | Per Messaging Engine | CountStatistic | High |
Performance Modules > SIB Service > SIB Messaging Engines > Messaging Engine > Storage Management > Transactions
Name | Key | Description |
LocalTransactionStartCount | MessageStoreStats.LocalTransactionStartCount | Local transactions started |
LocalTransactionAbortCount | MessageStoreStats.LocalTransactionAbortCount | Local transactions aborted |
LocalTransactionCommitCount | MessageStoreStats.LocalTransactionCommitCount | Local transactions committed |
GlobalTransactionStartCount | MessageStoreStats.GlobalTransactionStartCount | Global transactions started |
GlobalTransactionInDoubtCount | MessageStoreStats.GlobalTransactionInDoubtCount | Global transactions in doubt |
GlobalTransactionAbortCount | MessageStoreStats.GlobalTransactionAbortCount | Global transactions aborted |
GlobalTransactionCommitCount | MessageStoreStats.GlobalTransactionCommitCount | Global transactions committed |
Name | Version | Granularity | Type | Level |
LocalTransactionStartCount | 6.0 | Per Messaging Engine | CountStatistic | High |
LocalTransactionAbortCount | 6.0 | Per Messaging Engine | CountStatistic | High |
LocalTransactionCommitCount | 6.0 | Per Messaging Engine | CountStatistic | High |
GlobalTransactionStartCount | 6.0 | Per Messaging Engine | CountStatistic | High |
GlobalTransactionInDoubtCount | 6.0 | Per Messaging Engine | CountStatistic | High |
GlobalTransactionAbortCount | 6.0 | Per Messaging Engine | CountStatistic | High |
GlobalTransactionCommitCount | 6.0 | Per Messaging Engine | CountStatistic | High |