From be3281c5f6d52de9160050efb02d3ed973fe3300 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 26 Jan 2025 00:30:54 +0900 Subject: [PATCH] =?UTF-8?q?Update=20concept-monitoring-best-practices.md?= =?UTF-8?q?=20(Typo=20"flexible=20server"=E2=86=92"Flexible=20Server")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/MicrosoftDocs/azure-databases-docs/blob/main/articles/mysql/flexible-server/concept-monitoring-best-practices.md #PingMSFTDocs --- .../concept-monitoring-best-practices.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/articles/mysql/flexible-server/concept-monitoring-best-practices.md b/articles/mysql/flexible-server/concept-monitoring-best-practices.md index 514dfbe262..91ca01c810 100644 --- a/articles/mysql/flexible-server/concept-monitoring-best-practices.md +++ b/articles/mysql/flexible-server/concept-monitoring-best-practices.md @@ -16,7 +16,7 @@ Learn about the best practices that can be used to monitor your database operati ## Layout of the current monitoring toolkit -Azure Database for MySQL flexible server provides tools and methods you can use to monitor usage easily, add, or remove resources (such as CPU, memory, or I/O), troubleshoot potential problems, and help improve the performance of a database. You can [monitor performance metrics](concepts-monitoring.md#metrics) regularly to see the average, maximum, and minimum values for various time ranges. +Azure Database for MySQL Flexible Server provides tools and methods you can use to monitor usage easily, add, or remove resources (such as CPU, memory, or I/O), troubleshoot potential problems, and help improve the performance of a database. You can [monitor performance metrics](concepts-monitoring.md#metrics) regularly to see the average, maximum, and minimum values for various time ranges. You can [set up alerts](how-to-alert-on-metric.md#create-an-alert-rule-on-a-metric-from-the-azure-portal) for a metric threshold, so you're informed if the server has reached those limits and take appropriate actions. @@ -31,19 +31,19 @@ Monitor CPU usage and if the database is exhausting CPU resources. If CPU usage ### Memory -The amount of memory available for the Azure Database for MySQL flexible server database server is proportional to the [number of vCores](../single-server/concepts-pricing-tiers.md). Make sure the memory is enough for the workload. Load test your application to verify the memory is sufficient for read and write operations. If the database memory consumption frequently grows beyond a defined threshold, this indicates that you should upgrade your instance by increasing vCores or higher performance tier. Use [Query Store](../single-server/concepts-query-store.md), [Query Performance Recommendations](../single-server/concepts-performance-recommendations.md) to identify queries with the longest duration, most executed. Explore opportunities to optimize. +The amount of memory available for the Azure Database for MySQL Flexible Server database server is proportional to the [number of vCores](../single-server/concepts-pricing-tiers.md). Make sure the memory is enough for the workload. Load test your application to verify the memory is sufficient for read and write operations. If the database memory consumption frequently grows beyond a defined threshold, this indicates that you should upgrade your instance by increasing vCores or higher performance tier. Use [Query Store](../single-server/concepts-query-store.md), [Query Performance Recommendations](../single-server/concepts-performance-recommendations.md) to identify queries with the longest duration, most executed. Explore opportunities to optimize. ### Storage -The [amount of storage](../single-server/how-to-create-manage-server-portal.md#scale-compute-and-storage) provisioned for Azure Database for MySQL flexible server determines the IOPs for your server. The storage used by the service includes the database files, transaction logs, the server logs and backup snapshots. Ensure that the consumed disk space doesn't constantly exceed above 85 percent of the total provisioned disk space. If that is the case, you need to delete or archive data from the database server to free up some space. +The [amount of storage](../single-server/how-to-create-manage-server-portal.md#scale-compute-and-storage) provisioned for Azure Database for MySQL Flexible Server determines the IOPs for your server. The storage used by the service includes the database files, transaction logs, the server logs and backup snapshots. Ensure that the consumed disk space doesn't constantly exceed above 85 percent of the total provisioned disk space. If that is the case, you need to delete or archive data from the database server to free up some space. ### Network traffic -**Network Receive Throughput, Network Transmit Throughput** – The rate of network traffic to and from the Azure Database for MySQL flexible server instance in megabytes per second. You need to evaluate the throughput requirement for Azure Database for MySQL flexible server and constantly monitor the traffic if throughput is lower than expected. +**Network Receive Throughput, Network Transmit Throughput** – The rate of network traffic to and from the Azure Database for MySQL Flexible Server instance in megabytes per second. You need to evaluate the throughput requirement for Azure Database for MySQL Flexible Server and constantly monitor the traffic if throughput is lower than expected. ### Database connections -**Database Connections** – The number of client sessions that are connected to the Azure Database for MySQL flexible server instance should be aligned with the [connection limits for the selected SKU](concepts-server-parameters.md#max_connections) size. +**Database Connections** – The number of client sessions that are connected to the Azure Database for MySQL Flexible Server instance should be aligned with the [connection limits for the selected SKU](concepts-server-parameters.md#max_connections) size. ## Related content