MySQL MySQL开源性能监控工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20780286/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 19:43:35  来源:igfitidea点击:

MySQL opensource Performance monitoring tools

mysqlmonitoring

提问by Sasikiran Vaddi

Is there any opensource tools for monitoring MySQL performance.

是否有任何用于监控 MySQL 性能的开源工具。

It should be like
1) where exactly the server is loaded
2) what is the performance of each and every query that access DB.
3) Graphical View of the performance using piecharts, bardiagrams etc.

它应该像
1) 服务器的确切加载位置
2) 访问数据库的每个查询的性能如何。
3) 使用饼图、条形图等显示性能的图形视图。

回答by Sharique

There are many tools which you can use, some of them are paid

您可以使用许多工具,其中一些是付费的

  1. MONyog MySQL Monitor
  2. MySQL Enterprise Monitor
  3. Percona Toolkit
  1. MONyog MySQL 监视器
  2. MySQL 企业监视器
  3. Percona 工具包

There are also other tools and tips here.

还有其他的工具和技巧在这里