Process monitoring - Python/Ubuntu/Linux [closed]

心已入冬 提交于 2019-12-21 06:19:41

问题


I have a few processes I need to run in deamon mode, I just discovered upstart so I am starting to use it.


Are there any python libraries or applications that I could use to monitor and control these processes from an html interface?

I'm asking as I would like to prevent myself from reinventing the wheel. :)


Any ideas?


回答1:


Supervisor is pretty awesome. I haven't used the web interface though, it might suck.




回答2:


I think psutil is what you are looking for.




回答3:


you can also try circus.

Cheers Laidback



来源:https://stackoverflow.com/questions/4546492/process-monitoring-python-ubuntu-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!