Hi, I think you are asking how you can get this metric from HBase and store it in a file? You can always use something like HBase JMX API or something like JMXC <https://github.com/sematext/jmxc> to get metrics, grep the output, extract the metric value, and store to the file.
Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Mon, Feb 9, 2015 at 7:35 PM, ma fedro <[email protected]> wrote: > Hello, i want to get logs from metrics, but i don't know what to do. > I know that MBean gets the data from metrics, so i can do monitoring. But i > really want to log file. > Please help me. >
