README
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. cpumon.pl
  2.         I use this script to monitor cpu usage on any process that
  3.         maintains a pid file.   Usage is very simple:
  4.         cpumon.pl <pidfile>
  5.         To install, first edit the "ps" and "psargs" variables as
  6.         needed.  I found it easier to have these defined rather than
  7.         hardcoded due to differences between ucb-based and SysV-based
  8.         ps functions.
  9.         cpumon.pl will return the cpu usage of the pid in the pidfile
  10.         you specify in the appropriate format for MRTG.  For monitoring
  11.         processes on remote machines that are not snmpable, I run this
  12.         program out of inetd (so I can tcp_wrap it) on a high port.
  13.         See http://www.blackened.com/ircstats/ for cpu monitoring
  14.         examples.
  15.         To run this from mrtg, the syntax would be like:
  16. Target[cpu]: `path/to/cpumon.pl /path/to/pidfile`
  17.         Direct questions or suggestions to me.
  18.         Have fun!
  19.         -mjr <mjr@blackened.com>