Re: How to measure performance metrics

2015-02-25 Thread Otis Gospodnetic
Have a look at http://blog.sematext.com/2015/02/10/kafka-0-8-2-monitoring/ There are also various open-source projects. Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Wed, Feb 25, 2015 at 12:40 AM, Bhuvana Bas

Re: How to measure performance metrics

2015-02-24 Thread Manikumar Reddy
Hi, There are bunch of metrics available for performance monitoring. These metrics are can be monitored by JMX monitoring tool (Jconsole). https://kafka.apache.org/documentation.html#monitoring. Some of the available metrics reporters are: https://cwiki.apache.org/confluence/display/KAFKA/JM

How to measure performance metrics

2015-02-24 Thread Bhuvana Baskar
Hi, Please let me know how to measure the performance metrics while pushing/consuming the message to/from the topic. Thanks.