shell脚本,如何监控mysql数据库。
摘要:
[root@localhost wyb]# cat jkmysql #!/bin/bash status=`/etc/init.d/mysqld status|grep running|wc -l` process=`ps -ef |grep mysqld|grep -v grep|wc -l` port=`lsof -i:3306|grep -i listen|wc -l` mysql... 阅读全文
posted @ 2016-09-14 00:22 王月波 阅读(2729) 评论(0) 推荐(0)
浙公网安备 33010602011771号