HBase table-level monitoring enables you to monitor the numbers of read and write requests and storage usage of each table in HBase.
Click a table name to pop up the table details. The details page can display the numbers of read and write requests and size of store (including MemStore and StoreFile) of the selected table in the dimension of the entire table or node. You can switch between nodes by using the Node Filter in the top-right corner.
Click Regions Operation to view the numbers of read and write requests of each region contained in the table.
Click a region name to pop up the region details page, where the numbers of read and write requests of the selected table are displayed at different time granularities. Click Time Granularity in the top-right corner to switch between time granularities.
Click RegionServers Operation to view the request delay of each RegionServer where the table is distributed.
Was this page helpful?