문제

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?

도움이 되었습니까?

해결책

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

다른 팁

I think psutil is what you are looking for.

you can also try circus.

Cheers Laidback

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top