Trees | Indices | Help |
|
---|
|
|
|||
ZenProcessPreferences | |||
DeviceStats | |||
ProcessStats | |||
Pid Helper class to track process id information |
|||
ConfigListener | |||
ZenProcessTask A scheduled task that finds instances of configure processes and collects metrics on the processes |
|
|||
dictionary, list of tuples |
|
||
|
|||
|
|
|||
__doc__ = """zenproc
|
|||
log = logging.getLogger("zen.zenprocess")
|
|||
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.'
|
|||
WRAP = 0xffffffffL
|
|
Parse the process tables and reconstruct the list of processes that are on the device.
|
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |