#! /bin/bash ps -eaf |grep "SwooleYiiApp.php" | grep -v "grep"| awk '{print $2}'|xargs kill -9