View OBKV-HBase monitoring details

更新时间:
复制 MD 格式

On the OBKV-HBase monitoring details page of a tenant, you can view the OBKV-HBase monitoring data of the tenant.

Note

The OBKV-HBase monitoring page appears only on the tenant monitoring page of OBKV instances.

View OBKV-HBase monitoring data

By default, the OBKV-HBase tab displays the monitoring data in the last hour. You can specify a time period or click fields in a chart to filter the data to view.

image

The following table describes the performance metrics.

Note

You can click the question mark (?) next to a monitoring metric to view its details.

Monitoring item

Metric

Unit

Description

HBase Operations per Second

  • hbase_all_count

  • hbase_scan_count

  • hbase_put_count

  • hbase_delete_count

  • hbase_append_count

  • hbase_increment_count

  • hbase_checkAndPut_count

  • hbase_checkAndDelete_count

  • hbase_hybrid_batch_count

Times/s

  • The number of HBase operations processed per second.

  • The number of HBase scan operations processed per second.

  • The number of HBase put operations processed per second.

  • The number of HBase delete operations processed per second.

  • The number of HBase append operations processed per second.

  • The number of HBase increment operations processed per second.

  • The number of HBase checkAndPut operations processed per second.

  • The number of HBase checkAndDelete operations processed per second.

  • The number of HBase hybrid batch operations processed per second.

Average Processing Time of All HBase Operations

  • hbase_rt

  • hbase_scan_rt

  • hbase_put_rt

  • hbase_delete_rt

  • hbase_append_rt

  • hbase_increment_rt

  • hbase_checkAndPut_rt

  • hbase_checkAndDelete_rt

  • hbase_hybrid_batch_rt

μs

  • The average time consumed in processing all HBase operations.

  • The average time consumed in processing HBase scan operations.

  • The average time consumed in processing HBase put operations.

  • The average time consumed in processing HBase delete operations.

  • The average time consumed in processing HBase append operations.

  • The average time consumed in processing HBase increment operations.

  • The average time consumed in processing HBase checkAndPut operations.

  • The average time consumed in processing HBase checkAndDelete operations.

  • The average time consumed in processing HBase hybrid batch operations.

HBase Operation Response Time Percentiles

  • kv_hbase_all_rt_p999

  • kv_hbase_scan_rt_p999

  • kv_hbase_put_rt_p999

  • kv_hbase_delete_rt_p999

  • kv_hbase_append_rt_p999

  • kv_hbase_increment_rt_p999

  • kv_hbase_check_and_put_rt_p999

  • kv_hbase_check_and_delete_rt_p999

  • kv_hbase_hybrid_batch_rt_p999

  • kv_hbase_all_rt_p99

  • kv_hbase_scan_rt_p99

  • kv_hbase_put_rt_p99

  • kv_hbase_delete_rt_p99

  • kv_hbase_append_rt_p99

  • kv_hbase_increment_rt_p99

  • kv_hbase_check_and_put_rt_p99

  • kv_hbase_check_and_delete_rt_p99

  • kv_hbase_hybrid_batch_rt_p99

  • kv_hbase_all_rt_p95

    ···

  • kv_hbase_all_rt_p90

    ···

  • kv_hbase_all_rt_p50

    ···

μs

The response time of different types of operations at the 99.9th, 99th, 95th, 90th, or 50th percentile.

Average Rows per HBase Operation

  • hbase_all_rows

  • hbase_scan_rows

  • hbase_put_rows

  • hbase_delete_rows

  • hbase_append_rows

  • hbase_increment_rows

  • hbase_checkAndPut_rows

  • hbase_checkAndDelete_rows

  • hbase_hybrid_batch_rows

Rows

  • The average number of rows processed in all types of HBase operations.

  • The average number of rows processed in HBase scan operations.

  • The average number of rows processed in HBase put operations.

  • The average number of rows processed in HBase delete operations.

  • The average number of rows processed in HBase append operations.

  • The average number of rows processed in HBase increment operations.

  • The average number of rows processed in HBase checkAndPut operations.

  • The average number of rows processed in HBase checkAndDelete operations.

  • The average number of rows processed in HBase hybrid batch operations.