Supervisord是用Python实现的一款非常实用的进程管理工具,类似于monit。
Monit和Supervisord的一个比较大的差异是Supervisord管理的进程必须由Supervisord来启动,Monit可以管理已经在运行的程序。
Supervisord还要求管理的程序是非Daemon程序,Supervisord会帮你把它转成Daemon程序,因此如果用Supervisord来管理Nginx的话,必须在Nginx的配置文件里添加一行设置Daemon off让Nginx以非Daemon方式...
分类:
其他好文 时间:
2014-08-26 13:47:46
阅读次数:
329
God是一个由Ruby编写的监控架构,它可以保障你的进程为运行状态,以及可以对一些特殊情况进行进程的重启。拓展可以通过frigga来进行全局god的管理。最好的安装方式(通过ruby-gems):geminstallgod快速启动注意:快速启动需要0.12版本以上的,你可以使用以下命令查看版本:god..
分类:
系统相关 时间:
2014-08-11 15:17:08
阅读次数:
362
一、htop简介Thisishtop,aninteractiveprocessviewerforLinux.Itisatext-modeapplication(forconsoleorXterminals)andrequiresncurses.ComparisonbetweenhtopandtopIn‘htop‘youcanscrollthelistverticallyandhorizontallytoseeallprocessesandcompletecommandlines.In‘top‘youa..
分类:
系统相关 时间:
2014-07-21 12:47:33
阅读次数:
410
一、htop简介Thisishtop,aninteractiveprocessviewerforLinux.Itisatext-modeapplication(forconsoleorXterminals)andrequiresncurses.ComparisonbetweenhtopandtopIn‘htop‘youcanscrollthelistverticallyandhorizontallytoseeallprocessesandcompletecommandlines.In‘top‘youa..
分类:
系统相关 时间:
2014-06-16 16:59:39
阅读次数:
284