本地SSD盘 |
MemoryUsage |
内存使用率。 |
CpuUsage |
CPU使用率。 |
PgSQL_SpaceUsage |
实例空间占用。 |
PgSQL_IOPS |
IOPS(每秒IO请求次数)。 |
PgSQL_Session |
当前总连接数。 |
SSD云盘/ESSD云盘 |
PolarDBConnections |
返回的参数和含义如下:
- mean_active_session:当前活跃连接数。
- mean_idle_connection:当前处于空闲会话状态的连接数。
- mean_total_session:当前连接总数。
- mean_waiting_connection:当前处于等待状态的连接数。
|
PolarDBRowDML |
返回的参数和含义如下:
- mean_tup_returned_delta:每秒全表扫描记录行数。
- mean_tup_fetched_delta:每秒索引扫描回表记录行数。
- mean_tup_inserted_delta:每秒INSERT记录行数。
- mean_tup_updated_delta:每秒UPDATE记录行数。
- mean_tup_deleted_delta:每秒DELETE记录行数。
|
PolarDBQPSTPS |
返回的参数和含义如下:
- mean_commits_delta:每秒提交事务数。
- mean_rollbacks_delta:每秒回滚事务数。
- mean_deadlocks_delta:每秒死锁数。
- mean_tps:每秒事务数。
|
PolarDBSwellTime |
实例进行垃圾回收的时间点(膨胀点),即多少秒之前的垃圾可以被回收。 |
PolarDBCPU |
CPU使用率。 |
PolarDBMemory |
内存使用率。 |
PolarDBReplication |
返回的参数和含义如下:
- mean_replay_latency_in_mb:备库同步延迟,单位:Byte。
- mean_send_latency_in_mb:主库发送延迟,单位:Byte。
- mean_logical_rep_latency_in_mb:逻辑复制延迟,单位:Byte。
|
PolarDBLongSQL |
返回的参数和含义如下:
- mean_one_second_executing_sqls:执行超过1秒的SQL条数。
- mean_three_seconds_executing_sqls:执行超过3秒的SQL条数。
- mean_five_seconds_executing_sqls:执行超过5秒的SQL条数。
|
PolarDBLongIdleTransaction |
返回的参数和含义如下:
- mean_one_second_idle_transactions:处于空闲状态超过1秒的事务数。
- mean_three_seconds_idle_transactions:处于空闲状态超过3秒的事务数。
- mean_five_seconds_idle_transactions:处于空闲状态超过5秒的事务数。
|
PolarDBLongTransaction |
返回的参数和含义如下:
- mean_one_second_transactions:执行超过1秒未结束的事务数。
- mean_three_seconds_transactions:执行超过3秒未结束的事务数。
|
PolarDBLongTwoPCTransaction |
返回的参数和含义如下:
- mean_one_second_two_pc_transactions:执行超过1秒未结束的两阶段提交2PC(2 Phase Commit)事务数。
- mean_three_seconds_two_pc_transactions:执行超过3秒未结束的两阶段提交2PC(2 Phase Commit)事务数。
- mean_five_seconds_two_pc_transactions:执行超过5秒未结束的两阶段提交2PC(2 Phase Commit)事务数。
|
PolarDBLocalIOSTAT |
返回的参数和含义如下:
- mean_local_iops_read:数据盘每秒读次数。
- mean_local_iops_write:数据盘每秒写次数。
|
PolarDBLocalDiskUsage |
返回的参数和含义如下:
- mean_local_pg_wal_dir_size:WAL空间使用量,单位:MB。
- mean_local_pg_log_dir_size:Log空间使用量,单位:MB。
- mean_local_base_dir_size:数据空间使用量,单位:MB。
|