资 源 简 介
It can monitor the memory, running-time,cpu,links of all process.If the quota exceed the threshold in conf,the process pid,cmdline,ppid will be recorded on log files.
This tool is developed with Bash Shell.
这是一个用Bash shell写的监控脚本。它每2分钟运行一次,运行之后会检查所有进程的内存、cpu、网络链接数量和总共的运行时间。任何一个指标超过配置文件中设定的阈值时,就会被记录在日志文件中。
另外还提供过滤功能,在filter.conf文件中配置的每一行都被理解为一条白名单,白名单中的进程不被日志记录。
这个工具主要用来检测,一些未知的程序突然占用资源。