All Products
Search
Document Center

PolarDB:Advanced monitoring

Last Updated:Mar 28, 2026

Advanced monitoring provides deeper visibility into your PolarDB for MySQL cluster than standard performance monitoring. It supports a broader set of performance metrics, custom dashboards, and automatic event detection — with root cause analysis and actionable suggestions delivered as events occur. For issues that require manual investigation, select a specific time range and trigger an on-demand diagnosis.

View advanced monitoring data

Prerequisites

Before you begin, ensure that you have:

  • A running PolarDB for MySQL cluster

Open advanced monitoring

  1. Log on to the PolarDB console.

  2. In the upper-left corner, select the region where the cluster is deployed.

  3. Find the cluster and click its ID.

  4. In the left-side navigation pane, choose Performance Monitoring.

  5. Click the Advanced Monitoring tab.

Use Standard View

On the Standard View tab, select a node to view its performance trend charts for the last one hour, last one day, or last seven days.

image.png

The following actions are available in Standard View:

ActionDescription
More MetricsView performance trends for additional metrics.
Add Trend ComparisonCompare performance trends for a metric across different time ranges.
DiagnoseSelect a time range in a monitoring item's trend chart, then click Diagnose to analyze metrics in that range.
DetailsExpand a monitoring item's trend chart. Adjust the time range to see how the metric changes over a specific period.

Use Custom View

On the Custom View tab, create and manage multiple performance monitoring dashboards tailored to your business needs. Displaying multiple metrics in the same chart makes it easier to correlate data during troubleshooting and analysis.

The first time you use Custom View, you must create dashboards first. For more information, see Monitoring dashboards.

Performance metrics

Advanced monitoring tracks the following performance metrics. To view details about a metric, click 指标图标 to the right of the metric name.

CategoryMetricDescription
CPU utilization/Memory usagepolardbmysql.mem_usageMemory usage as a percentage of total operating system memory. Unit: percentage.
polardbmysql.cpu_usageCPU utilization of the service process. A value of 200% means 2 CPU cores are in use. Unit: percentage.
TPS/QPSpolardbmysql.mpsNumber of operations per second.
polardbmysql.tpsTransactions per second (TPS). Formula: (Com_commit + Com_rollback) / Uptime
polardbmysql.qpsQueries per second (QPS). Formula: Queries / Uptime
Sessionspolardbmysql.active_sessionNumber of active sessions.
polardbmysql.total_sessionTotal number of sessions.
Traffic throughputpolardbmysql.output_trafficAverage bytes sent to all clients per second. Unit: KB/s.
polardbmysql.input_trafficAverage bytes received from all clients per second. Unit: KB/s.
Temporary tablepolardbmysql.created_tmp_disk_tablesNumber of temporary tables created per second.
Executionspolardbmysql.com_replaceAverage REPLACE statements executed per second.
polardbmysql.com_delete_multiAverage MULTI_DELETE statements executed per second.
polardbmysql.com_update_multiAverage MULTI_UPDATE statements executed per second.
polardbmysql.com_insert_selectAverage INSERT_SELECT statements executed per second.
polardbmysql.com_deleteAverage DELETE statements executed per second.
polardbmysql.com_selectAverage SELECT statements executed per second.
polardbmysql.com_insertAverage INSERT statements executed per second.
polardbmysql.com_replace_selectAverage REPLACE_SELECT statements executed per second.
polardbmysql.com_updateAverage UPDATE statements executed per second.
Replication latencyReplica_lag_msReplication latency. Unit: milliseconds.
Blocked connectionspolardbmysql.mdl_lock_sessionNumber of connections blocked by the MDL lock.
polardbmysql.other_lock_sessionNumber of connections blocked by other locks.
InnoDB read/write throughputpolardbmysql.innodb_data_readAverage bytes read from InnoDB tables per second. Unit: KB/s.
polardbmysql.innodb_data_writtenAverage bytes written to InnoDB tables per second. Unit: KB/s.
InnoDB buffer pool requestspolardbmysql.innodb_buffer_pool_read_requestsAverage logical page reads from the InnoDB buffer pool per second.
polardbmysql.innodb_buffer_pool_write_requestsAverage page writes to the InnoDB buffer pool per second.
InnoDB buffer pool hit ratiopolardbmysql.innodb_buffer_use_ratioInnoDB buffer pool usage. Unit: percentage. Formula: innodb_buffer_pool_pages_data / (innodb_buffer_pool_pages_data + innodb_buffer_pool_pages_free) × 100%
polardbmysql.innodb_buffer_dirty_ratioRatio of dirty pages in the InnoDB buffer pool. Unit: percentage. Formula: Innodb_buffer_pool_pages_dirty / Innodb_buffer_pool_pages_data × 100%
polardbmysql.innodb_buffer_read_hitRead hit ratio of the InnoDB buffer pool. Unit: percentage. Formula: (Innodb_buffer_pool_read_requests - Innodb_buffer_pool_reads) / Innodb_buffer_pool_read_requests × 100%
InnoDB redo writespolardbmysql.innodb_log_write_requestsPhysical writes to logs per second.
polardbmysql.innodb_os_log_fsyncsSynchronizations per second.
InnoDB row operationspolardbmysql.innodb_rows_readAverage rows read from InnoDB tables per second.
polardbmysql.innodb_rows_updatedAverage rows updated in InnoDB tables per second.
polardbmysql.innodb_rows_insertedAverage rows inserted into InnoDB tables per second.
polardbmysql.innodb_rows_deletedAverage rows deleted from InnoDB tables per second.
Storage space usedpolardbmysql.redolog_sizeStorage used by redo logs. Unit: MB.
polardbmysql.sys_dir_sizeStorage used by the system. Unit: MB.
polardbmysql.data_sizeStorage used by data. Unit: MB.
polardbmysql.other_log_sizeStorage used by other logs. Unit: MB.
polardbmysql.undolog_sizeStorage used by undo logs. Unit: MB.
polardbmysql.binlog_sizeStorage used by binary logs. Unit: MB.
polardbmysql.log_sizeStorage used by logs. Unit: MB.
polardbmysql.tmp_dir_sizeStorage used by temporary files. Unit: MB.
IOPSpolardbmysql.iops_rRead IOPS. Unit: counts/s.
polardbmysql.io_throughputTotal I/O throughput. Unit: MB.
polardbmysql.io_throughput_rRead I/O throughput. Unit: MB.
polardbmysql.io_throughput_wWrite I/O throughput. Unit: MB.
polardbmysql.iops_wWrite IOPS. Unit: counts/s.
polardbmysql.iopsTotal IOPS. Unit: counts/s.
Com_stmt statusCom_stmt_executeTotal COM_STMT_EXECUTE statements executed.
Com_stmt_reprepareTotal COM_STMT_REPREPARE statements executed.
Com_stmt_send_long_dataTotal COM_STMT_SEND_LONG_DATA statements executed.
Com_stmt_resetTotal COM_STMT_RESET statements executed.
Com_stmt_prepareTotal COM_STMT_PREPARE statements executed.
Prepared_stmt_countCurrent number of prepared statements.
Com_stmt_closeTotal COM_STMT_CLOSE statements executed.
Historical transaction list lengthinnodb_trx_history_list_lenLength of the historical transaction list.