Skip to content

skate056/my-kafka-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-kafka-monitor

A top style utility to monitor Kafka from the command line. It displays the current message rate, last one minute rate, last five minute rate, last fifteen minute rate and the mean message rate of the specified topic.

In the current version only one topic can be monitored.

Usage

Build

sbt clean assembly

Running

java -cp my-kafka-monitor.jar MonitorApp [zookeeperUrl] [kafkaJMXPort] [topicName]

About

A utility to monitor Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages