MYSQL Database Cluster Memory, CPU and IO monitoring

I have deployed a mysql database cluster with 1 node, how can I monitor cpu, memory ( RAM ) and IO, when will I know that I need to scale up.

1 Reply

While the Cloud Manager does not currently have monitoring for Managed Databases built in, this post from our Community Questions site titled How can I monitor the performance of a Managed Database cluster? has instructions for installing the netdata service on a separate instance.

This articled titled When to Scale Your Database has some useful tips on what to look for as indications of when to increase your DB resources.

Once it's time to scale up, you will want to create a backup of your database, deploy your new Managed DB cluster, then import your data to the new cluster.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct