首页 > 其他 > 详细

kafka管理监控插件

时间:2015-09-23 17:24:30      阅读:325      评论:0      收藏:0      [点我收藏+]

kafka 监控插件

1.KafkaOffsetMonitor

项目地址:https://github.com/quantifind/KafkaOffsetMonitor

KafkaOffsetMonitor是用来实时监控Kafka集群的consumers以及它们在partition中的offset(偏移量)。

You can see the current consumer groups, for each group the topics that they are consuming and the position of the group in each topic queue. This is useful to understand how quick you are consuming from a queue and how fast the queue is growing. It allows for debuging kafka producers and consumers or just to have an idea of what is going on in your system.

2.Kafka Web Console

项目地址:https://github.com/claudemamo/kafka-web-console

现在已经被kafka Manager 替代。

kafka管理插件

kafka Manager 

雅虎开发,它使用scala来编写的,这个管理工具可以很容易地发现分布在集群中的哪些topic分布不均匀,或者是分区在整个集群分布不均匀的的情况。它支持管理多个集群、选择副本、副本重新分配以及创建Topic。同时,这个管理工具也是一个非常好的可以快速浏览这个集群的工具。

kafka管理监控插件

原文:http://my.oschina.net/Rayn/blog/510131

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!