mysql慢查询分析工具下载 最新更新|软件分类|软件专题|手机版|论坛转贴|软件发布

您当前所在位置:首页编程开发数据库类 → Anemometer(mysql慢查询日志分析工具) 完整版

Anemometer(mysql慢查询日志分析工具)

完整版

Anemometer(mysql慢查询日志分析工具)
  • 软件大小:530KB
  • 软件语言:中文
  • 软件类型:国产软件 / 数据库类
  • 软件授权:免费软件
  • 更新时间:2017-06-15 11:43
  • 软件等级:4星
  • 应用平台:WinAll, WinXP, Win7
  • 软件官网:

ITMOP本地下载文件大小:530KB

点赞好评0%(0) 差评差评0%(0)

软件介绍人气软件精品推荐相关文章网友评论下载地址

小编为您推荐:Anemometer数据库查询工具

Anemometer是一款mysql慢查询日志分析工具,能够实现慢查询日志收集信息,方便dba对数据库慢查询的观测和统计。IT猫扑小编在此为您推荐这款工具,欢迎下载!

Anemometer安装

Anemometer是一套基于LAMP编写的MySQL慢查询展示工具,所以需要搭建LAMP环境。

mysql的安装部署,由于IT猫扑小编是DBA,相信你也是,在这里也就不提供了,反正你要安装好MySQL。

首先,安装percona-toolkit,我们要用到其中的日志分析工具pt-query-digest

yum install -y perl-DBI 

yum install -y perl-DBD-MySQL

tar -zxvf percona-toolkit_2.2.14.tar.gz

cd percona-toolkit-2.2.14/

perl Makefile.PL

make

make test

make install

然后安装php以及其依赖的包,直接yum搞定(其中php版本要求不低于5.3,现在一般的环境也不会低于5.3的)

yum -y install libxml2*

yum -y install libxml2-devel*

yum -y install php-common

yum -y install php-bcmath

yum -y install php-mysql

yum -y install php-dba

yum -y install php-cli

yum -y install php-gd

yum -y install php-pdo

yum -y install php

修改php配置,去掉前面的分号,等号后添加PRC

date.timezone =PRC(修改时区配置,否则会有500的错误)

安装Apached:

yum install httpd*

修改配置

1.在#AddType application/x-tar .tgz 下添加如下内容

AddType application/x-httpd-php .php

AddType application/x-httpd-php-source .phps

2.将Options Indexes FollowSymLinks修改为:

Options -Indexes FollowSymLinks

3.在DirectoryIndex index.html index.html.var 

后添加index.php

DirectoryIndex index.html index.html.var index.php

安装Anemometer-maste项目:

解压缩Anemometer-master.zip.zip文件。

mv Anemometer-master /var/www/html/anemometer

cp /var/www/html/anemometer/conf/sample.config.inc.php  /var/www/html/anemometer/conf/config.inc.php 

修改config.inc.php,为自己后台数据库的ip db 用户 密码

Anemometer(mysql慢查询日志分析工具)

和$conf['plugins']中的user和password

mysql慢查询日志分析工具

启动httpd服务

service httpd restart

此时项目安装成功。    

mysql慢查询日志分析工具

接下来配置数据库服务器端采集信息

在要采集端安装pt工具集,部署如下脚本到定时任务,执行频率自定义

pt-query-digest --user=root --password=1qaz2wsx --port=3306  --review h=172.21.24.46,D=slow_query_log_62114_3307,t=global_query_review --history h=172.21.24.46,D=slow_query_log_62114_3307,t=global_query_review_history --no-report --limit=0% --filter=" \$event->{Bytes} = length(\$event->{arg}) and \$event->{hostname}=\"$HOSTNAME\"" /data0/mysql_3307/slow-queries.log 

执行后会在页面查询到

mysql慢查询分析工具下载

至此,部署完成

更多>>软件截图

推荐软件

其他版本下载

    精品推荐日志分析工具

    日志分析工具
    更多 (12个) >>日志分析工具日志分析工具是一类非常实用的电脑监控类系统软件,帮助用户节省电脑安全系统,时刻检查、搜索自己想要的电脑日常活动,获取更多的优质日志资源,它允许你查找和调查工作站和连接到网络的设备及服务器上的可疑登录,

    相关文章

    下载地址

    • Anemometer(mysql慢查询日志分析工具) 完整版

    查看所有评论>>网友评论

    发表评论

    (您的评论需要经过审核才能显示) 网友粉丝QQ群号:203046401

    查看所有0条评论>>

    更多>>猜你喜欢