搜索资源列表
procps-2.0.7.tar
- Linux下进程监控相关源代码,包括top, Ps-Linux advancement monitoring related source code, including top, Ps
watchdog_pid_detect
- linux下面软件看门狗具体实现程序,用于监控进程状态-watchdog following specific procedures, the process for monitoring the state
daemontools-0.76.tar
- daemontools-0.76.tar.gz是在linux环境下自动监控进程的源程序
caozuoxitong
- 以前做的操作系统的课程设计,内容包括:1)编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行 2)采用模块方法,添加一个新的设备驱动程序 3)了解/proc文件的特点和使用方法,监控系统状态,显示系统中若干部件的使用情况,用图形界面显示系统监控状态
monitor-1.0
- 进程监控 进程守护 linux C语言 进程重启 进程管理 利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动 主要功能: 1.读取配置文件程序 2.启动进程 3.监控进程,查看进程是否退出或者崩溃 4.若进程退出或者崩溃,重启程序。 5.支持sleep功能 6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process mo
linuxhjjc
- 进程之间的通信linux下监控进程之间的通信 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,-Linux 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,
Monitor
- Linux下监控某个服务进程,并通过Email和Fetion告警,通过管道实现通信,支持Email,Feion不同告警方式。含有email发送,飞信发送源码。 详情访问博客:www.yqshare.com 转载请注明出处!-Monitoring a service process under Linux, and through Email and Fetion alarm, through the pipe for communication, support Email, F
watch
- 嵌入式linux设备上用的监控程序,可以监控别的进程是否退出,退出后根据策略是否重新启动该退出进程。另外还实现了时间的刷新与喂狗。-none
monitor
- linux 内存和CPU 监控 当达到配置文件里面的数额时 关闭进程-linux memory and CPU monitoring to configuration files when the amount of time off the process which
ssaw3
- 嵌入式Linux监控终端的多进程控制.Linux embedded monitoring terminal for multiple process control-Linux embedded monitoring terminal for multiple process control
aMonitoring
- 嵌入式Linux中通过程序名称查找进程PID,判断进程是否正在运行,否则重启...实现对系统所有进程的监控-find process PID, monitoring all processes we want.
scheduleMonitor
- 监控调度任务单独执行与队列执行,此项目用到oracle数据库,需要在linux系统下执行,因为有的命令是调用linux系统的命令来执行的,比如*进程的命令。 可自定义单个定时任务,也可自定义多个任务队列顺序执行-Monitoring and dispatching tasks performed separately with the queue execution of this project uses oracle database, you need to run linux sy
shell-_-Linux-
- 简介: 主要 Linux 平台下的 shell 脚本原码,主要包括如何对系统和进程资源进行有效的监控。-Summary: This paper describes the Linux platform using shell scr ipts, including how resources systems and processes for effective monitoring.
net_traffic_part_src
- 提供流量监控小工具的一部分代码,主要是抓取网卡实时流量和查看哪些进程占用端口情况, 一共三个源文件, net_traffic.cpp 实时流量 ports_stat.cpp/ports_stat.h, 端口信息 代码支持 linux, solaris,windows平台的编译。-Providing traffic monitoring gadget part of the code, mainly crawl card and see which proc
performance_monitor.tar
- 该脚本为监控进程CPU 内存等信息代码,自动检测是linux环境还是solaris环境进行使用不同的指令进行监控,并有自动停止脚本-The scr ipt for the monitoring process CPU memory and other information code, automatic detection is solaris linux environment or use a different command environment monitoring, and au
monitor
- shell脚本,监控特定进程的内存占用和cpu占用,以及当前系统内存情况。主要支持linux,注释里有别的平台,比如hp等。-shell scr ipt to monitor a specific process memory usage and cpu usage, as well as the current system memory situation. The main support for linux, notes there are other platforms, such a
aMonitoring
- 嵌入式Linux中通过程序名称查找进程PID,判断进程是否正在运行,否则重启...实现对系统所有进程的监控-find process PID, monitoring all processes we want.
processmonitor
- linux系统,进程监控,当监控进程异常的时候自动重启此进程。-linux,monitor process,restart process
nagios进程、端口监控
- linux中的nagios监控原理和进程、端口监控配置文件及参数含义详解。(The nagios monitoring principles and processes, port monitoring configuration files and parameter implications of Linux.)
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。