Question

How to Find the Disk Usage in Managed Databases

I Have a DO managed Database with the Specifications Bellow

4 GB RAM / 2vCPU / 38 GB Disk / Primary only / BLR1 - MySQL 8

where can we find the Disk Utilization of the Managed Database Database. I have already checked the Insights option under the managed Database there am getting the Throughput and Latency of the Database only. But I want to know the total free space left in my 32 GB Disk of Managed Databases.


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Anadi
DigitalOcean Employee
DigitalOcean Employee badge
October 26, 2021
Accepted Answer

Hi @KILAAdmin

You can monitor cluster load and resources utilization metrics from the cloud panel. There are two kinds of metrics:

Cluster metrics monitor the performance of the nodes in a database cluster. Cluster metrics cover primary and standby nodes; metrics for each read-only node are displayed independently. This data can help guide capacity planning and optimization. You can also set up alerting on cluster metrics.

Database metrics monitor the performance of the database itself. This data can help assess the health of the database, pinpoint performance bottlenecks, and identify unusual use patterns that may indicate an application bug or security breach.

You have to select cluster name from the drop-down menu to see its metrics.

https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-clusters/

https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-databases/

I hope this helps.

Regards, Anadi

Rajkishore J
DigitalOcean Employee
DigitalOcean Employee badge
October 26, 2021

Hi @KILAAdmin,

From the Cloud Control Panel, just click on your database cluster and go to the “Insights” sub-tab.

In the Select object, drop-down menu lists choose the cluster name of the MySQL managed database; You will be able to find cluster information related to CPU, Memory & Disk utilization.

Please find our below documentation which will guide you with monitoring MySQL managed database.

https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-clusters/ https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-databases/

I hope this helps!

Regards, Rajkishore

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.