entriesAddedCounter | Messages published since this broker loads this topic. |
numberOfEntries | Total number of messages being tracked. |
totalSize | Total storage size in bytes of all messages. |
currentLedgerEntries | Count of messages written to the ledger currently open for writing. |
currentLedgerSize | Size in bytes of messages written to ledger currently open for writing. |
lastLedgerCreatedTimestamp | Time when last ledger is created. |
lastLedgerCreationFailureTimestamp | Time when last ledger is failed. |
waitingCursorsCount | How many cursors are caught up and waiting for a new message to be published. |
pendingAddEntriesCount | How many messages have (asynchronous) write requests you are waiting on completion. |
lastConfirmedEntry | The ledgerid:entryid of the last message successfully written. If the entryid is -1, then the ledger is opened or is being currently opened but has no entries written yet. |
state | The state of the cursor ledger. Open means you have a cursor ledger for saving updates of the markDeletePosition. |
ledgers | The ordered list of all ledgers for this topic holding its messages. |
cursors | The list of all cursors on this topic. Every subscription you saw in the topic stats has one. |
markDeletePosition | The ack position: the last message the subscriber acknowledges receiving. |
readPosition | The latest position of subscriber for reading message. |
waitingReadOp | This is true when the subscription reads the latest message that is published to the topic and waits on new messages to be published. |
pendingReadOps | The counter for how many outstanding read requests to the BookKeepers you have in progress. |
messagesConsumedCounter | Number of messages this cursor acks since this broker loads this topic. |
cursorLedger | The ledger used to persistently store the current markDeletePosition. |
cursorLedgerLastEntry | The last entryid used to persistently store the current markDeletePosition. |
individuallyDeletedMessages | If Acks are done out of order, shows the ranges of messages Acked between the markDeletePosition and the read-position. |
lastLedgerSwitchTimestamp | The last time the cursor ledger is rolled over. |