Monitor and restart Dart process on server

六眼飞鱼酱① 提交于 2019-12-04 20:37:01

consider the following tools:

  1. http://supervisord.org/ Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.

  2. http://upstart.ubuntu.com/ Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.

choose the one that best meets your needs, these tools are great to have in your toolbox anyway

I use Monit on my GCE Debian instance, easy to setup and a nice little web interface for easier management.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!