欢迎来到天天文库
浏览记录
ID:38568713
大小:360.82 KB
页数:28页
时间:2019-06-15
《mysql运行监控全解》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、MySQLMonitoringChinaUnix网友技术交流MySQLMonitoring一、如何有效监控?监控的目的二、基本监控解决方案(基础数据收集)三、高级解决方案(数据库健康状态,优化)四、MySQL性能相关交互式监控工具五、相关资源参考一、如何有效监控?一、如何有效监控?监控的目的?1、服务健康监测(存活,故障告警…..)2、监控系统采集数据,依据数据进行调优二、基本监控解决方案二、基本监控解决方案(收集系统信息)top、vmstat、iostat、mpstat、mytop、dstata、fr
2、ee、/proc/….、mstat、mtop…….命令行工具分析系统资源使用状况.三、高级监控解决方案三、高级监控解决方案1、Nagios相关:(收集数据库信息及健康状态,对数据库调整优化)check_mysql[推荐]nagios-mysql-plugins-0.3[适当选择]check_mysql_health[重点介绍推荐]*由于时间关系本PPT只重点介绍一下Nagios相关的插件脚本.重点介绍一下check_mysql_health监控数据库调优。2、MySQLActivityReport基于r
3、rdtool*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.c
4、z/~kas/mrtg-rrd/*http://www.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][-ssoc
5、ket][-uuser][-ppassword][-S]Options:-h,--helpPrintdetailedhelpscreen-V,--versionPrintversioninformation-H,--hostname=ADDRESSHostname,IPAddress,orunixsocket(mustbeanabsolutepath)-P,--port=INTEGERPortnumber(default:3306)-s,--socket=STRINGUsethespecifiedsoc
6、ket(hasnoeffectif-Hisused)-d,--database=STRINGCheckdatabasewithindicatedname-u,--username=STRINGConnectusingtheindicatedusername-p,--password=STRINGUsetheindicatedpasswordtoauthenticatetheconnection==>IMPORTANT:THISFORMOFAUTHENTICATIONISNOTSECURE!!!<==Yo
7、urclear-textpasswordcouldbevisibleasaprocesstableentry-S,--check-slave//检测Slave状态.Checkiftheslavethreadisrunningproperly.-w,--warningExitwithWARNINGstatusifslaveserverismorethanINTEGERsecondsbehindmaster-c,--criticalExitwithCRITICALstatusifslaveserverism
8、orethenINTEGERsecondsbehindmasterNagioscheck_mysql示例:Nagios监控服务器:192.168.169.138如要监控DB服务器192.168.169.204和SlaveDB服务器192.168.169.123数据库授权:(登陆DB服务器,进行授权用户名netseek,密码linuxtone)mysql>grantallprivileges->on*.*->tonetseek@192.168
此文档下载收益归作者所有