Re: how to measure consumer time for x number of messages

2014-04-21 Thread Joel Koshy
There are message-rate mbeans that you can read. You can hook up something like jconsole/visualvm to your consumer instance and explore the mbeans. E.g., we have a messages/sec meter for each topic that I think would help in your case. Joel On Mon, Apr 21, 2014 at 03:14:38PM -0700, Kazue Watanabe

how to measure consumer time for x number of messages

2014-04-21 Thread Kazue Watanabe
Hi, I am looking for a way to measure time for a consumer to consumer x number of messages. Basically I would like to compare how much it takes the consumer to consume messages and compare them against the number of messages. Is there any tool in Kafka to do this? Please let me know. Thank you so