linux 批量kill java进程

ps -ef |grep java |grep -v grep|awk '{print $2}'|xargs kill -9