On the performance monitoring page of an instance in OceanBase Cloud, you can create custom monitoring dashboards by configuring commonly used monitoring metrics.
Manage custom dashboards
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Instances.
On the Instances page, click the name of the target instance to go to the Overview page of the instance.
In the left-side navigation pane of the Overview page of the instance, click Metrics.
On the Custom Dashboard tab, manage your dashboards.
Create a custom dashboard
On the Custom Dashboard tab, click Create Custom Dashboard.
Enter a dashboard name, select the tenants to monitor, and choose monitoring metrics. For detailed metric descriptions, see Tenant monitoring metrics.
Note
- The dashboard name cannot exceed 20 characters in length.
- You can create up to 7 custom monitoring dashboards.
Click OK.
View a custom dashboard
On the Custom Dashboard tab, you can manage your custom dashboards. Use the Select Dashboard dropdown to choose which dashboard to view.
Edit a custom dashboard
On the Custom Dashboard tab, select the dashboard you want to modify.
Click Edit Current Dashboard.
On the edit page, modify the dashboard name, tenants, and metrics as needed. For detailed metric descriptions, see Tenant monitoring metrics.
Click OK.
Delete a custom dashboard
On the Custom Dashboard tab, select the dashboard you want to delete.
Click the menu icon next to the dashboard name and select Delete Current Dashboard.
In the confirmation dialog box, click OK.
Tenant monitoring metrics
| Metric category | Metric name | Unit | Description |
|---|---|---|---|
| Cluster database | sql_all_count | times/s | The number of SQL statements processed per second. |
| Cluster database | sql_delete_count | times/s | The number of Delete statements processed per second. |
| Cluster database | sql_insert_count | times/s | The number of Insert statements processed per second. |
| Cluster database | sql_other_count | times/s | The number of other statements such as DDL, DCL, and DTL statements processed per second. |
| Cluster database | sql_replace_count | times/s | The number of Replace statements processed per second. |
| Cluster database | sql_select_count | times/s | The number of Select statements processed per second. |
| Cluster database | sql_update_count | times/s | The number of Update statements processed per second. |
| Cluster database | sql_all_rt | ms | The average processing time of SQL statements. |
| Cluster database | sql_delete_rt | ms | The average processing time of Delete statements. |
| Cluster database | sql_insert_rt | ms | The average processing time of Insert statements. |
| Cluster database | sql_other_rt | ms | The average processing time of other statements such as DDL, DCL, and DTL statements. |
| Cluster database | sql_replace_rt | ms | The average processing time of Replace statements. |
| Cluster database | sql_select_rt | ms | The average processing time of Select statements. |
| Cluster database | sql_update_rt | ms | The average processing time of Update statements. |
| Cluster database | sql_all_rt_p99 | ms | The 99th percentile of the average processing time of SQL statements. |
| Cluster database | sql_delete_rt_p99 | ms | The 99th percentile of the average processing time of Delete statements. |
| Cluster database | sql_insert_rt_p99 | ms | The 99th percentile of the average processing time of Insert statements. |
| Cluster database | sql_other_rt_p99 | ms | The 99th percentile of the average processing time of other statements such as DDL, DCL, and DTL statements. |
| Cluster database | sql_replace_rt_p99 | ms | The 99th percentile of the average processing time of Replace statements. |
| Cluster database | sql_select_rt_p99 | ms | The 99th percentile of the average processing time of Select statements. |
| Cluster database | sql_update_rt_p99 | ms | The 99th percentile of the average processing time of Update statements. |
| Cluster database | sql_all_rt_p95 | ms | The 95th percentile of the average processing time of SQL statements. |
| Cluster database | sql_delete_rt_p95 | ms | The 95th percentile of the average processing time of Delete statements. |
| Cluster database | sql_insert_rt_p95 | ms | The 95th percentile of the average processing time of Insert statements. |
| Cluster database | sql_other_rt_p95 | ms | The 95th percentile of the average processing time of other statements such as DDL, DCL, and DTL statements. |
| Cluster database | sql_replace_rt_p95 | ms | The 95th percentile of the average processing time of Replace statements. |
| Cluster database | sql_select_rt_p95 | ms | The 95th percentile of the average processing time of Select statements. |
| Cluster database | sql_update_rt_p95 | ms | The 95th percentile of the average processing time of Update statements. |
| Cluster database | sql_all_rt_p90 | ms | The 90th percentile of the average processing time of SQL statements. |
| Cluster database | sql_delete_rt_p90 | ms | The 90th percentile of the average processing time of Delete statements. |
| Cluster database | sql_insert_rt_p90 | ms | The 90th percentile of the average processing time of Insert statements. |
| Cluster database | sql_other_rt_p90 | ms | The 90th percentile of the average processing time of other statements such as DDL, DCL, and DTL statements. |
| Cluster database | sql_replace_rt_p90 | ms | The 90th percentile of the average processing time of Replace statements. |
| Cluster database | sql_select_rt_p90 | ms | The 90th percentile of the average processing time of Select statements. |
| Cluster database | sql_update_rt_p90 | ms | The 90th percentile of the average processing time of Update statements. |
| Cluster database | single_kv_all_count | times/s | The average number of all operations processed per second for a single operation. |
| Cluster database | single_kv_delete_count | times/s | The average number of Delete operations processed per second for a single operation. |
| Cluster database | single_kv_insert_count | times/s | The average number of Insert operations processed per second for a single operation. |
| Cluster database | single_kv_select_count | times/s | The average number of Select operations processed per second for a single operation. |
| Cluster database | single_kv_update_count | times/s | The average number of Update operations processed per second for a single operation. |
| Cluster database | single_kv_insert_or_update_count | times/s | The average number of Insert and Update operations processed per second for a single operation. |
| Cluster database | single_kv_replace_count | times/s | The average number of Replace operations processed per second for a single operation. |
| Cluster database | single_kv_increment_count | times/s | The average number of Increment operations processed per second for a single operation. |
| Cluster database | single_kv_append_count | times/s | The average number of Append operations processed per second for a single operation. |
| Cluster database | single_kv_all_rt | μs | The average processing time of a single operation. |
| Cluster database | single_kv_delete_rt | μs | The average processing time of a Delete operation. |
| Cluster database | single_kv_insert_rt | μs | The average processing time of an Insert operation. |
| Cluster database | single_kv_select_rt | μs | The average processing time of a Select operation. |
| Cluster database | single_kv_update_rt | μs | The average processing time of an Update operation. |
| Cluster database | single_kv_insert_or_update_rt | μs | The average processing time of an Insert or Update operation. |
| Cluster database | single_kv_increment_rt | μs | The average processing time of an Increment operation. |
| Cluster database | single_kv_append_rt | μs | The average processing time of an Append operation. |
| Cluster database | multi_kv_all_count | times/s | The average number of operations processed per second for a batch operation of the same type. |
| Cluster database | multi_kv_delete_count | times/s | The average number of Delete operations processed per second for a batch operation of the same type. |
| Cluster database | multi_kv_insert_count | times/s | The average number of Insert operations processed per second for a batch operation of the same type. |
| Cluster database | multi_kv_select_count | times/s | The average number of Select operations processed per second for a batch operation of the same type. |
| Cluster database | multi_kv_update_count | times/s | The average number of Update operations processed per second for a batch operation of the same type. |
| Cluster database | multi_kv_insert_or_update_count | times/s | The average number of Insert or Update operations processed per second for a batch operation of the same type. |
| Cluster database | multi_kv_replace_count | times/s | The average number of Replace operations processed per second for a batch operation of the same type. |
| Cluster Database | multi_kv_increment_count | times/s | Average number of increments per second for batch operations of the same type |
| Cluster Database | multi_kv_append_count | times/s | Average number of appends per second for batch operations of the same type |
| Cluster Database | multi_kv_all_rt | μs | Average time consumed by batch operations of the same type |
| Cluster Database | multi_kv_delete_rt | μs | Average time consumed by batch deletion operations of the same type |
| Cluster Database | multi_kv_insert_rt | μs | Average time consumed by batch insertion operations of the same type |
| Cluster Database | multi_kv_select_rt | μs | Average time consumed by batch query operations of the same type |
| Cluster Database | multi_kv_update_rt | μs | Average time consumed by batch update operations of the same type |
| Cluster Database | multi_kv_insert_or_update_rt | μs | Average time consumed by batch insertion and update operations of the same type |
| Cluster Database | multi_kv_replace_rt | μs | Average time consumed by batch replacement operations of the same type |
| Cluster Database | multi_kv_increment_rt | μs | Average time consumed by batch increment operations of the same type |
| Cluster Database | multi_kv_append_rt | μs | Average time consumed by batch append operations of the same type |
| Cluster Database | kv_table_all_rt_p99 | ms | 99th percentile response time for TABLE SQL statements |
| Cluster Database | kv_table_select_rt_p99 | ms | 99th percentile response time for TABLE SELECT statements |
| Cluster Database | kv_table_insert_rt_p99 | ms | 99th percentile response time for TABLE INSERT statements |
| Cluster Database | kv_table_delete_rt_p99 | ms | 99th percentile response time for TABLE DELETE statements |
| Cluster Database | kv_table_update_rt_p99 | ms | 99th percentile response time for TABLE UPDATE statements |
| Cluster Database | kv_table_replace_rt_p99 | ms | 99th percentile response time for TABLE REPLACE statements |
| Cluster Database | kv_table_query_and_mutate_rt_p99 | ms | 99th percentile response time for TABLE QUERY_AND_MUTATE statements |
| Cluster Database | kv_table_other_rt_p99 | ms | 99th percentile response time for other TABLE statements such as DDL, DCL, and DTL statements |
| Cluster Database | kv_table_all_rt_p95 | ms | 95th percentile response time for TABLE SQL statements |
| Cluster Database | kv_table_select_rt_p95 | ms | 95th percentile response time for TABLE SELECT statements |
| Cluster Database | kv_table_insert_rt_p95 | ms | 95th percentile response time for TABLE INSERT statements |
| Cluster Database | kv_table_delete_rt_p95 | ms | 95th percentile response time for TABLE DELETE statements |
| Cluster Database | kv_table_update_rt_p95 | ms | 95th percentile response time for TABLE UPDATE statements |
| Cluster Database | kv_table_replace_rt_p95 | ms | 95th percentile response time for TABLE REPLACE statements |
| Cluster Database | kv_table_query_and_mutate_rt_p95 | ms | 95th percentile response time for TABLE QUERY_AND_MUTATE statements |
| Cluster Database | kv_table_other_rt_p95 | ms | 95th percentile response time for other TABLE statements such as DDL, DCL, and DTL statements |
| Cluster Database | kv_table_all_rt_p90 | ms | 90th percentile response time for TABLE SQL statements |
| Cluster Database | kv_table_select_rt_p90 | ms | 90th percentile response time for TABLE SELECT statements |
| Cluster Database | kv_table_insert_rt_p90 | ms | 90th percentile response time for TABLE INSERT statements |
| Cluster Database | kv_table_delete_rt_p90 | ms | 90th percentile response time for TABLE DELETE statements |
| Cluster Database | kv_table_update_rt_p90 | ms | 90th percentile response time for TABLE UPDATE statements |
| Cluster Database | kv_table_replace_rt_p90 | ms | 90th percentile response time for TABLE REPLACE statements |
| Cluster Database | kv_table_query_and_mutate_rt_p90 | ms | 90th percentile response time for TABLE QUERY_AND_MUTATE statements |
| Cluster Database | kv_table_other_rt_p90 | ms | 90th percentile response time for other TABLE statements such as DDL, DCL, and DTL statements |
| Cluster Database | multi_kv_all_row | times | Average number of rows for batch operations of the same type |
| Cluster Database | multi_kv_delete_row | times | Average number of deleted rows for batch operations of the same type |
| Cluster Database | multi_kv_insert_row | times | Average number of inserted rows for batch operations of the same type |
| Cluster Database | multi_kv_select_row | times | Average number of queried rows for batch operations of the same type |
| Cluster Database | multi_kv_update_row | times | Average number of updated rows for batch operations of the same type |
| Cluster Database | multi_kv_insert_or_update_row | times | Average number of inserted and updated rows for batch operations of the same type |
| Cluster Database | multi_kv_replace_row | times | Average number of replaced rows for batch operations of the same type |
| Cluster Database | multi_kv_increment_row | times | Average number of incremented rows for batch operations of the same type |
| Cluster Database | multi_kv_append_row | times | Average number of appended rows for batch operations of the same type |
| Cluster Database | batch_kv_all_count | times/s | Average number of operations per second for mixed batch operations |
| Cluster Database | batch_kv_select_count | times/s | Average number of queries per second for mixed batch operations |
| Cluster Database | batch_kv_hybrid_count | times/s | Average number of mixed operations per second for mixed batch operations |
| Cluster Database | batch_kv_all_rt | μs | Average time consumed by mixed batch operations |
| Cluster Database | batch_kv_select_rt | μs | Average time consumed by queries for mixed batch operations |
| Cluster Database | batch_kv_hybrid_rt | μs | Average time consumed by mixed operations for mixed batch operations |
| Cluster Database | batch_kv_all_row | times/s | Average number of rows for mixed batch operations |
| Cluster Database | batch_kv_select_row | times/s | Average number of queried rows for mixed batch operations |
| Cluster Database | batch_kv_hybrid_row | times/s | Average number of mixed operation rows for mixed batch operations |
| Cluster Database | query_kv_select_count | ms | Average number of queries per second |
| Cluster Database | query_kv_select_rt | μs | Average time consumed by queries |
| Cluster Database | query_kv_select_row | ms | Average number of queried rows |
| Cluster Database | query_and_muate_kv_select_count | count | Average number of queries for query and modify operations |
| Cluster Database | query_and_muate_kv_select_rt | μs | Average response time for query and modify operations |
| Cluster Database | query_and_muate_kv_select_row | count | Average number of rows for query and modify operations |
| Cluster Database | hbase_all_count | times/s | Number of SQL statements processed by HBase per second |
| Cluster Database | hbase_scan_count | times/s | Number of Scan statements processed by HBase per second |
| Cluster Database | hbase_put_count | times/s | Number of Put statements processed by HBase per second |
| Cluster Database | hbase_delete_count | times/s | Number of Delete statements processed by HBase per second |
| Cluster Database | hbase_append_count | times/s | Number of Append statements processed by HBase per second |
| Cluster Database | hbase_increment_count | times/s | Number of Increment statements processed by HBase per second |
| Cluster Database | hbase_checkAndPut_count | times/s | Number of CheckAndPut statements processed by HBase per second |
| Cluster Database | hbase_checkAndDelete_count | times/s | Number of CheckAndDelete statements processed by HBase per second |
| Cluster Database | hbase_hybrid_batch_count | times/s | Number of Hybrid_batch statements processed by HBase per second |
| Cluster Database | hbase_rt | μs | Average processing time for HBase SQL statements |
| Cluster Database | hbase_scan_rt | μs | Average processing time for HBase Scan statements |
| Cluster Database | hbase_put_rt | μs | Average processing time for HBase Put statements |
| Cluster Database | hbase_delete_rt | μs | Average processing time for HBase Delete statements |
| Cluster Database | hbase_append_rt | μs | Average processing time for HBase Append statements |
| Cluster Database | hbase_increment_rt | μs | Average processing time for HBase Increment statements |
| Cluster Database | hbase_checkAndPut_rt | μs | Average processing time for HBase CheckAndPut statements |
| Cluster Database | hbase_checkAndDelete_rt | μs | Average processing time for HBase CheckAndDelete statements |
| Cluster Database | hbase_hybrid_batch_rt | μs | Average processing time for HBase Hybrid_batch statements |
| Cluster Database | kv_hbase_all_rt_p999 | ms | Average processing time for HBase SQL statements at the 99.9th percentile |
| Cluster Database | kv_hbase_scan_rt_p999 | ms | Average processing time for HBase Scan statements at the 99.9th percentile |
| Cluster Database | kv_hbase_put_rt_p999 | ms | Average processing time for HBase Put statements at the 99.9th percentile |
| Cluster Database | kv_hbase_delete_rt_p999 | ms | Average processing time for HBase Delete statements at the 99.9th percentile |
| Cluster Database | kv_hbase_append_rt_p999 | ms | Average processing time for HBase Append statements at the 99.9th percentile |
| Cluster Database | kv_hbase_increment_rt_p999 | ms | Average processing time for HBase Increment statements at the 99.9th percentile |
| Cluster Database | kv_hbase_check_and_put_rt_p999 | ms | Average processing time for HBase CheckAndPut statements at the 99.9th percentile |
| Cluster Database | kv_hbase_check_and_delete_rt_p999 | ms | Average processing time for HBase CheckAndDelete statements at the 99.9th percentile |
| Cluster Database | kv_hbase_hybrid_batch_rt_p999 | ms | Average processing time for HBase Hybrid_batch statements at the 99.9th percentile |
| Cluster Database | kv_hbase_all_rt_p99 | ms | Average processing time for HBase SQL statements at the 99th percentile |
| Cluster Database | kv_hbase_scan_rt_p99 | ms | Average processing time for HBase Scan statements at the 99th percentile |
| Cluster Database | kv_hbase_put_rt_p99 | ms | Average processing time for HBase Put statements at the 99th percentile |
| Cluster Database | kv_hbase_delete_rt_p99 | ms | Average processing time for HBase Delete statements at the 99th percentile |
| Cluster Database | kv_hbase_append_rt_p99 | ms | Average processing time for HBase Append statements at the 99th percentile |
| Cluster Database | kv_hbase_increment_rt_p99 | ms | Average processing time for HBase Increment statements at the 99th percentile |
| Cluster Database | kv_hbase_check_and_put_rt_p99 | ms | Average processing time for HBase CheckAndPut statements at the 99th percentile |
| Cluster Database | kv_hbase_check_and_delete_rt_p99 | ms | Average processing time for HBase CheckAndDelete statements at the 99th percentile |
| Cluster Database | kv_hbase_hybrid_batch_rt_p99 | ms | Average processing time for HBase Hybrid_batch statements at the 99th percentile |
| Cluster Database | kv_hbase_all_rt_p95 | ms | Average processing time for HBase SQL statements at the 95th percentile |
| Cluster Database | kv_hbase_scan_rt_p95 | ms | Average processing time for HBase Scan statements at the 95th percentile |
| Cluster Database | kv_hbase_put_rt_p95 | ms | Average processing time for HBase Put statements at the 95th percentile |
| Cluster Database | kv_hbase_delete_rt_p95 | ms | Average processing time for HBase Delete statements at the 95th percentile |
| Cluster Database | kv_hbase_append_rt_p95 | ms | Average processing time for HBase Append statements at the 95th percentile |
| Cluster Database | kv_hbase_increment_rt_p95 | ms | Average processing time for HBase Increment statements at the 95th percentile |
| Cluster Database | kv_hbase_check_and_put_rt_p95 | ms | Average processing time for HBase CheckAndPut statements at the 95th percentile |
| Cluster Database | kv_hbase_check_and_delete_rt_p95 | ms | Average processing time for HBase CheckAndDelete statements at the 95th percentile |
| Cluster Database | kv_hbase_hybrid_batch_rt_p95 | ms | Average processing time for HBase Hybrid_batch statements at the 95th percentile |
| Cluster Database | kv_hbase_all_rt_p90 | ms | Average processing time for HBase SQL statements at the 90th percentile |
| Cluster Database | kv_hbase_scan_rt_p90 | ms | Average processing time for HBase Scan statements at the 90th percentile |
| Cluster Database | kv_hbase_put_rt_p90 | ms | Average processing time of HBase Put statements at the 90th percentile |
| Cluster Database | kv_hbase_delete_rt_p90 | ms | Average processing time of HBase Delete statements at the 90th percentile |
| Cluster Database | kv_hbase_append_rt_p90 | ms | Average processing time of HBase Append statements at the 90th percentile |
| Cluster Database | kv_hbase_increment_rt_p90 | ms | Average processing time of HBase Increment statements at the 90th percentile |
| Cluster Database | kv_hbase_check_and_put_rt_p90 | ms | Average processing time of HBase CheckAndPut statements at the 90th percentile |
| Cluster Database | kv_hbase_check_and_delete_rt_p90 | ms | Average processing time of HBase CheckAndDelete statements at the 90th percentile |
| Cluster Database | kv_hbase_hybrid_batch_rt_p90 | ms | Average processing time of HBase Hybrid_batch statements at the 90th percentile |
| Cluster Database | kv_hbase_all_rt_p50 | ms | Average processing time of HBase SQL statements at the 50th percentile |
| Cluster Database | kv_hbase_scan_rt_p50 | ms | Average processing time of HBase Scan statements at the 50th percentile |
| Cluster Database | kv_hbase_put_rt_p50 | ms | Average processing time of HBase Put statements at the 50th percentile |
| Cluster Database | kv_hbase_delete_rt_p50 | ms | Average processing time of HBase Delete statements at the 50th percentile |
| Cluster Database | kv_hbase_append_rt_p50 | ms | Average processing time of HBase Append statements at the 50th percentile |
| Cluster Database | kv_hbase_increment_rt_p50 | ms | Average processing time of HBase Increment statements at the 50th percentile |
| Cluster Database | kv_hbase_check_and_put_rt_p50 | ms | Average processing time of HBase CheckAndPut statements at the 50th percentile |
| Cluster Database | kv_hbase_check_and_delete_rt_p50 | ms | Average processing time of HBase CheckAndDelete statements at the 50th percentile |
| Cluster Database | kv_hbase_hybrid_batch_rt_p50 | ms | Average processing time of HBase Hybrid_batch statements at the 50th percentile |
| Cluster Database | hbase_all_rows | times/s | Number of SQL statements processed per second by HBase |
| Cluster Database | hbase_scan_rows | times/s | Number of Scan statements processed per second by HBase |
| Cluster Database | hbase_put_rows | times/s | Number of Put statements processed per second by HBase |
| Cluster Database | hbase_delete_rows | times/s | Number of Delete statements processed per second by HBase |
| Cluster Database | hbase_append_rows | times/s | Number of Append statements processed per second by HBase |
| Cluster Database | hbase_increment_rows | times/s | Number of Increment statements processed per second by HBase |
| Cluster Database | hbase_checkAndPut_rows | times/s | Number of CheckAndPut statements processed per second by HBase |
| Cluster Database | hbase_checkAndDelete_rows | times/s | Number of CheckAndDelete statements processed per second by HBase |
| Cluster Database | hbase_hybrid_batch_rows | times/s | Number of Hybrid_batch statements processed per second by HBase |
| Cluster Database | io_count | times/s | Number of I/O operations per second |
| Cluster Database | io_read_count | times/s | Number of read operations per second |
| Cluster Database | io_write_count | times/s | Number of write operations per second |
| Cluster Database | io_rt | μs | I/O latency |
| Cluster Database | io_read_rt | μs | Average read latency |
| Cluster Database | io_read_rt | μs | Average write latency |
| Cluster Database | io_size | byte | Data processed per second |
| Cluster Database | io_read_size | byte | Data read per second |
| Cluster Database | io_write_size | byte | Data written per second |
| Cluster Database | ob_waitevent_count | count | Number of wait events in a certain state |
| Cluster Database | ob_foreground_waitevent_count | count | Number of wait events in a certain state in the foreground |
| Cluster Database | ob_background_waitevent_count | count | Number of wait events in a certain state in the background |
| Cluster Database | ob_sql_event | count | Number of execution events in a certain state |
| Cluster Database | ob_sql_event_in_parse | count | Number of execution events in the parse state |
| Cluster Database | ob_sql_event_in_pl_parse | count | Number of execution events in the pl parse state |
| Cluster Database | ob_sql_event_in_plan_cache | count | Number of execution events in the plan cache state |
| Cluster Database | ob_sql_event_in_sql_optimize | count | Number of execution events in the sql optimize state |
| Cluster Database | ob_sql_event_in_sql_execution | count | Number of execution events in the sql execution state |
| Cluster Database | ob_sql_event_in_px_execution | count | Number of execution events in the px execution state |
| Cluster Database | ob_sql_event_in_sequence_load | count | Number of execution events in the sequence load state |
| Cluster Database | all_session | count | Number of current sessions |
| Cluster Database | active_session | count | Number of active sessions |
| Cluster Database | transaction_count | times/s | TPS |
| Cluster Database | transaction_commit_count | times/s | Number of committed transactions per second |
| Cluster Database | transaction_rollback_count | times/s | Number of rolled-back transactions per second |
| Cluster Database | transaction_timeout_count | times/s | Number of timed-out transactions per second |
| Cluster Database | transaction_rt | ms | Average transaction processing time |
| Cluster Database | transaction_commit_rt | ms | Average transaction commit latency |
| Cluster Database | transaction_rollback_rt | ms | Average transaction rollback latency |
| Cluster Database | request_queue_time | μs | The time that an SQL request spends waiting in the request queue. |
| Cluster Database | trans_commit_log_count | times/s | The number of transaction logs committed per second. |
| Cluster Database | clog_trans_log_total_size | byte | The size of transaction logs committed per second. |
| Cluster Database | transaction_partition_count | times/s | The number of transactions per second. |
| Cluster Database | transaction_multi_partition_count | times/s | The number of distributed transactions per second. |
| Cluster Database | transaction_single_partition_count | times/s | The number of ordinary transactions per second. |
| Cluster Database | trans_commit_log_sync_rt | μs | The average time consumed by each transaction log network synchronization. |
| Cluster Database | ob_worktime | s | The working time of the database. |
| Cluster Database | ob_foreground_worktime | s | The foreground working time of the database. |
| Cluster Database | ob_background_worktime | s | The background working time of the database. |
| Cluster Database | ob_no_idle_waiting_time | ms | The non-idle waiting time of the database. |
| Cluster Database | ob_foreground_no_idle_waiting_time | ms | The non-idle foreground waiting time of the database. |
| Cluster Database | ob_background_no_idle_waiting_time | ms | The non-idle background waiting time of the database. |
| Cluster Database | ob_tenant_log_disk_total_bytes | GiB | The total size of the log disk. |
| Cluster Database | ob_tenant_log_disk_used_bytes | GiB | The size of the log disk used. |
| Cluster Database | ob_tenant_server_required_size | GiB | The size of data occupied. |
| Cluster Database | ob_tenant_server_data_size | GiB | The size of data. |
| Cluster Database | ob_tenant_binlog_disk_used | GiB | The size of binlog logs used. |
| Cluster Host | load1 | - | The average load of the system in the last minute. |
| Cluster Host | load5 | - | The average load of the system in the last 5 minutes. |
| Cluster Host | load15 | - | The average load of the system in the last 15 minutes. |
| Cluster Host | cpu_percent | Percentage (%) | The CPU utilization. |
| Cluster Host | memory_percent | Percentage (%) | The memory utilization of the OceanBase tenant. |
| Cluster Host | net_throughput | MiB | The network throughput. |
| Cluster Host | net_recv | MiB | The amount of data received per second. |
| Cluster Host | net_send | MiB | The amount of data sent per second. |
| Cluster Host | ob_data_disk_percent | Percentage (%) | The data disk utilization. |
| Cluster Host | ob_clog_disk_percent | Percentage (%) | The log disk utilization. |
| Cluster Host | ob_data_disk_used_size | GiB | The size of the disk used. |
| Cluster Host | ob_data_required_size | GiB | The size of data occupied. |
| Cluster Host | ob_clog_io | times/s | The average number of I/O operations per second on the log disk. |
| Cluster Host | ob_clog_io_read | Percentage (%) | The average number of read I/O operations per second on the log disk. |
| Cluster Host | ob_clog_io_write | times/s | The average number of write I/O operations per second on the log disk. |
| Cluster Host | ob_clog_io_time | ms | The average time consumed by each I/O operation on the log disk. |
| Cluster Host | ob_clog_io_read_time | ms | The average time consumed by each read I/O operation on the log disk. |
| Cluster Host | ob_clog_io_write_time | ms | The average time consumed by each write I/O operation on the log disk. |
| Cluster Host | ob_clog_io_byte | MiB | The average I/O data size per second on the log disk. |
| Cluster Host | ob_clog_io_read_byte | MiB | The I/O data size read per second on the log disk. |
| Cluster Host | ob_clog_io_write_byte | MiB | The I/O data size written per second on the log disk. |
| Cluster Host | ob_clog_io_util | Percentage (%) | The I/O busy ratio of the log disk. |
| Cluster Host | obcloud.metric_chart.host.log_disk_io_util_percent | Percentage (%) | The I/O utilization of the log disk. |
| Cluster Host | ob_data_io | times/s | The average number of I/O operations per second on the data disk. |
| Cluster Host | ob_data_io_read | times/s | The average number of read I/O operations per second on the data disk. |
| Cluster Host | ob_data_io_write | times/s | The average number of write I/O operations per second on the data disk. |
| Cluster Host | ob_data_io_time | ms | The average time consumed by each I/O operation on the data disk. |
| Cluster Host | ob_data_io_read_time | ms | The average time consumed by each read I/O operation on the data disk. |
| Cluster Host | ob_data_io_write_time | ms | The average time consumed by each write I/O operation on the data disk. |
| Cluster Host | ob_data_io_byte | MiB | The average I/O data size per second on the data disk. |
| Cluster Host | ob_data_io_read_byte | MiB | The I/O data size read per second on the data disk. |
| Cluster Host | ob_data_io_write_byte | MiB | The I/O data size written per second on the data disk. |
| Cluster Host | ob_data_io_util | Percentage (%) | The I/O busy ratio of the data disk. |
| Cluster Host | obcloud.metric_chart.host.data_disk_io_util_percent | Percentage (%) | The I/O utilization of the data disk. |
| Cluster Host | ob_host_real_time_iops | count | The real-time IOPS of the OceanBase host. |
| Cluster Host | ob_host_real_time_throughput | MiB/s | The real-time throughput of the OceanBase host. |
| Cluster Host | ob_host_iops_used_percent | Percentage (%) | The I/O utilization of the OceanBase host. |
| Cluster Host | ob_host_throughput_used_percent | Percentage (%) | The throughput utilization of the OceanBase host. |
| Cluster Host | ntp_offset_milliseconds | ms | The NTP clock offset. |
| Cluster Host | uptime | s | The available time. |
| Cluster Host | ob_process_exists | - | The status of the OceanBase process. |