|
|
-
Re: [Programmatic cluster monitoring] How to use the HBase monitoring APIsOtis Gospodnetic 2012-10-03, 03:22
Hi,
Have a look at https://github.com/sematext/HBaseMetricsContext + http://blog.sematext.com/2011/07/31/extending-hadoop-metrics/ -- this may lead you in the right direction if you really really need to do this.... although I'm not sure if that stuff is outdated now. If you are just trying to get existing HBase metrics there is SPM (http://sematext.com/spm/index.html), Ganglia, etc. Otis On Tue, Oct 2, 2012 at 1:52 AM, techbuddy <[EMAIL PROTECTED]> wrote: > Thanks for clarifying the usage part out Stack! > > As for programmatic monitoring, I was trying to figure out how to extend the > already available metrics capture mechanism (available for Region server and > Master server processes) to dump some *custom *metrics into a file (using > the TimestampedFileContext) for downstream consumption by our graphing > solution. These custom metrics could be like # of minor compactions that > happened since the last poll time , or the rate of minor compactions over a > time window etc. > > In other words,I was wondering if HBase monitoring framework supports some > kind of plugin development. > So, I'm not really looking at building a brand new monitoring solution, but > rather a way to extend the available set of metrics. > > Does that make sense or do you think the available set of metrics (for > RegionServer,Master Server) are good enough. > > -thanks > tb > PS : The available set of metrics, for e.g. the RegionServer are like Block > cache metrics, compaction metrics,IO, store metrics etc > > > > -- > View this message in context: http://apache-hbase.679495.n3.nabble.com/Programmatic-cluster-monitoring-How-to-use-the-HBase-monitoring-APIs-tp4032453p4032495.html > Sent from the HBase User mailing list archive at Nabble.com. |