netstat -nlp |grep :8181 |grep -v grep|awk '{print $7}' |awk -F '/' '{print $1}' |xargs kill -9 其中,8181是进程监听的端口号