Stone,

We are in the same boat.. we are using Resque for our queueing and its invaluable to know this type of information. Unfortunately, I don't believe Kafka exposes this information. Perhaps another messaging system would better suit you... I belive RabbitMQ has an admin interface

On 12/30/11 5:59 AM, Stone wrote:
Our current messaging system is redis based (resque). So it's easy to know
how many messages got queued (not processed ) using LLEN to get the length
of a list (or using resque-web interface). For Kafka what's the recommended
way to get metrics such as # of unprocessed messages, how many messages got
by day or hour ? Is there any web based interface to view the metrics ?

Best Regards,
Stone

Reply via email to