Package ZenRRD :: Module zenprocess
[hide private]
[frames] | no frames]

Module zenprocess

source code

Classes [hide private]
  ScanFailure
  Pid
  Process
track process-specific configuration data
  Device
track device data
  zenprocess
Functions [hide private]
 
sorted(x, *args, **kw) source code
 
reverseDict(d)
return a dictionary with keys and values swapped: all values are lists to handle the different keys mapping to the same value
source code
 
chunk(lst, n)
break lst into n-sized chunks
source code
Variables [hide private]
  __doc__ = """zenproc...
  log = logging.getLogger("zen.zenprocess")
  SnmpConnInfo = SnmpConnInfo
  HOSTROOT = '.1.3.6.1.2.1.25'
  RUNROOT = HOSTROOT+ '.4'
  NAMETABLE = RUNROOT+ '.2.1.2'
  PATHTABLE = RUNROOT+ '.2.1.4'
  ARGSTABLE = RUNROOT+ '.2.1.5'
  PERFROOT = HOSTROOT+ '.5'
  CPU = PERFROOT+ '.1.1.1.'
  MEM = PERFROOT+ '.1.1.2.'
  DEFAULT_PARALLEL_JOBS = 10
  WRAP = 0xffffffffL
Variables Details [hide private]

__doc__

Value:
"""zenprocess

Gets SNMP process performance data and stores it in RRD files.
"""