Skip to main content

Overview

Metric Overview

This is a screen where you can view the current key metrics of all brokers at a glance, consisting of several detailed categories.

Overall Broker Status

broker_overview

ItemDescription
⓵ Broker healthDisplays the number of online/offline brokers
⓶ Active controllersDisplays the number of active controllers (error, if this value is not 1)
⓷ TopicsTotal number of topics
⓸ Active partitionNumber of active partitions
⓹ Connected ZooKeeperDisplays the ZooKeeper connection status of online brokers (error, if the number of online brokers and the number of connections do not match)
⓺ Under ISRNumber of topic partitions that do not meet the minISR setting (may temporarily be non-zero)
⓻ Under replicated partitionNumber of topic partitions that do not meet the replication factor (0 value indicates normal status)
Checking Inactive Partitions

If there are inactive partitions due to a broker being down, ⓸ Active partition changes to ⓸ Active/Inactive Partition, showing both the active and inactive partitions. Clicking the number of inactive partitions will display a list of topic partitions (including the location of replicas and ISR partitions) that are currently inactive.

broker_inactive_partition_modal

Checking Partitions Not Meeting ISR

If there are partitions that do not meet the ISR, a [Warning Sign] will appear, and clicking on the sign will display a list of topic partitions that currently do not meet the min ISR.

broker_under_isr_partition_modal

For more details on min ISR, refer to the Topic Settings document.

Checking Under-Replicated Partitions

If there are under-replicated partitions, a [Warning Sign] will appear, and clicking on the sign will display a list of topic partitions that currently do not meet the replication factor.

broker_under_replicated_partition_modal

For more details on replication factor, refer to the Topic Settings document.

Average Node Resource Usage Rate

broker_overview_node

ItemDescription
⓵ Average CPU Usage RateThe average CPU usage rate across all brokers
⓶ Average Memory Usage RateThe average memory usage rate across all brokers
⓷ Average Network Usage RateThe average network usage rate across all brokers
⓸ Average Request Handler Usage RateThe average usage rate of request handlers across all brokers

Message Producing / Consuming / Traffic Imbalance

broker_overview_throughput

ItemDescription
⓵ Producing (Bytes in)The total incoming message rate per second for the entire cluster (in bytes)
⓶ Consuming (Bytes out)The total outgoing message rate per second for the entire cluster (in bytes) (including Consumer and Follower)
⓷ Traffic imbalanceThe traffic ratio of leader partitions per broker

Disk Usage

broker_disk_usage

ItemDescription
⓵ Total disk usageThe total disk usage for topic partitions in all clusters
⓶ Max usageThe highest total disk usage for topic partitions per broker
⓷ Min usageThe lowest total disk usage for topic partitions per broker
⓸ DistributionSkewed if the topic partition disk usage difference between brokers exceeds 10%
⓹ Leader Partition DistributionSkewed If the leader imbalance ratio (normalized value) exceeds 10%
Disk Imbalance

If disk usage is imbalanced, the [Smart Rebalance] button will appear, allowing you to balance out the usage through a rebalancing operation.
For more details, refer to the Smart Rebalance document.

Broker List

At the bottom of the metric overview page, you can see a list of all brokers. By clicking on a [Broker Name] in the list, you can navigate to the Broker Metrics details page.

broker_list