How to Install circus in Ubuntu 18.04



Install circus by entering the following commands in the terminal:

sudo apt update
sudo apt install circus

Description:

process & socket manager. It can be used to monitor and control

processes and sockets. . Circus can be driven via a command-line interface or programmatically trough its Python API. . It shares some of the goals of Supervisord, BluePill and Daemontools.

Homepage: http://circus.readthedocs.org

Version: 0.12.1+dfsg-1

Section: universe/admin