HBaseAdmin.getClusterStatus
---------------------------
Key: HBASE-1454
URL: https://issues.apache.org/jira/browse/HBASE-1454
Project: Hadoop HBase
Issue Type: Improvement
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
Fix For: 0.20.0
Attachments: hbase-1454-1.patch
Somewhat like Hadoop's JobClient.getClusterStatus().
Provides status information to clients:
* The names of region servers in the cluster.
* The average cluster load.
* The number of regions deployed on the cluster.
* The number of requests since last report.
* Detailed region server loading and resource usage information: A list of
HServerInfo, containing load information as HServerLoad, containing per-region
load information as HServerLoad.RegionLoad.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.