批量杀死进程
ps -ef|grep Jm|grep -v grep|awk '{print "kill -9 "$2}'|sh
find / -type f -size +10M| sort -nr | head
URIEncoding="utf-8"
ps -ef|grep Jm|grep -v grep|awk '{"sh kill -9 "$2}'|sh
awk 'BEGIN {count=0;} {count++;} END {print count}' logs/JmCityService-Sz-0.0.1-SNAPSHOT.log
show full processlist
FLUSH TABLES WITH READ LOCK
mysqlbinlog --base64-output=DECODE-ROWS -v slave-relay-bin.000010 > slavelog2.log
ps -ef|grep Jm|grep Pro| grep -v grep|cut -c 9-15|xargs kill -9