干货分享
游戏相关
实用工具
VPS推荐
干货分享
游戏相关
实用工具
VPS推荐
shell
共1篇
排序
更新
浏览
点赞
评论
利用shell脚本监控MySQL进程
#!/bin/bash #/usr/bin/nmap localhost | grep 3306 #lsof -i:3306 MYSQLPORT=`netstat -na|grep 'LISTEN'|grep '3306'|awk -F[:' ']+ '{print $5}'` function checkMysqlStatus(){ /usr/bin/my...
干货分享
西瓜苗
6年前
1
4272
0