文件名称:monitor-1.0
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 82kb
- 下载次数:
- 1次
- 提 供 者:
- zhouy*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
进程监控 进程守护 linux C语言 进程重启 进程管理
利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动
主要功能:
1.读取配置文件程序
2.启动进程
3.监控进程,查看进程是否退出或者崩溃
4.若进程退出或者崩溃,重启程序。
5.支持sleep功能
6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process monitoring daemon process to restart the process linux C language process management using linux C language, which reads the configuration file required to start the program, and conduct real-time monitoring, if the process quit unexpectedly, on the re-start the main functions: 1. Read configuration file program 2 Start the process 3 monitoring process to see whether the process to exit or crash (4) If the process exits or crashes, restart the program. 5 supports the sleep function 6, if the process crashes NUM_MAX consecutive times on the sleep cycle accordingly
利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动
主要功能:
1.读取配置文件程序
2.启动进程
3.监控进程,查看进程是否退出或者崩溃
4.若进程退出或者崩溃,重启程序。
5.支持sleep功能
6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process monitoring daemon process to restart the process linux C language process management using linux C language, which reads the configuration file required to start the program, and conduct real-time monitoring, if the process quit unexpectedly, on the re-start the main functions: 1. Read configuration file program 2 Start the process 3 monitoring process to see whether the process to exit or crash (4) If the process exits or crashes, restart the program. 5 supports the sleep function 6, if the process crashes NUM_MAX consecutive times on the sleep cycle accordingly
相关搜索: 进程监控
(系统自动生成,下载前可以参看下载内容)
下载文件列表
monitor-1.0\Makefile.in
...........\INSTALL
...........\config.h.in
...........\configure.in
...........\aclocal.m4
...........\AUTHORS
...........\COPYING
...........\ChangeLog
...........\config.log
...........\Makefile.am
...........\configure
...........\src\include\process.h
...........\...\lib\Makefile.in
...........\...\...\process.c
...........\...\...\Makefile.am
...........\...\test\Makefile.in
...........\...\....\main.c
...........\...\....\Makefile.am
...........\NEWS
...........\11.txt
...........\README
...........\src\include
...........\...\lib
...........\...\test
...........\src
monitor-1.0
...........\INSTALL
...........\config.h.in
...........\configure.in
...........\aclocal.m4
...........\AUTHORS
...........\COPYING
...........\ChangeLog
...........\config.log
...........\Makefile.am
...........\configure
...........\src\include\process.h
...........\...\lib\Makefile.in
...........\...\...\process.c
...........\...\...\Makefile.am
...........\...\test\Makefile.in
...........\...\....\main.c
...........\...\....\Makefile.am
...........\NEWS
...........\11.txt
...........\README
...........\src\include
...........\...\lib
...........\...\test
...........\src
monitor-1.0