zoukankan      html  css  js  c++  java
  • 31. pt-variable-advisor

    pt-variable-advisor h=192.168.100.101,P=3306,u=admin,p=admin

    mysqladmin var>/root/test/pt-variables.txt
    pt-variable-advisor --source-of-variables /root/test/pt-variables.txt


    # WARN delay_key_write: MyISAM index blocks are never flushed until necessary.

    # WARN innodb_lock_wait_timeout: This option has an unusually long value, which can cause system overload if locks are not being released.

    # WARN innodb_log_buffer_size: The InnoDB log buffer size generally should not be set larger than 16MB.

    # NOTE innodb_max_dirty_pages_pct: The innodb_max_dirty_pages_pct is lower than the default.

    # NOTE read_buffer_size-1: The read_buffer_size variable should generally be left at its default unless an expert determines it is necessary to change it.

    # NOTE read_rnd_buffer_size-1: The read_rnd_buffer_size variable should generally be left at its default unless an expert determines it is necessary to change it.

    # NOTE sort_buffer_size-1: The sort_buffer_size variable should generally be left at its default unless an expert determines it is necessary to change it.

    # NOTE tx_isolation-1: This server's transaction isolation level is non-default.

    # NOTE innodb_data_file_path: Auto-extending InnoDB files can consume a lot of disk space that is very difficult to reclaim later.

    # WARN myisam_recover_options: myisam_recover_options should be set to some value such as BACKUP,FORCE to ensure that table corruption is noticed.

    wechat: nick753159 qq: 417966852 email: nzq42@qq.com base: shanghai
  • 相关阅读:
    使用ansible实现批量免密认证
    python自如爬虫
    python批量发邮件
    诸葛亮诫子书
    CSS3阴影 box-shadow的使用和技巧总结
    js必须掌握的基础
    心态不好,你将永远是个弱者!
    Jquery中$.get(),$.post(),$.ajax(),$.getJSON()的用法总结
    xampp的安装和配置
    css3动画
  • 原文地址:https://www.cnblogs.com/cyberbit/p/pt-variable-advisor.html
Copyright © 2011-2022 走看看