码迷,mamicode.com
首页 >  
搜索关键字:mysql主从状态检测    ( 2个结果
mysql某些值统计
mysql主从状态检测:echo"showslavestatus\G;"|mysql-uroot-pyanghui|grepRunning|awk-F:‘{print$2}‘|wc-cMySQL运行状态检测:echo"showprocesslist\G;"|mysql-uroot-pyanghui|grep-ihost:|grep[0-9]|sed‘s/Host://g‘
分类:数据库   时间:2016-03-24 14:52:03    阅读次数:179
mysql主从状态检测
安装uuencodeyuminstallsharutils创建shell脚本#!/bin/bash date_str=`date+%Y%m%d` slave=$(/Disk/mysql/bin/mysql-ucheckslave-p123-h127.0.0.1-e"showslavestatus\G"|grepRunning|grepYes|wc-l) if(($slave==2)) then echo"SlaveisOK|Status=${slave}Yes|date=${date_str}"&..
分类:数据库   时间:2014-10-23 21:13:26    阅读次数:211
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!