entriesAddedCounter | 此 broker 加载此 topic 后发布的消息。 |
numberOfEntries | 正在追踪的消息总数。 |
totalSize | 所有消息存储大小的总和(以字节为单位)。 |
currentLedgerEntries | 当前开放写入的 ledger 中,写入消息的总数。 |
currentLedgerSize | 当前开放写入的 ledger 中,写入消息的大小(以字节为单位)。 |
lastLedgerCreatedTimestamp | 上一个 ledger 的创建时间。 |
lastLedgerCreationFailureTimestamp | 上一次 ledger 创建失败的时间。 |
waitingCursorsCount | 跟上消息发布的进度,正在等待新消息发布的游标数量。 |
pendingAddEntriesCount | 正在等待完成(异步)写入请求的消息数。 |
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 | Topic 上用于保存消息的所有 ledger 的有序列表。 |
cursors | The list of all cursors on this topic. Every subscription you saw in the topic stats has one. |
markDeletePosition | The ack position:订阅者确认的最后一条消息。 |
readPosition | 订阅者最后读取消息的位置。 |
waitingReadOp | 若订阅已读取发布到 topic 的最新消息,并且正在等待新消息的发布,则值为 true。 |
pendingReadOps | BookKeeper 中正在处理的读取请求数量计数。 |
messagesConsumedCounter | Broker 加载 topic 后,此游标已确认的消息总数。 |
cursorLedger | 用于持久存储当前 markDeletePosition 的 ledger。 |
cursorLedgerLastEntry | 最后一个用于持久存储当前 markDeletePosition 的 entryid。 |
individuallyDeletedMessages | 如果消息被乱序确认,则显示在 markDeletePosition 和 read-position 之间已确认消息的范围。 |
lastLedgerSwitchTimestamp | 游标 ledger 上一次轮询的时间。 |