Skip to content

Commit

Permalink
Merge pull request #87 from dthvt/patch-1
Browse files Browse the repository at this point in the history
Fix formatting in rds-and-aurora.md
  • Loading branch information
lewinkedrs committed Aug 31, 2023
2 parents ad2a89b + 51e47a5 commit 4f9ad70
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/en/guides/databases/rds-and-aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ RDS delivers the metrics from Enhanced Monitoring into your Amazon CloudWatch Lo
![db_enhanced_monitoring_loggroup.png](../../images/db_enhanced_monitoring_loggroup.png)

Enhanced monitoring also include the OS level process list. Currently, Enhanced Monitoring is available for the following database engines:
*MariaDB
*Microsoft SQL Server
*MySQL
*Oracle
*PostgreSQL

* MariaDB
* Microsoft SQL Server
* MySQL
* Oracle
* PostgreSQL

**Different between CloudWatch and Enhanced Monitoring**
CloudWatch gathers metrics about CPU utilization from the hypervisor for a DB instance. In contrast, Enhanced Monitoring gathers its metrics from an agent on the DB instance. A hypervisor creates and runs virtual machines (VMs). Using a hypervisor, an instance can support multiple guest VMs by virtually sharing memory and CPU. You might find differences between the CloudWatch and Enhanced Monitoring measurements, because the hypervisor layer performs a small amount of work. The differences can be greater if your DB instances use smaller instance classes. In this scenario, more virtual machines (VMs) are probably managed by the hypervisor layer on a single physical instance.
Expand Down

0 comments on commit 4f9ad70

Please sign in to comment.