Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看过信号模块,安装信号处理程序和设置警报似乎没问题,但是正在向另一个进程发送信号,例如
os.system('kill -s SIGUSR2 8269')
如果进程在不同的主机上,那么有没有一种简单的方法可以做到这一点?
os.kill()对于本地进程,paramiko 和kill远程系统的命令。
os.kill()
kill