Topic

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