Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Configuring Displayed Metrics

Updated on 2024-10-14 GMT+08:00

The RDS Agent monitors RDS DB instances and collects monitoring metrics only.

Description

This section describes the metrics that can be monitored by Cloud Eye as well as their namespaces and dimensions. You can use APIs provided by Cloud Eye to query the monitoring metrics and alarms generated for RDS.

Namespace

SYS.RDS

DB Instance Monitoring Metrics

  • Table 1 lists the performance metrics of RDS for SQL Server DB instances.
    Table 1 Performance metrics

    Metric ID

    Name

    Description

    Value Range

    Monitored Object

    Monitoring Interval (Raw Data)

    rds001_cpu_util

    CPU Usage

    CPU usage of the monitored object

    0%–100%

    RDS for SQL Server instance

    1 minute

    rds003_iops

    IOPS

    Average number of I/O requests processed by the system in a specified period

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds039_disk_util

    Storage Space Usage

    Storage space usage of the monitored object

    0%–100%

    RDS for SQL Server instance

    1 minute

    rds002_mem_util

    Memory Usage

    Memory usage of the monitored object

    0%–100%

    RDS for SQL Server instance

    1 minute

    rds004_bytes_in

    Network Input Throughput

    Incoming traffic in bytes per second

    ≥ 0 bytes/s

    RDS for SQL Server instance

    1 minute

    rds005_bytes_out

    Network Output Throughput

    Outgoing traffic in bytes per second

    ≥ 0 bytes/s

    RDS for SQL Server instance

    1 minute

    rds049_disk_read_throughput

    Disk Read Throughput

    Number of bytes read from the disk per second

    ≥ 0 bytes/s

    RDS for SQL Server instance

    1 minute

    rds050_disk_write_throughput

    Disk Write Throughput

    Number of bytes written into the disk per second

    ≥ 0 bytes/s

    RDS for SQL Server instance

    1 minute

    rds047_disk_total_size

    Total Storage Space

    Total storage space of the monitored object

    40–4,000 GB

    RDS for SQL Server instance

    1 minute

    rds048_disk_used_size

    Used Storage Space

    Used storage space of the monitored object

    0–4,000 GB

    RDS for SQL Server instance

    1 minute

    rds053_avg_disk_queue_length

    Average Disk Queue Length

    Number of processes to be written into the monitored object

    ≥ 0

    RDS for SQL Server instance

    1 minute

    rds054_db_connections_in_use

    Database Connections in Use

    Number of database connections in use

    ≥ 0 counts

    RDS for SQL Server instance

    1 minute

    rds055_transactions_per_sec

    Transactions per Second

    Number of transactions started for the database per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds056_batch_per_sec

    Batches per Second

    Number of Transact-SQL command batches received per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds057_logins_per_sec

    Logins per Second

    Total number of logins started per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds058_logouts_per_sec

    Logouts per Second

    Total number of logouts started per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds059_cache_hit_ratio

    Cache Hit Ratio

    Ratio of pages found in the buffer cache without having to read from the disk to total pages

    0%–100%

    RDS for SQL Server instance

    1 minute

    rds060_sql_compilations_per_sec

    SQL Compilations per Second

    Number of SQL compilations per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds061_sql_recompilations_per_sec

    SQL Recompilations per Second

    Number of SQL recompilations per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds062_full_scans_per_sec

    Full Scans per Second

    Number of unrestricted full scans per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds063_errors_per_sec

    Errors per Second

    Number of errors per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds064_latch_waits_per_sec

    Latch Waits per Second

    Number of latch requests that have not been granted immediately

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds065_lock_waits_per_sec

    Lock Waits per Second

    Number of lock wait requests per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds066_lock_requests_per_sec

    Lock Requests per Second

    Number of new locks and lock conversions per second requested from the lock manager

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds067_timeouts_per_sec

    Lock Timeouts per Second

    Number of lock timeouts per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds068_avg_lock_wait_time

    Average Lock Wait Time

    Average wait time (ms) of lock requests

    ≥ 0 ms

    RDS for SQL Server instance

    1 minute

    rds069_deadlocks_per_sec

    Deadlocks per Second

    Number of deadlocks per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds070_checkpoint_pages_per_sec

    Checkpoint Pages per Second

    Number of pages flushed to the disk per second by a checkpoint or other operations that require all dirty pages to be flushed

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    rds077_replication_delay

    Replication Delay

    Delay for replication between primary and standby DB instances. The replication delay of RDS for SQL Server DB instances is at the database level because data is synchronized on each database. The instance-level replication delay refers to the maximum replication delay of the databases (the delay 0s for single DB instances).

    ≥ 0s

    RDS for SQL Server instance

    1 minute

    mssql_mem_grant_pending

    Memory Grants Pending

    Total number of processes waiting for a workspace memory grant

    ≥0 counts

    RDS for SQL Server instance

    1 minute

    mssql_lazy_write_per_sec

    Lazy Writes per Second

    Number of lazy writes per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    mssql_page_life_expectancy

    Page Life Expectancy

    Number of seconds a page will stay in the buffer pool without references

    ≥ 0s

    RDS for SQL Server instance

    1 minute

    mssql_page_reads_per_sec

    Page Reads per Second

    Number of page reads per second

    ≥ 0 counts/s

    RDS for SQL Server instance

    1 minute

    mssql_tempdb_disk_size

    Temporary Tablespace Size

    Disk space occupied by the current temporary tablespace.

    ≥ 0 MB

    RDS for SQL Server instance

    1 minute

    mssql_worker_threads_usage_rate

    Usage of Worker Threads

    Ratio of the total worker threads to the value of Max Worker Threads.

    0~100%

    RDS for SQL Server instance

    1 minute

Dimension

Key

Value

rds_cluster_sqlserver_id

RDS for SQL Server instance ID

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback