# ConsumerGroup Details

In the ConsumerGroup management interface, click on [Details] to enter the ConsumerGroup details page.

<!-- image-todo -->

<!-- image-todo -->

The ConsumerGroup details page shows the associated Topic, message accumulation number, latest update time, partition, total number of partition messages, Consumer offset, message stack number, Consumer instances, etc.

> 1. Message Accumulation Number: The total number of messages that the consumer group has not yet consumed on this Topic
> 2. Latest Update Time: The latest time when messages in the Topic are written to the disk
> 3. Total Number of Partition Messages: The total number of messages in this partition
> 4. Consumer Offset: The consumer's consumption offset on the current partition
> 5. Partition Message Accumulation Number: The total number of messages that the consumer has not yet consumed on this partition
