netstat -nlutp
kill 1818 kill -9 1818 # 强制杀掉进程
ps -ef | grep procedure_name | grep -v grep | awk '{print $2}' | xargs kill -9