Software Alternatives & Reviews

Supervisor VS runit

Compare Supervisor VS runit and see what are their differences

Supervisor logo Supervisor

Supervisor is a client/server system that allows its users to monitor and control a number of...

runit logo runit

runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit...
  • Supervisor Landing page
    Landing page //
    2018-09-29
  • runit Landing page
    Landing page //
    2019-03-14

Supervisor videos

Ups supervisor review why are so many hard hearted?

More videos:

  • Tutorial - How to: Complete the Mid-Year Review (Supervisor)
  • Review - Convictions Get Supervisor Review

runit videos

Void Linux: Runit Service Management Basics & Custom Services

More videos:

  • Review - Artix LXQt with Runit - Installation and First Look
  • Review - Look @ antiX 19.2 Runit Edition - What Happened To My Runit?

Category Popularity

0-100% (relative to Supervisor and runit)
Monitoring Tools
47 47%
53% 53
Log Management
46 46%
54% 54
Performance Monitoring
56 56%
44% 44
Fintech
38 38%
62% 62

User comments

Share your experience with using Supervisor and runit. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Supervisor and runit

Supervisor Reviews

We have no reviews of Supervisor yet.
Be the first one to post

runit Reviews

The Best Retail Management Software of 2021
RunIt is a cloud-based POS suitable for businesses in the sports, footwear, apparel, gift and merchandise sectors. It integrates with Wordpay and Vantiv Integrated Payments to provide credit card and POS processing. Its POS functionality is available on mobile and can be used remotely. Its auto distribution feature offers users different ways of distributing merchandise...
Source: digital.com

Social recommendations and mentions

Based on our record, Supervisor should be more popular than runit. It has been mentiond 25 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Supervisor mentions (25)

  • An Internet of PHP
    What I went with was having both a web server (Apache/Nginx) and PHP-FPM in the same container image, held together by Supervisor: http://supervisord.org/ In my case, the Dockerfile looks a bit like the following:
      # Whatever base web server image you want, Debian/Ubuntu based here.
    - Source: Hacker News / 8 months ago
  • Private Python Packages With devpi
    As you can see there are several methods of running devpi server including cron, launchd (OSX service), nginx, Windows service, and supervisord. It also has a systemd service file which we can use to manage the service easily as Ubuntu uses it for primary service management. First off though we're going to need a proxy script to ensure that devpi is running in the virtual environment:. - Source: dev.to / 10 months ago
  • How can I get a lisp image to run in the background?
    If it's a linux box you can make it a systemctl service, or you could use http://supervisord.org/. Source: 10 months ago
  • Can I create/delete a Serverless VPC using Python?
    I used supervisord to start my server and the cloud SQL proxy within the same container. That should work for your use case too. Source: 12 months ago
  • Have you convinced anyone to use Nix or NixOS? Friends? Coworkers?
    I convinced (previous) $dayjob to use it. It (nix) kind of hung around in the background with the team that used haskell for awhile, but became prime time when we needed to support a range of VMs running within client infrastructure that were in reality just running various python scripts under supervisord (http://supervisord.org/). The range of client machines (redhat, centos, debian, ubuntu all of different... Source: about 1 year ago
View more

runit mentions (7)

  • OpenRC is a dependency-based init system for Unix-like systems
    How does it compare to Runit[[0] used by Void Linux? [0]http://smarden.org/runit/. - Source: Hacker News / 10 months ago
  • SystemD vs Runit. Just a suggestion, not fight.
    Still, I can try to give you a rundown of Runit. Essentially, it's an init system that uses init scripts, but it has a bit more structure to improve on the shortcomings of sysvinit. Much like systemd, it also does service management, although in a much less involved way. Like with sysvinit, the task of logging is left to a separate process, though it has its own logging daemon, if you wish to use it (as logging... Source: about 1 year ago
  • What manages systemd?
    PID 1 is special. It's the init. Instead of System V init, you can use OpenRC, runit, systemd, s6, or others. Source: over 2 years ago
  • How do I use rc.d? and service management in general for KISS
    Of course the original creator's document is great too: runit - a UNIX init scheme with service supervision. Source: almost 3 years ago
  • How do I use rc.d? and service management in general for KISS
    I learned about it here. http://smarden.org/runit/ It is not long read. Source: almost 3 years ago
View more

What are some alternatives?

When comparing Supervisor and runit, you can also consider the following products

systemd - systemd is a replacement for the init daemon for Linux (either System V or BSD-style).

M/Monit - Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.

sysvinit - Savannah is a central point for development, distribution and maintenance of free software, both GNU and non-GNU.

s6 - s6 is a small suite of programs for UNIX, designed for process supervision. It can be used as an init system, or as separate supervision components.

PM2 - Advanced, production process manager for Node.js

Upstart - Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and...