我将每五分钟左右运行一次该命令.
太感谢了 !
(系统是Centos5)
kill -9 $(ps -eo comm,pid,etimes | awk '/^procname/ {if ($3 > 300) { print $2}}')
其中“procname”是进程名称和300是运行时间阈值