欢迎来到天天文库
浏览记录
ID:57120405
大小:123.50 KB
页数:28页
时间:2020-08-01
《mysql运行监控全解课件.ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、MySQLMonitoringChinaUnix网友技术交流MySQLMonitoring一、如何有效监控?监控的目的二、基本监控解决方案(基础数据收集)三、高级解决方案(数据库健康状态,优化)四、MySQL性能相关交互式监控工具五、相关资源参考一、如何有效监控?一、如何有效监控?监控的目的?1、服务健康监测(存活,故障告警…..)2、监控系统采集数据,依据数据进行调优二、基本监控解决方案二、基本监控解决方案(收集系统信息)top、vmstat、iostat、mpstat、mytop、dstat
2、a、free、/proc/….、mstat、mtop…….命令行工具分析系统资源使用状况.三、高级监控解决方案三、高级监控解决方案1、Nagios相关:(收集数据库信息及健康状态,对数据库调整优化)check_mysql[推荐]nagios-mysql-plugins-0.3[适当选择]check_mysql_health[重点介绍推荐]*由于时间关系本PPT只重点介绍一下Nagios相关的插件脚本.重点介绍一下check_mysql_health监控数据库调优。2、MySQLActivityR
3、eport基于rrdtool*gert.sos.be/en/projects/mysqlar/*gert.sos.be/demo/mysqlar/演示网站三、高级监控解决方案三、高级监控解决方案………3、CACTI*MySQL模板:forums.cacti/about3522.html4、RRD参考资料:*vvv.k6p.de/rrd/*oss.oetiker.ch/rrdtool/rrdworld/*fi.muni.cz/~kas/mrtg-rrd/*tnpi.biz/internet/man
4、age/rrdutil/faq/mysql.shtml5、Munin*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,--helpPrintde
5、tailedhelpscreen-V,--versionPrintversioninformation-H,--hostname=ADDRESSHostname,IPAddress,orunixsocket(mustbeanabsolutepath)-P,--port=INTEGERPortnumber(default:3306)-s,--socket=STRINGUsethespecifiedsocket(hasnoeffectif-Hisused)-d,--database=STRINGCh
6、eckdatabasewithindicatedname-u,--username=STRINGConnectusingtheindicatedusername-p,--password=STRINGUsetheindicatedpasswordtoauthenticatetheconnection==>IMPORTANT:THISFORMOFAUTHENTICATIONISNOTSECURE!!!<==Yourclear-textpasswordcouldbevisibleasaprocess
7、tableentry-S,--check-slave//检测Slave状态.Checkiftheslavethreadisrunningproperly.-w,--warningExitwithWARNINGstatusifslaveserverismorethanINTEGERsecondsbehindmaster-c,--criticalExitwithCRITICALstatusifslaveserverismorethenINTEGERsecondsbehindmasterNagiosc
8、heck_mysql示例:Nagios监控服务器:192.168.169.138如要监控DB服务器192.168.169.204和SlaveDB服务器192.168.169.123数据库授权:(登陆DB服务器,进行授权用户名netseek,密码linuxtone)mysql>grantallprivileges->on*.*->tonetseek192.168.169.138identifiedby'linuxtone';QueryOK,0rowsaffected(0.00sec)mysql>f
此文档下载收益归作者所有