These service integration bus message store counters are part of the performance monitoring infrastructure (PMI), which provides server-side monitoring and a client-side API to retrieve performance information.
To see lists of available PMI counters, use the administrative console to navigate to
.The headings for each table show how to navigate to the counters in the administrative console.
Name | Key | ID | Description | Granularity | Type | Level |
---|---|---|---|---|---|---|
CacheAddNotStoredCount | MessageStoreStats.CacheAddNotStoredCount | 1502 | The number of items that have been added to the message store during the current session that are not persistent | Per Messaging Engine | CountStatistic | High |
CacheAddStoredCount | MessageStoreStats.CacheAddStoredCount | 1501 | The number of items that have been added to the message store during the current session that are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheCurrentNotStoredByteCount | MessageStoreStats.CacheCurrentNotStoredByteCount | 1511 | The current total of the declared sizes of all items in the dynamic memory cache that are never persisted | Per Messaging Engine | CountStatistic | High |
CacheCurrentNotStoredCount | MessageStoreStats.CacheCurrentNotStoredCount | 1509 | The number of items currently in the dynamic memory cache that are never persisted | Per Messaging Engine | CountStatistic | High |
CacheCurrentStoredByteCount | MessageStoreStats.CacheCurrentStoredByteCount | 1510 | The total of the declared sizes of all items currently in the dynamic memory cache that are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheCurrentStoredCount | MessageStoreStats.CacheCurrentStoredCount | 1508 | The number of items currently in the dynamic memory cache that are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheNotStoredDiscardByteCount | MessageStoreStats.CacheNotStoredDiscardByteCount | 1519 | The total of the declared sizes of all items that have been added to the dynamic memory cache during the current session which are never persisted | Per Messaging Engine | CountStatistic | High |
CacheNotStoredDiscardCount | MessageStoreStats.CacheNotStoredDiscardCount | 1517 | The total number of items that have been discarded from the dynamic memory cache during the current session which are never persisted | Per Messaging Engine | CountStatistic | High |
CacheNotStoredRefusalCount | MessageStoreStats.CacheNotStoredRefusalCount | 1521 | The total number of items that have been refused entry to the dynamic memory cache during the current session which are never persisted | Per Messaging Engine | CountStatistic | High |
CacheRemoveNotStoredCount | MessageStoreStats.CacheRemoveNotStoredCount | 1506 | The number of items that have been removed from the message store during the current session that are not persistent | Per Messaging Engine | CountStatistic | High |
CacheRemoveStoredCount | MessageStoreStats.CacheRemoveStoredCount | 1505 | The number of items that have been removed from the message store during the current session that are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheRestoreCount | MessageStoreStats.CacheRestoreCount | 1507 | The number of items restored to memory from persistence during the current session | Per Messaging Engine | CountStatistic | High |
CacheStoredDiscardByteCount | MessageStoreStats.CacheStoredDiscardByteCount | 1518 | The total of the declared sizes of all items that have been added to the dynamic memory cache during the current session which are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheStoredDiscardCount | MessageStoreStats.CacheStoredDiscardCount | 1516 | The total number of items that have been discarded from the dynamic memory cache during the current session which are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheStoredRefusalCount | MessageStoreStats.CacheStoredRefusalCount | 1520 | The total number of items that have been refused entry to the dynamic memory cache during the current session which are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheStreamSpillingCount | MessageStoreStats.CacheStreamSpillingCount | 1522 | Number of streams currently spilling potentially persistent items | Per Messaging Engine | CountStatistic | High |
CacheTotalNotStoredByteCount | MessageStoreStats.CacheTotalNotStoredByteCount | 1515 | The total of the declared sizes of all items that have been added to the dynamic memory cache during the current session which are never persisted in cache | Per Messaging Engine | CountStatistic | High |
CacheTotalNotStoredCount | MessageStoreStats.CacheTotalNotStoredCount | 1513 | The total number of items that have been added to the dynamic memory cache during the current session which are never persisted in cache | Per Messaging Engine | CountStatistic | High |
CacheTotalStoredByteCount | MessageStoreStats.CacheTotalStoredByteCount | 1514 | The total of the declared sizes of all items that have been added to the dynamic memory cache during the current session which are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheTotalStoredCount | MessageStoreStats.CacheTotalStoredCount | 1512 | The total number of items that have been added to the dynamic memory cache during the current session which are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
CacheUpdateNotStoredCount | MessageStoreStats.CacheUpdateNotStoredCount | 1504 | The number of items that have been updated in the message store during the current session that not persistent | Per Messaging Engine | CountStatistic | High |
CacheUpdateStoredCount | MessageStoreStats.CacheUpdateStoredCount | 1503 | The number of items that have been updated in the message store during the current session that are either persistent or potentially persistent | Per Messaging Engine | CountStatistic | High |
Name | Key | ID | Description | Granularity | Type | Level |
---|---|---|---|---|---|---|
ExpiryIndexItemCount | MessageStoreStats.ExpiryIndexItemCount | 1532 | Current number of items in the expiry index. These are items created with an expiry time in the future and that have not yet been consumed. | Per Messaging Engine | CountStatistic | High |
Name | Key | ID | Description | Granularity | Type | Level |
---|---|---|---|---|---|---|
ItemDeleteBatchCount | MessageStoreStats.ItemDeleteBatchCount | 1548 | Item table delete batches | Per Messaging Engine | CountStatistic | High |
ItemInsertBatchCount | MessageStoreStats.ItemInsertBatchCount | 1547 | Item table insert batches | Per Messaging Engine | CountStatistic | High |
ItemUpdateBatchCount | MessageStoreStats.ItemUpdateBatchCount | 1549 | Item table update batches | Per Messaging Engine | CountStatistic | High |
JDBCItemDeleteCount | MessageStoreStats.JDBCItemDeleteCount | 1545 | JDBC Item table deletes | Per Messaging Engine | CountStatistic | High |
JDBCItemInsertCount | MessageStoreStats.JDBCItemInsertCount | 1544 | JDBC Item table inserts | Per Messaging Engine | CountStatistic | High |
JDBCItemUpdateCount | MessageStoreStats.JDBCItemUpdateCount | 1546 | JDBC Item table updates | Per Messaging Engine | CountStatistic | High |
JDBCOpenCount | MessageStoreStats.JDBCOpenCount | 1540 | JDBC connections open | Per Messaging Engine | CountStatistic | High |
JDBCTransactionAbortCount | MessageStoreStats.JDBCTransactionAbortCount | 1542 | JDBC local transactions aborted | Per Messaging Engine | CountStatistic | High |
JDBCTransactionCompleteCount | MessageStoreStats.JDBCTransactionCompleteCount | 1541 | JDBC local transactions completed | Per Messaging Engine | CountStatistic | High |
JDBCTransactionDeleteCount | MessageStoreStats.JDBCTransactionDeleteCount | 1551 | JDBC transaction table deletes | Per Messaging Engine | CountStatistic | High |
JDBCTransactionInsertCount | MessageStoreStats.JDBCTransactionInsertCount | 1550 | JDBC transaction table inserts | Per Messaging Engine | CountStatistic | High |
JDBCTransactionTime | MessageStoreStats.JDBCTransactionTime | 1543 | Total execution time of internal batches | Per Messaging Engine | TimeStatistic | High |
JDBCTransactionUpdateCount | MessageStoreStats.JDBCTransactionUpdateCount | 1552 | JDBC transaction table updates | Per Messaging Engine | CountStatistic | High |
PersistentDispatcherAvoidanceCount | MessageStoreStats.PersistentDispatcherAvoidanceCount | 1530 | Measures the number of operations on reliable persistent data dispatched for writing to the data store but whose writing was subsequently unnecessary. | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherAvoidanceSize | MessageStoreStats.PersistentDispatcherAvoidanceSize | 1531 | Measures the number of bytes associated with operations on reliable persistent data that were dispatched for writing to the data store but whose writing was subsequently unnecessary. | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherBatchSize | MessageStoreStats.PersistentDispatcherBatchSize | 1528 | Measures the batching of operations on reliable persistent data dispatched for writing to the data store. | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherCancellationCount | MessageStoreStats.PersistentDispatcherCancellationCount | 1529 | Counts the number of global transaction completion phases whose operations cancelled out prior to being written to the data store. | Per Messaging Engine | AverageStatistic | High |
PersistentDispatcherRequestSize | MessageStoreStats.PersistentDispatcherRequestSize | 1527 | Measures the number of operations on reliable persistent data dispatched for writing to the data store. | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherAvoidanceCount | MessageStoreStats.SpillDispatcherAvoidanceCount | 1525 | Measures the number of operations on nonpersistent data dispatched for spilling to the data store but whose spilling was subsequently unnecessary. | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherAvoidanceSize | MessageStoreStats.SpillDispatcherAvoidanceSize | 1526 | Measures the number of bytes associated with operations on nonpersistent data dispatched for spilling to the data store but whose spilling was subsequently unnecessary. | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherBatchSize | MessageStoreStats.SpillDispatcherBatchSize | 1524 | Measures the batching of operations on nonpersistent data dispatched for spilling to the data store. | Per Messaging Engine | AverageStatistic | High |
SpillDispatcherRequestSize | MessageStoreStats.SpillDispatcherRequestSize | 1523 | Measures the number of operations on nonpersistent data dispatched for spilling to the data store. | Per Messaging Engine | AverageStatistic | High |
TransactionDeleteBatchCount | MessageStoreStats.TransactionDeleteBatchCount | 1554 | Transaction table delete batches | Per Messaging Engine | CountStatistic | High |
TransactionInsertBatchCount | MessageStoreStats.TransactionInsertBatchCount | 1553 | Transaction table insert batches | Per Messaging Engine | CountStatistic | High |
TransactionUpdateBatchCount | MessageStoreStats.TransactionUpdateBatchCount | 1555 | Transaction table update batches | Per Messaging Engine | CountStatistic | High |
Name | Key | ID | Description | Granularity | Type | Level |
---|---|---|---|---|---|---|
FileStoreLogSpace | MessageStoreStats.FileStoreLogSpace | 1556 | Space in bytes remaining in the file store log. | Per Messaging Engine | AverageStatistic | High |
FileStorePermanentObjectStoreSpace | MessageStoreStats.FileStorePermanentObjectStoreSpace | 1557 | Space in bytes remaining in the file store permanent store. | Per Messaging Engine | AverageStatistic | High |
FileStoreTemporaryObjectStoreSpace | MessageStoreStats.FileStoreTemporaryObjectStoreSpace | 1558 | Space in bytes remaining in the file store temporary store. | Per Messaging Engine | AverageStatistic | High |
Name | Key | ID | Description | Granularity | Type | Level |
---|---|---|---|---|---|---|
GlobalTransactionAbortCount | MessageStoreStats.GlobalTransactionAbortCount | 1538 | Global transactions cancelled | Per Messaging Engine | CountStatistic | High |
GlobalTransactionCommitCount | MessageStoreStats.GlobalTransactionCommitCount | 1539 | Global transactions committed | Per Messaging Engine | CountStatistic | High |
GlobalTransactionInDoubtCount | MessageStoreStats.GlobalTransactionInDoubtCount | 1537 | Global transactions in doubt | Per Messaging Engine | CountStatistic | High |
GlobalTransactionStartCount | MessageStoreStats.GlobalTransactionStartCount | 1536 | Global transactions started | Per Messaging Engine | CountStatistic | High |
LocalTransactionAbortCount | MessageStoreStats.LocalTransactionAbortCount | 1534 | Local transactions aborted | Per Messaging Engine | CountStatistic | High |
LocalTransactionCommitCount | MessageStoreStats.LocalTransactionCommitCount | 1535 | Local transactions committed | Per Messaging Engine | CountStatistic | High |
LocalTransactionStartCount | MessageStoreStats.LocalTransactionStartCount | 1533 | Local transactions started | Per Messaging Engine | CountStatistic | High |