All Products
Search
Document Center

ApsaraDB RDS:Standard monitoring

Last Updated:Mar 28, 2026

The Standard Monitoring page in the ApsaraDB RDS for SQL Server console lets you track instance performance using two metric categories: Basic Metrics (infrastructure-level) and Database Metrics (SQL Server-level). The page integrates the Performance Trend feature and supports querying up to 30 days of historical data.

Available metrics

CategoryMetrics
Basic metricsCPU/Memory Usage, IOPS Utilization, IOPS, Instance Storage, Instance Disk Usage, Network Traffic, Throughput Utilization, Throughput
Database metricsQPS, Connections, Transactions, SQLServer_BufferHit, Full Table Scan Rate, SQL Compilation Rate, Checkpoint Pages Written, Logons, Lock Timeouts, Deadlocks, Lock Wait Times, SQL Server AlwaysOn Replication Lag (Cluster Edition only), Page Life Expectancy

View standard monitoring

  1. Log on to the ApsaraDB RDS console. In the top navigation bar, select the region where your instance resides, then click the instance ID.

  2. In the left navigation pane, click Monitoring and Alerts.

  3. On the Standard Monitoring page, use the following controls:

    • Query a time range — Select a time range to view the corresponding metrics. Historical data is available for the last 30 days. image

    • Enable real-time mode — Click image before the time range box. The page auto-refreshes every 5 seconds so you can track live changes in database performance.

    • Change data granularity — Set Data Granularity to view metric trends at 5 seconds, 30 seconds, or 1 minute intervals.

    • View metric details — Click 指标.png next to a metric name to see its sub-metrics and descriptions.

    • Switch nodes (Cluster Edition only) — Select one or more nodes to compare metrics across different nodes.

    If the page does not show Basic Metrics and Database Metrics, you may be on the old version of the page. Click Previous Version in the upper-right corner.

Metric descriptions

Basic metrics

MetricMetric nameUnitDescription
CPU/Memory Usagecpu_usage%CPU usage as a percentage of total operating system CPU.
mem_usage%Instance memory usage.
IOPS Utilizationiops_usage_no_burst%IOPS usage when I/O burst is disabled.
iops_usage_burst%Actual IOPS usage.
iops_usage_burst_ratio%Percentage of IOPS improvement after I/O burst is enabled.
IOPSdb_io_readCountRead I/O requests per second.
db_ioCountTotal I/O requests per second.
db_io_writeCountWrite I/O requests per second.
iops_of_ecsCountUpper IOPS limit on the computing side.
iops_of_diskCountUpper IOPS limit on the storage side.
iops_no_burstCountUpper IOPS limit when I/O burst is disabled.
iops_burstCountUpper IOPS limit.
Instance Storagedisk_mastersizeMBDisk space used by the SQL Server system database master.
disk_modelsizeMBDisk space used by the model database. The model database is the template for each new database.
disk_msdbsizeMBDisk space used by the msdb database. The msdb database manages SQL Server Agent jobs and backup history.
disk_errorlogMBDisk space used by error log files. Clear error logs from the console or via API.
disk_xelMBDisk space used by Extended Event log files.
disk_traceMBDisk space used by SQL Server trace files, such as SQL Profiler trace files.
disk_dumpMBSpace used by dump files generated when the SQL Server kernel encounters an exception.
log_sizeMBLog space used.
ins_sizeMBTotal space used by the instance.
tmp_sizeMBTemporary space used.
data_sizeMBData space used.
other_sizeMBSystem space used.
Instance Disk Usagedisk_usage%Disk space usage.
Network Trafficwrite_kbKBAverage inbound traffic per second.
read_kbKBAverage outbound traffic per second.
Throughput UtilizationmBps_usage_burst%Actual disk I/O throughput usage.
mBps_usage_no_burst%Disk I/O throughput usage when I/O burst is disabled.
mBps_burst_ratio%Percentage of disk I/O throughput improvement after I/O burst is enabled.
ThroughputmBps_totalMB/sTotal disk I/O throughput per second.
mBps_readMB/sDisk read throughput per second.
mBps_writeMB/sDisk write throughput per second.
mBps_of_ecsMB/sUpper disk I/O throughput limit per second on the computing side.
mBps_of_diskMB/sUpper disk I/O throughput limit per second on the storage side.
mBps_no_burstMB/sUpper disk I/O throughput limit per second when I/O burst is disabled.
mBps_burstMB/sUpper disk I/O throughput limit per second.

Database metrics

MetricMetric nameUnitApplies toDescription
QPSqpsCountAll editionsAverage SQL statements executed per second.
Connectionsconnection_resetCountAll editionsLogons initiated from the connection pool per second.
active_temp_tablesCountAll editionsNumber of active temporary tables.
active_sessionCountAll editionsNumber of active threads.
active_cursorsCountAll editionsNumber of active cursors.
sessionsCountAll editionsTotal number of connections.
active_transactionsCountAll editionsNumber of active transactions.
TransactionstransactionsCountAll editionsAverage transactions per second.
write_transactionsCountAll editionsAverage write transactions per second.
SQLServer_BufferHitcache_hit_ratio%All editionsCache hit ratio.
bufferpool_hit_ratio%All editionsPercentage of pages found in the buffer cache without reading from disk.
Full Table Scan Ratefullscans%All editionsAverage full table scans per second.
SQL Compilation Rateautoparam_attempts_per_secCountAll editionsAuto-parameterization attempts per second.
forced_parameterizations_per_secCountAll editionsSuccessful forced parameterizations per second.
sql_compilationsCountAll editionsSQL compilations per second.
unsafe_autoparams_per_secCountAll editionsUnsafe auto-parameterization attempts per second.
failed_autoparams_per_secCountAll editionsFailed auto-parameterization attempts per second.
safe_autoparams_per_secCountAll editionsSafe auto-parameterization attempts per second.
resqlcompilationsCountAll editionsStatement recompilations per second.
Checkpoint Pages Writtenlazy_writesCountAll editionsWrites to disk per second.
checkpointCountAll editionsPages written to disk by checkpoints per second.
LogonslogoutCountAll editionsLogouts per second.
loginsCountAll editionsLogons per second.
Lock TimeoutslocktimeoutCountAll editionsLock requests that timed out per second, including NOWAIT lock requests.
DeadlocksdeadlockCountAll editionsDeadlocks per second.
Lock Wait Timesaverage_latch_wait_timemsAll editionsAverage wait time for latch requests.
table_lock_escalations_per_secCountAll editionsTimes per second that locks on a table were escalated to the TABLE or HoBT granularity.
average_lock_wait_timemsAll editionsAverage wait time for lock requests.
total_latch_wait_time_msmsAll editionsTotal latch wait time in the last second.
lock_requests_per_secCountAll editionsNew locks and lock conversions requested per second.
lockwaitsCountAll editionsLock requests per second for which the caller waited.
latchwaitsCountAll editionsLatch requests not granted immediately per second.
lock_waitsCountAll editionsStatistics about processes waiting for a lock.
lock_wait_time_msmsAll editionsAverage lock wait time.
SQL Server AlwaysOn Replication Lagag_sync_lag_secssCluster Edition onlySQL Server AlwaysOn replication lag between the primary and secondary replicas.
Page Life ExpectancyPage_life_expectancysAll editionsAverage time a cached data page stays in memory.