- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Overview
- Permissions Management
- Logging In to the DAS Console
- Adding Login Information
- Logging In to a Database
- Modifying Login Information
- Deleting Login Information
- Logging In to Databases Shared by Others
- MySQL DB Instance Management (Development Tool)
- RDS for PostgreSQL Instance Management (Development Tool)
- DDS DB Instance Management (Development Tool)
- Distributed DDM DB Instance Management (Development Tool)
- Intelligent O&M
- Audit
- Change History
- Best Practices
-
FAQs
- Product Consulting
-
Connection Management (Development Tool)
- What Should I Do If I Can't Connect to My DB Instance Due to Insufficient Permissions?
- What Should I Do If I Can't Connect to My RDS for MySQL Instance?
- What Should I Do If I Can't Connect to My ECS (MySQL) Instance?
- What Should I Do If I Can't Connect to My RDS for PostgreSQL Instance?
- What Should I Do If I Can't Connect to My ECS (PostgreSQL) Instance?
- What Should I Do If I Can't Connect to My DDS Instance?
- What Should I Do If I Can't Connect to My DDM Instance?
- How Do I View and Modify ECS Security Group Rules?
- How Do I View and Modify Firewall Rules?
- Usage
- Service Support
- Change History
- Videos
Show all
Real-Time Performance
Procedure
- Log in to the DAS console.
- On the Overview page, click Go to Intelligent O&M.
- Locate your desired instance and click Details to go to the Intelligent O&M overview page.
- On the Real-Time Performance tab page, view the server uptime, connection information, and buffer pool.
- Click Start/Pause or change the time interval (1 to 10 seconds) to adjust the performance monitoring. You can also click Set Metric to specify required metrics based on service requirements.
Table 1 Real-time performance metrics Metric
Description
Slow Queries
Difference between two adjacent slow query collection points.
QPS | TPS
QPS: Number of SQL statement executions per second.
TPS:Transactions executed per second
Connections
Total: Number of enabled connections.
Active: Active connections among the enabled ones.
DML Executions
select: SELECT statement executions per second.
insert: INSERT statement executions per second.
update: UPDATE statement executions per second.
delete: DELETE statement executions per second.
insert_select: INSERT and QUERY statement executions per second.
InnoDB Cache
Cache Hit Ratio: Cache hit ratio.
Cache Usage: Cache usage.
InnoDB Accessed Rows
rows_read: Rows read from an InnoDB storage engine table.
rows_inserted: Rows inserted into an InnoDB storage engine table.
rows_updated: Rows updated in an InnoDB storage engine table.
rows_deleted: Rows deleted from an InnoDB storage engine table.
Logical Reads | Physical Reads
Logic Reads: Logical reads per second.
Physical Reads:Physical reads per second.
InnoDB Average Row Lock Duration (ms)
Average lock time of InnoDB row locks. The unit is ms.
InnoDB Row Lock Waits
Average InnoDB Row Lock Waits: Average wait times of InnoDB row locks.
Current InnoDB Row Lock Waits: Current waits of InnoDB row locks.
Temporary Tables | Files
Temporary tables: Temporary tables that are automatically created during SQL statement execution.
Temporary files: Temporary files that are automatically created during SQL statement execution.
Network Traffic
Total: Total incoming and outgoing traffic of an instance.
Incoming: Incoming traffic of an instance.
Outgoing: Outgoing traffic of an instance.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.