Process Monitoring - Python / Ubuntu / Linux

I have several processes that I need to run in deamon mode, I just opened a popup, so I'm starting to use it.


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

I ask if I want to stop myself from reinventing the wheel. :)


Any ideas?

+2
source share
3 answers

Supervisor is pretty amazing. I did not use the web interface, although it could suck.

+9
source

I think psutil is what you are looking for.

+8
source

circus.

Laidback

0

All Articles