租户自定义监控报表

在租户实例的性能监控界面,您可以通过自定义监控报表,按需配置关键性能指标,从而实现个性化监控视图。

管理租户自定义报表

  1. 进入 OceanBase 管理控制台

  2. 在左侧导航栏中,单击 实例列表

  3. 在实例列表中找到目标实例,单击实例名称,进入 集群实例工作台

  4. 在左侧导航栏中,单击 租户管理

  5. 在租户管理页的 租户列表 中,单击目标租户。

  6. 在租户工作台的左侧导航栏中单击 性能监控

  7. 在性能监控页面,单击 自定义报表 页签。

  8. 在自定义报表页签中进行报表管理。

    1. 查看自定义报表

    2. 添加自定义报表

    3. 编辑自定义报表

    4. 删除自定义报表

查看自定义报表

在自定义报表页签下,您可以进行自定义报表管理。通过 选择报表 指定需要查看的自定义报表。

image

添加自定义报表

  1. 在自定义报表页面,单击 添加自定义报表

    • 首次创建自定义报表时,界面如下:

      image

    • 若已有自定义报表时,界面如下:

      image

  2. 填写报表名称,选择监控指标。详细的监控指标说明,请参见 监控指标清单

    说明
    • 报表名称长度不能超过 20 个字符。

    • 目前最多支持创建 7 个自定义监控报表。

    租户自定义报表..png

  3. 单击 确定

编辑自定义报表

  1. 在自定义报表页面,选择需要修改的报表。

    image

  2. 单击 编辑当前报表

    image

  3. 在编辑自定义报表页面编辑报表名称和指标。详细的监控指标说明,请参见 监控指标清单

    image

  4. 单击 确定

删除自定义报表

  1. 在自定义报表页面,选择需要修改的报表。

    image

  2. 单击 删除当前报表

    image

  3. 在确认弹窗中单击 确定

    image

监控指标清单

监控指标分类

监控指标名

指标说明

性能与SQL

sql_all_count

每秒处理 SQL 语句数

sql_delete_count

每秒处理 Delete 语句数

sql_insert_count

每秒处理 Insert 语句数

sql_other_count

DDL、DCL、DTL 等其他语句数

sql_replace_count

每秒处理 Replace 语句数

sql_select_count

每秒处理 Select 语句数

sql_update_count

每秒处理 Update 语句数

sql_all_rt

SQL 语句平均处理耗时

sql_delete_rt

Delete 语句平均处理耗时

sql_insert_rt

Insert 语句平均处理耗时

sql_other_rt

DDL、DCL、DTL 等其他语句平均处理耗时

sql_replace_rt

Replace 语句平均处理耗时

sql_select_rt

Select 语句平均处理耗时

sql_update_rt

Update 语句平均处理耗时

active_session

当前活跃会话数

all_session

当前会话数

sql_distributed_count

每秒处理分布式执行计划数

sql_local_count

每秒处理本地执行数

sql_remote_count

每秒处理远程执行计划数

system_event_internal_total_waits

每秒内部等待事件次数

system_event_io_total_waits

每秒 IO 等待事件次数

system_event_latch_total_waits

每秒 latch 等待事件次数

system_event_other_total_waits

每秒其他等待事件次数

system_event_row_lock_wait_total_waits

锁等待时间平均耗时

system_event_sync_rpc_total_waits

同步 RPC 等待事件平均耗时

wait_event_count

每秒等待事件次数

system_event_internal_time_waited

内部等待事件平均耗时

system_event_io_time_waited

IO 等待事件平均耗时

system_event_latch_time_waited

latch 等待事件平均耗时

system_event_other_time_waited

其他等待事件平均耗时

system_event_row_lock_wait_time_waited

锁等待时间平均耗时

system_event_sync_rpc_time_waited

同步 RPC 等待事件平均耗时

wait_event_rt

等待事件平均耗时

request_dequeue_count

从处理队列出队的请求数量

request_enqueue_count

进入处理队列的请求数量

request_queue_time

SQL 在等待队列中等待耗时

ob_cpu_percent

CPU 使用率

ob_thread_cpu_percent

线程CPU使用率

memstore_percent

MEMStore 使用百分比

rpc_packet_in_rt

Rpc 收包平均耗时

rpc_packet_out_rt

Rpc 发包平均耗时

rpc_packet_in

Rpc 收包吞吐量

rpc_packet_out

Rpc 发包吞吐量

opened_cursors_count

打开的游标数

slow_sql_count

慢sql数量

事务

transaction_commit_count

每秒提交事务数

transaction_count

每秒处理事务数

transaction_rollback_count

每秒回滚事务数

transaction_timeout_count

每秒超时事务数

transaction_commit_rt

事务平均提交耗时

transaction_rollback_rt

事务平均回滚耗时

transaction_rt

事务平均处理耗时

trans_commit_log_count

每秒提交的事务日志数

clog_trans_log_total_size

每秒提交的事务日志大小

memstore_write_lock_fail_count

写锁等待失败次数

memstore_write_lock_succ_count

写锁等待成功次数

memstore_write_lock_wait_time

写锁平均等待耗时

transaction_multi_partition_count

每秒分布式事务数

transaction_single_partition_count

每秒普通事务数

trans_commit_log_sync_rt

每次事务日志网络同步平均耗时

存储与缓存

active_memstore_used

活跃 MEMStore 大小

major_freeze_trigger

触发合并阈值

memstore_limit

MEMStore 的 limit

total_memstore_used

MEMStore 总大小

io_read_count

SSStore 每秒读次数

io_write_count

SSStore 每秒写次数

io_read_rt

SSStore 每次读取平均耗时

io_write_rt

SSStore 每次写入平均耗时

io_read_size

SSStore 每秒读取数据量

io_write_size

SSStore 每秒写入数据量

block_cache_size

块缓存大小

bloom_filter_cache_size

bloom filter 缓存大小

clog_cache_size

Clog 缓存大小

location_cache_size

location 缓存大小

plan_cache_size

执行计划缓存大小

row_cache_size

行缓存大小

block_cache_hit_ratio

块缓存命中率

bloom_filter_cache_hit_ratio

bloom filter 缓存命中率

clog_cache_hit_ratio

Clog 缓存命中率

location_cache_hit_ratio

location 缓存命中率

plan_cache_hit_ratio

执行计划缓存命中率

row_cache_hit_ratio

行缓存命中率

block_cache_req_total

块缓存请求次数

bloom_filter_cache_req_total

bloom filter 缓存请求次数

clog_cache_req_total

Clog 缓存请求次数

location_cache_req_total

location 缓存请求次数

row_cache_req_total

行缓存请求次数

ob_tenant_binlog_disk_used

binlog日志磁盘使用量

ob_tenant_memory_percent

OB租户内存使用率