A broker's topic details page lists all of the topics managed by a broker. For each broker in the list it will also display detailed metrics for the topic.
Selecting one of the topics from the list will display additional details on the right of the page. These details include:
the amount of memory allocated for the topic
the percentage of the allocated memory in use
the maximum amount of time, in milliseconds, a message stayed on the topic
the minimum amount of time, in milliseconds, a message stayed on the topic
the average amount of time, in milliseconds, a message stayed on the topic
the number of messages published to the topic
the number of messages consumed from the topic
the number of messages in the topic that have been consumed, but not acknowledged
the number of messages that have been dispatched to, but not acknowledged, by consumers
the maximum number of messages that can be paged
if message caching enabled
if producer flow control is active








