欢迎来到天天文库
浏览记录
ID:24720568
大小:184.00 KB
页数:28页
时间:2018-11-14
《mysql运行监控全解18087》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、MySQLMonitoringChinaUnix网友技术交流曹金成NetSeekEmail:--cnseek@gmail.com2009-3-28MySQLMonitoring一、如何有效监控?监控的目的二、基本监控解决方案(基础数据收集)三、高级解决方案(数据库健康状态,优化)四、MySQL性能相关交互式监控工具五、相关资源参考一、如何有效监控?一、如何有效监控?监控的目的?1、服务健康监测(存活,故障告警…..)2、监控系统采集数据,依据数据进行调优二、基本监控解决方案二、基本监控解决方案(收集系统信息)top、vmstat、iostat、mp
2、stat、mytop、dstata、free、/proc/….、mstat、mtop…….命令行工具分析系统资源使用状况.三、高级监控解决方案三、高级监控解决方案1、Nagios相关:(收集数据库信息及健康状态,对数据库调整优化)check_mysql[推荐]nagios-mysql-plugins-0.3[适当选择]check_mysql_health[重点介绍推荐]*由于时间关系本PPT只重点介绍一下Nagios相关的插件脚本.重点介绍一下check_mysql_health监控数据库调优。2、MySQLActivityReport基于rrdt
3、ool*http://gert.sos.be/en/projects/mysqlar/*http://gert.sos.be/demo/mysqlar/演示网站三、高级监控解决方案三、高级监控解决方案………3、CACTI*MySQL模板:http://forums.cacti.net/about3522.html4、RRD参考资料:*http://vvv.k6p.de/rrd/*http://oss.oetiker.ch/rrdtool/rrdworld/*http://www.fi.muni.cz/~kas/mrtg-rrd/*http://ww
4、w.tnpi.biz/internet/manage/rrdutil/faq/mysql.shtml5、Munin*http://munin.projects.linpro.no/…………..Nagioscheck_mysql#cd/usr/local/nagios/libexec/#./check_mysql–help//查看使用说明........Usage:check_mysql[-ddatabase][-Hhost][-Pport][-ssocket][-uuser][-ppassword][-S]Options:-h,--helpPrin
5、tdetailedhelpscreen-V,--versionPrintversioninformation-H,--hostname=ADDRESSHostname,IPAddress,orunixsocket(mustbeanabsolutepath)-P,--port=INTEGERPortnumber(default:3306)-s,--socket=STRINGUsethespecifiedsocket(hasnoeffectif-Hisused)-d,--database=STRINGCheckdatabasewithindicated
6、name-u,--username=STRINGConnectusingtheindicatedusername-p,--password=STRINGUsetheindicatedpasswordtoauthenticatetheconnection==>IMPORTANT:THISFORMOFAUTHENTICATIONISNOTSECURE!!!<==Yourclear-textpasswordcouldbevisibleasaprocesstableentry-S,--check-slave//检测Slave状态.Checkifthesla
7、vethreadisrunningproperly.-w,--warningExitwithWARNINGstatusifslaveserverismorethanINTEGERsecondsbehindmaster-c,--criticalExitwithCRITICALstatusifslaveserverismorethenINTEGERsecondsbehindmasterNagioscheck_mysql示例:Nagios监控服务器:192.168.169.138如要监控DB服务器192.168.169.204和SlaveDB服务器192
8、.168.169.123数据库授权:(登陆DB服务器,进行授权用户名netseek,密码linuxtone)mysql>g
此文档下载收益归作者所有