HBase metrics display tool.
- python 2.7
- requests: pip install requests
- Set HBASE_HOME pointing to your HBase installation.
- Modify $HBASE_HOME/conf/hadoop-metrics.conf to make HBase emit metrics. (Check this out)
- python hman.py
HBase metrics display tool.