661162 jaroslav 3006 chrome
667859 jaroslav 1711 chrome
669145 jaroslav 1471 chrome
671222 jaroslav 1016 chrome
675278 jaroslav 270 chrome
675578 jaroslav 207 sleep
676094 jaroslav 91 chrome
676102 jaroslav 91 chrome
676528 jaroslav 11 chrome
676529 jaroslav 11 chrome
676553 jaroslav 11 chrome
676602 jaroslav 3 top
676615 jaroslav 0 ps
676616 jaroslav 0 awk
工艺清单:
生产
提取pid:
杀死pid:
xargs 的 -tr 参数是可选的,如果没有输出,将跳过 xargs 并报告每个执行的行。
您甚至可以对其进行测试,
kill -0
它不会停止进程,但如果进程不再运行,则会报告错误。意识到这个管道/脚本可以在反馈后杀死自己,(注意上面进程列表中的 etimes=0),这是一个忽略最近进程的修订版本:
这可能不是很便携,但应该可以在 Linux 上运行(至少 ubuntu 18)。希望这能让您对如何解决这个问题有所了解。
<mother-mode>
不要在没有 awk 和 xargs 的情况下运行 ps 命令,并首先杀死以查看将被杀死的内容,如果以 root 身份运行,请小心。您可能会关闭系统或杀死最近重新启动的一些重要服务。</mother-mode>