You can try to monitor the metrics from flume. Right now flume output metrics as json ontop of http:

https://cwiki.apache.org/FLUME/monitoring-flume.html

I have a ruby script for printing out all metrics at console:

https://gist.github.com/a35cff7f66c95239ba64

I usually looked at:
"source.xxx.number of bytes" : 0,
"source.xxx.number of events" : 0,

etc.

The code was originally from Eric Hauser, at
https://gist.github.com/1223602

I changed a little bit for more general usages.

Also please look at log for more information.

Thanks,
Mingjie


On 10/25/2011 03:14 AM, Mohammad Tariq wrote:
Could anyone tell me how to verify whether the data is reaching the
specified location or not.I am able to issue the command successfully
but unable to see the data.

Regards,
     Mohammad Tariq

Reply via email to