Mysql 监视工具
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql 监视工具相关的知识,希望对你有一定的参考价值。
对于开发人员来说,最头大的莫过于 ,你本地没事,线上 错误日志一堆。
尤其是数据库通信那一层。SqlServer 有 sql profile 用来监视对应的server上的通信日志,参数 命令等信息。
mysql 还得敲一堆命令去..............
好吧,有一款好的跟踪工具事半功倍。
neor profile sql
用来跟踪 mysql 的通信命令 参数信息。很方便。还能查看对应实例的负载情况。一个sql 测试执行工具。监视工具。这就够用了。
配置下链接 即可进入IDE 界面,配置下你的应用的链接字符串。设置端口为 本监听工具开启的代理端口(默认 4040)即可。
The Neor Profile SQL is an application that intercepts all the queries from the client and works as a proxy server. This technology allows you to take control of the whole access to the database and to identify the bottlenecks in queries.
下载地址:http://www.profilesql.com/use/
以上是关于Mysql 监视工具的主要内容,如果未能解决你的问题,请参考以下文章