文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

MySQL调优工具:MySQLtuner.pl及tuning-primer.sh

2024-11-30 06:21

关注

一、概述

MySQL调优工具是用于分析和优化MySQL数据库性能的软件工具。它们可以帮助识别潜在的性能瓶颈、优化查询性能、调整配置参数以及提高数据库的吞吐量和响应时间。今天分享2个常用的工具。

二、解决方案

1、mysqltuner.pl

mysqltuner.pl是一个简单而有效的工具,可以帮助您评估和优化MySQL服务器的配置和性能。它提供有关配置、性能和安全性方面的建议,使您能够针对具体问题做出相应的调整和改进。请注意,mysqltuner.pl是一个独立的第三方工具,使用前请确保阅读并理解其文档和指南。

(1)mysqltuner.pl的特点和功能

使用语法:

[root@mysqlserver ~]# perl ./mysqltuner.pl --help
Name:
     MySQLTuner 2.2.8 - MySQL High Performance Tuning Script

Important Usage Guidelines:
    To run the script with the default options, run the script without
    arguments Allow MySQL server to run for at least 24-48 hours before
    trusting suggestions Some routines may require root level privileges
    (script will provide warnings) You must provide the remote server's
    total memory when connecting to other servers

Connection and Authentication:
     --host            Connect to a remote host to perform tests (default: localhost)
     --socket            Use a different socket for a local connection
     --port                Port to use for connection (default: 3306)
     --protocol tcp              Force TCP connection instead of socket
     --user            Username to use for authentication
     --userenv           Name of env variable which contains username to use for authentication
     --pass            Password to use for authentication
     --passenv           Name of env variable which contains password to use for authentication
     --ssl-ca              Path to public key
     --mysqladmin          Path to a custom mysqladmin executable
     --mysqlcmd            Path to a custom mysql executable
     --defaults-file       Path to a custom .my.cnf
     --defaults-extra-file       Path to an extra custom config file
     --server-log          Path to explicit log file (error_log)

Performance and Reporting Options:
     --skipsize                  Don't enumerate tables and their types/sizes (default: on)
                                 (Recommended for servers with many tables)
     --json                      Print result as JSON string
     --prettyjson                Print result as JSON formatted string
     --skippassword              Don't perform checks on user passwords (default: off)
     --checkversion              Check for updates to MySQLTuner (default: don't check)
     --updateversion             Check for updates to MySQLTuner and update when newer version is available (default: don't check)
     --forcemem            Amount of RAM installed in megabytes
     --forceswap           Amount of swap memory configured in megabytes
     --passwordfile        Path to a password file list (one password by line)
     --cvefile             CVE File for vulnerability checks
     --outputfile          Path to a output txt file
     --reportfile          Path to a report txt file
     --template            Path to a template file
     --dumpdir             Path to a directory where to dump information files
     --feature          Run a specific feature (see FEATURES section)
    =head1 OUTPUT OPTIONS

     --silent                    Don't output anything on screen
     --verbose                   Print out all options (default: no verbose, dbstat, idxstat, sysstat, tbstat, pfstat)
     --nocolor                   Don't print output in color
     --nogood                    Remove OK responses
     --nobad                     Remove negative/suggestion responses
     --noinfo                    Remove informational responses
     --debug                     Print debug information
     --noprocess                 Consider no other process is running
     --dbstat                    Print database information
     --nodbstat                  Don't print database information
     --tbstat                    Print table information
     --notbstat                  Don't print table information
     --colstat                   Print column information
     --nocolstat                 Don't print column information
     --idxstat                   Print index information
     --noidxstat                 Don't print index information
     --nomyisamstat              Don't print MyIsam information
     --sysstat                   Print system information
     --nosysstat                 Don't print system information
     --nostructstat              Don't print table structures information
     --pfstat                    Print Performance schema
     --nopfstat                  Don't print Performance schema
     --bannedports               Ports banned separated by comma (,)
     --server-log                Define specific error_log to analyze
     --maxportallowed            Number of open ports allowable on this host
     --buffers                   Print global and per-thread buffer values

(2)使用过程

上传运行此脚本的linux服务器并赋予执行权限。

chmod 755  mysqltuner.pl

执行分析。

[root@mysqlserver ~]# perl ./mysqltuner.pl  --host 192.168.209.128 --port 3307 --user root --pass 'Rootasdf2023##'

参数说明:

2、tuning-primer.sh

tuning-primer.sh是一个方便的工具,可以帮助您评估和优化MySQL服务器的配置和性能。它提供了有关配置、性能和安全性方面的评估和建议,使您能够做出相应的调整和改进。

(1)tuning-primer.sh的特点和功能

(2)使用方法

上传到服务器,并赋予执行权限。

chmod 755 tuning-primer.sh

执行分析。

./tuning-primer.sh

输出结果:

三、两者比较

四、下载地址

https://www.xsoftnet.com/share/a000DfntxEeev.html。

来源:今日头条内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯