Kafka Eagle
HomeGithub
  • Preface
  • 1.Introduction
    • 1.What is EFAK
    • 2.Getting Started
  • 2.Installation
    • 1.Requirements
    • 2.Install on Linux/macOS
    • 3.Install on Windows
    • 4.Configuration
    • 5.Security
  • 3.QuickStart
    • 1.Dashboard
    • 2.Topics
    • 3.Consumers
    • 4.Clusters
    • 5.Alarm
    • 6.Shell
    • 7.KSQL
    • 8.Metrics
    • 9.TV
    • 10.System
  • 4.Architecture
    • 1.Introduction
    • 2.Data Collection
    • 3.Core Modules
    • 4.Advanced
  • 5.ChangeLog
    • 1.Release Notes
    • 2.ChangeLog
  • 6.FAQ
    • 1.FAQ
Powered by GitBook
On this page
  • 3.8.1 Overview
  • 3.8.2 Kafka MBean
  • 3.8.3 Kafka Performance
  • 3.8.4 Kafka Broker Collection
  1. 3.QuickStart

8.Metrics

Previous7.KSQLNext9.TV

Last updated 2 years ago

3.8.1 Overview

Through JMX to obtain data, monitor the Kafka client, the production side, the number of messages, the number of requests, processing time and other data to visualize performance.

3.8.2 Kafka MBean

3.8.3 Kafka Performance

3.8.4 Kafka Broker Collection

EFAK monitoring summarizes the node data of the whole cluster. Through the monitoring chart, you can observe the running state of the cluster.

Quota
Message

MessagesInPerSec

Broker aggregate incoming message rate.

BytesInPerSec

Broker aggregate incoming byte rate.

BytesOutPerSec

Broker aggregate outgoing byte rate.

BytesRejectedPerSec

Broker aggregate rejected byte rate.

FailedFetchRequestsPerSec

Broker fetch request rate for requests that failed.

FailedProduceRequestsPerSec

Produce request rate for requests that failed.

ProduceMessageConversionsPerSec

The number of produce message conversions per second for the broker.

ReplicationBytesInPerSec

Byte in rate from other brokers.

ReplicationBytesOutPerSec

Byte out rate to other brokers.

TotalFetchRequestsPerSec

Fetch request rate.

TotalProduceRequestsPerSec

Produce request rate.

FreePhysicalMemorySize

Broker free memory size.

kafka mbean
kafka chart