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
安装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