StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. DevOps
  3. Monitoring
  4. Monitoring Tools
  5. Supervisord vs forever

Supervisord vs forever

OverviewComparisonAlternatives

Overview

Supervisord
Supervisord
Stacks117
Followers112
Votes0
GitHub Stars8.9K
Forks1.3K
forever
forever
Stacks148
Followers125
Votes0

Supervisord vs forever: What are the differences?

Introduction:

In this Markdown document, we will discuss the key differences between Supervisord and Forever, two popular process management tools used in web development.

  1. Supervisord: Supervisord is a process management tool that allows users to monitor and control multiple processes on a Unix-like system. It provides an easy way to manage processes, start and stop them, and also automatically restart them if they fail.

  2. Forever: Forever is another process management tool, specifically designed for Node.js applications. It is often used to keep Node.js applications running continuously and restart them after crashes or server reboots.

  3. Configuration: In Supervisord, the configuration is done via a configuration file written in INI format. It allows users to set various options such as process name, command, working directory, and environment variables. On the other hand, Forever uses a command-line interface and allows users to set options directly as command-line arguments.

  4. Language Support: Supervisord is not limited to a specific programming language and can be used with any process or service, regardless of the programming language it is written in. Forever, on the other hand, is designed specifically for Node.js applications and provides additional features tailored to the Node.js ecosystem.

  5. Logging: Supervisord provides built-in logging functionality, allowing users to specify log files for each managed process. It also provides options to rotate logs and control log verbosity. Forever, however, does not provide built-in logging functionality and relies on other tools or frameworks to handle logging.

  6. Monitoring and Control: Supervisord provides a web-based interface, known as Supervisor-web, which allows users to monitor and control managed processes through a graphical user interface. Forever does not have a built-in web interface but can be integrated with other monitoring and control tools such as PM2 or Monit.

In summary, Supervisord is a more versatile process management tool suitable for various programming languages, offering a web-based interface for monitoring and control, while Forever is specifically designed for Node.js applications, providing a simpler command-line interface and tight integration with the Node.js ecosystem.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Detailed Comparison

Supervisord
Supervisord
forever
forever

It allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time.

It is a simple CLI tool for ensuring that a given script runs continuously. It is used to keep the server alive even when the server crash/stops. When the server is stopped because of some error, exception, etc.it automatically restarts it.

-
Command Line Utility; keep the server alive; ensuring that a given script runs continuously
Statistics
GitHub Stars
8.9K
GitHub Stars
-
GitHub Forks
1.3K
GitHub Forks
-
Stacks
117
Stacks
148
Followers
112
Followers
125
Votes
0
Votes
0
Integrations
macOS
macOS
FreeBSD
FreeBSD
Linux
Linux
Node.js
Node.js

What are some alternatives to Supervisord, forever?

Grafana

Grafana

Grafana is a general purpose dashboard and graph composer. It's focused on providing rich ways to visualize time series metrics, mainly though graphs but supports other ways to visualize data through a pluggable panel architecture. It currently has rich support for for Graphite, InfluxDB and OpenTSDB. But supports other data sources via plugins.

Kibana

Kibana

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.

Prometheus

Prometheus

Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.

Nagios

Nagios

Nagios is a host/service/network monitoring program written in C and released under the GNU General Public License.

Netdata

Netdata

Netdata collects metrics per second & presents them in low-latency dashboards. It's designed to run on all of your physical & virtual servers, cloud deployments, Kubernetes clusters & edge/IoT devices, to monitor systems, containers & apps

Zabbix

Zabbix

Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics.

Sensu

Sensu

Sensu is the future-proof solution for multi-cloud monitoring at scale. The Sensu monitoring event pipeline empowers businesses to automate their monitoring workflows and gain deep visibility into their multi-cloud environments.

Graphite

Graphite

Graphite does two things: 1) Store numeric time-series data and 2) Render graphs of this data on demand

Lumigo

Lumigo

Lumigo is an observability platform built for developers, unifying distributed tracing with payload data, log management, and real-time metrics to help you deeply understand and troubleshoot your systems.

StatsD

StatsD

It is a network daemon that runs on the Node.js platform and listens for statistics, like counters and timers, sent over UDP or TCP and sends aggregates to one or more pluggable backend services (e.g., Graphite).

Related Comparisons

GitHub
Bitbucket

Bitbucket vs GitHub vs GitLab

GitHub
Bitbucket

AWS CodeCommit vs Bitbucket vs GitHub

Kubernetes
Rancher

Docker Swarm vs Kubernetes vs Rancher

gulp
Grunt

Grunt vs Webpack vs gulp

Graphite
Kibana

Grafana vs Graphite vs Kibana