1 Star 0 Fork 109

whwangyuan@126.com / MySQLMTOP

forked from 茹憶 / MySQLMTOP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mtopstop.sh 169 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruzuojun 提交于 2017-07-28 15:36 . 代码目录结构重新调整和优化
#!/bin/bash
ps -ef |grep -i -E "mtopctl|mtopd.py"|grep -v -E "vi|grep"|awk '{print $2}' |while read line; do kill $line; echo "mtop processes id $line been stop"; done
Python
1
https://gitee.com/whwy/MySQLMTOP.git
git@gitee.com:whwy/MySQLMTOP.git
whwy
MySQLMTOP
MySQLMTOP
master

搜索帮助