快速【kill进程】

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

原文地址:https://www.cnblogs.com/amize/p/15234312.html