I want to know how to check disk, cpu and RAM usage of the managed MySQL and Postgresql database cluster?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi,
To view performance metrics, click the name of the database to go to its Overview page, then click the Insights tab. The Select object drop-down menu lists the cluster itself and all the databases in the cluster. Choose the database cluster name instead of database name to view its metrics like CPU, Disk, RAM utilization.
For more information on Postgresql database, please refer: https://docs.digitalocean.com/products/databases/postgresql/how-to/monitor-databases/
For more information on MySQL database, please refer: https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-clusters/
Regards Priyanka