Software Alternatives & Reviews

Supervisor VS s6

Compare Supervisor VS s6 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...

s6 logo 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.
  • Supervisor Landing page
    Landing page //
    2018-09-29
  • s6 Landing page
    Landing page //
    2020-05-25

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

s6 videos

Samsung Galaxy S6 Review!

More videos:

  • Review - Galaxy Tab S6 Honest Review - Only one issue..
  • Review - Samsung Galaxy S6 In 2020! (Still Worth It?) (Review)

Category Popularity

0-100% (relative to Supervisor and s6)
Monitoring Tools
52 52%
48% 48
Log Management
52 52%
48% 48
Performance Monitoring
64 64%
36% 36
Fintech
46 46%
54% 54

User comments

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

Social recommendations and mentions

Based on our record, Supervisor should be more popular than s6. 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

s6 mentions (11)

  • Which do you use systemd or openrc? Why do you use what you use?
    This page and this page, both by Laurent Bercot, creator of s6. Source: about 1 year ago
  • init software: What's the difference?
    Of the two I have experience with, runit is simpler and thus easier to get the hang of than s6-rc/s6. Though the s6 (not s6-rc) docs at the author's site contain a lot of info (including apologetics and rationales) that applies almost equally well to runit. Source: about 1 year ago
  • Trouble with s6 services
    Using the s6-service add command I added a service called "libvertd" when I ment to put "libvirtd". Now when I run s6-db-reload it spits out a error message saying "undefined service name libvertd". But I cant remove it using s6-service remove libvertd because that just spits out a generic help message and doesn't change anything. I also couldn't find documentation on Https://skarnet.org/software/s6/ or... Source: over 1 year ago
  • Alpine Linux is reducing dependencies on Busybox
    For the trivia, this is pushed by Laurent Bercot (skarnet), creator of s6, execline and many others. He's also working on implementing s6 as Alpine init and rc systems. https://skarnet.org/software/s6/ https://skarnet.com/projects/service-manager.html. - Source: Hacker News / over 1 year ago
  • The DJB Legacy
    FWIW, the spirit of daemontools lives on in the s6 project. https://skarnet.org/software/s6/. - Source: Hacker News / almost 2 years ago
View more

What are some alternatives?

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

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

runit - runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit...

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.

PM2 - Advanced, production process manager for Node.js

Dinit - Dinit is a service supervisor with dependency support which can also act as the system "init" program.