CloudNetra
  • CloudNetra User Guide
  • Getting Started with CloudNetra
    • How to Get Started
    • Sign Up and Sign In Guide
    • Forgot Password? Here’s How to Reset It
    • Profile Management & Security
      • How to Update Personal Information
      • How to Reset Your Password from Profile
  • Cloud Connector
    • How to Add a Cloud Connector
    • How to Verify a Cloud Connector
    • How to Delete a Cloud Connector
  • Cloud Observability
    • Cloud Dashboard
    • Metrics Dashboard
      • How to Delete a Host from the Host Summary
    • Cost Explorer Dashboard
    • Recommendation
      • How to enable AWS Compute Optimizer Service
      • How to Enable AWS Guard Duty?
    • FinOps
      • AWS cloudwatch cost suddenly increased, how to analysis ?
    • Budget Management
      • How to Add Budget Details
      • How to Update Budget Details
      • How to Delete Budget Details
    • Setting
      • User Accounts In CloudNetra
        • How to Invite or Add New User Account
        • How to Assign Cloud Connectors To User
        • How to Remove Assigned Cloud Connectors
        • How to Update User Details
        • How to Update User Status
        • How to Delete an Existing User
      • Schedule Report
        • How to Add Multiple Emails to a Scheduled Report
        • How to Update Scheduled Report Status
      • Quota Report
        • How to Add Quota Details
        • How to Update Quota Details
        • How to Update Quota Status
        • How to Delete Quota
      • Fill the organisation, billing details
    • Subscription and Billing Information
      • How to Update Organization Billing Details
      • How to Upgrade Your Subscription Plan
      • How to Cancel a Requested Plan
    • Metrics Integrations
      • Linux Agent
        • How to Add Linux Agent
        • How to Uninstall CloudNetra Agent from a Remote Server
      • Docker Plugin
        • How to Integrate the Docker Plugin
        • How to Uninstall the Docker Plugin from the Server
      • Website Monitoring
        • Add Website and Install Dashboard
        • How to Update Website Details and Status
        • How to Delete Website Details
        • How to Uninstall the Website Dashboard
      • Apache Plugin
        • How to Integrate the Apache Plugin
        • How to Uninstall the Apache Plugin from the Server
      • Nginx Plugin
        • How to Integrate the Nginx Plugin
        • How to Uninstall Nginx Plugin from the Server
      • MySQL Plugin
        • How to Integrate the MySQL Plugin
        • How to Uninstall the MySQL Plugin from the Server
      • PostgreSQL Plugin
        • How to Integrate the PostgreSQL Plugin
        • How to Uninstall the PostgreSQL Plugin from the Server
      • Jenkin Plugin
        • How to Integrate the Jenkins Plugin
        • How to Uninstall the Jenkins Plugin from the Server
    • Contact Points
      • How to Configure Alert Notifications
      • How to Update Alert Notifications
      • How to Delete / Remove Alert Notifications
      • How to Update Notification Policies
  • Monitor
    • Metrics
      • Apache
      • Docker
      • Nginx
      • MySQL
      • PostgreSQL
      • Redis
  • Blog
    • Cost Optimization
      • What are the top 10 best practices for S3 cost optimization?
    • Release Notes
Powered by GitBook
On this page
  1. Monitor
  2. Metrics

MySQL

PreviousNginxNextPostgreSQL

Last updated 1 year ago

MySQL metrics are essential quantitative measurements that offer insights into the performance and health of MySQL databases. Explore the wealth of information provided by MySQL metrics to enhance the management and performance of your database infrastructure.

Metrics
Description

Mysql Status

Indicates if MySQL Status

InnoDB Buffer Pool Size in MB

Defines InnoDB buffer pool size for caching frequently accessed data.

Client Connections

Shows current and max client connections in MySQL.

Aborted_connects

Monitor MySQL for security, optimization, and stable connections.

MySQL Slow Queries

Track MySQL slow queries for performance optimization and responsive applications.

Top Command Counters rate

Monitor MySQL commands for database activity trends and efficient operations.

MySQL Handlers

Tracks changes in MySQL handlers, excluding specific events, in an organization.

MySQL Internal Memory Overview

Insights into InnoDB memory metrics for optimized performance.

Mysql Status

Mysql Status:

This Dashboard is a measurement that reflects the operational status and availability of a MySQL database.

MySQL Uptime:

MySQL Uptime is a measure of the time elapsed since the MySQL server was last started or restarted

InnoDB Buffer Pool Size in MB

This specifies the amount of memory allocated to the InnoDB buffer pool. The InnoDB buffer pool is a critical component for improving query performance by caching frequently used data and index pages in memory, reducing the need for disk I/O operations.

Client Connections

Client Connections:

This provide information about the current number of client connections to the MySQL server along with highest number of simultaneous connections that have been in use since the MySQL server was last started or reset. Each client connection corresponds to a separate thread on the server.

MySQL Client Thread Activity:

These offer insights into the real-time client interaction with the MySQL server, aiding in the assessment of connection load and active query processing. Monitoring this panel is crucial for understanding the dynamic client thread landscape and identifying potential performance implications.

Aborted_connects

This represents the total count of unsuccessful connection attempts to the server. Such aborts can occur due to various reasons, including incorrect authentication credentials, network problems, or reaching connection limits. Monitoring this metric helps administrators identify and address issues related to failed connection attempts, providing insights into potential authentication or network issues impacting the MySQL server's accessibility.

MySQL Slow Queries

This represents the total count of queries that exceed the configured threshold for execution time, indicating queries that may be negatively impacting performance. Monitoring this panel allows administrators to identify and optimize queries that contribute to performance bottlenecks.

Top Command Counters rate:

Top Command Counters rate

This represents the cumulative count of all commands processed by the server since its last restart. It helps monitor the intensity of command execution, offering valuable information about the overall workload on the MySQL server. Peaks or fluctuations in the rate can indicate periods of increased or decreased activity, guiding administrators in understanding and optimizing the server's resource utilization.

Top Command Counters Increase

This represents the cumulative count of all commands processed by the server since its last restart. This provides insights into the growth of command execution within the MySQL server. Monitoring the upward trend helps administrators identify periods of increased activity, guiding decisions related to resource allocation and performance optimization.

MySQL Handlers:

MySQL Handlers

This Provides a comprehensive view of MySQL server activity by focusing on the total count of various event handlers. This offers valuable insights into the diversity and intensity of server-level events. Peaks or variations in the handler counts can indicate shifts in database activity, guiding administrators in understanding and optimizing the server's performance

MySQL Transaction Handlers:

This focuses specifically on transaction-related event handlers within the MySQL server. This provides insights into the overall transactional activity within the MySQL server. Monitoring peaks or changes in the handler counts helps administrators understand patterns and variations in transactional operations, guiding optimization efforts and ensuring the efficient processing of database transactions.

MySQL Internal Memory Overview

This offers a comprehensive overview of critical internal memory configurations within the MySQL server. This provides insights into the internal memory utilization and configuration of MySQL. Understanding the page sizes, buffer pool pages, log buffer sizes, and key buffer sizes aids administrators in optimizing memory allocation, ensuring efficient data retrieval, and maintaining overall system performance. This panel is essential for gaining a holistic perspective on MySQL's internal memory management.