Ejemplo n.º 1
0
 def __init__(self, typed=PM_CONTEXT_HOST, target="local:"):
     pmContext.__init__(self, typed, target)
     self._mcIndomD = {}
     self._mcByNameD = {}
     self._mcByPmidD = {}
     self._mcCounter = 0  # number of counters in this cache
     self._mcMetrics = 0  # number of metrics in this cache
Ejemplo n.º 2
0
 def __init__(self, typed = PM_CONTEXT_HOST, target = "local:"):
     pmContext.__init__(self, typed, target)
     self._mcIndomD = {}
     self._mcByNameD = {}
     self._mcByPmidD = {}
     self._mcCounter = 0 # number of counters in this cache
     self._mcMetrics = 0 # number of metrics in this cache
Ejemplo n.º 3
0
 def __init__(self, typed=PM_CONTEXT_HOST, target="local:"):
     pmContext.__init__(self, typed, target)
     self._mcIndomD = {}
     self._mcByNameD = {}
     self._mcByPmidD = {}
Ejemplo n.º 4
0
Archivo: pmcc.py Proyecto: Aconex/pcp
 def __init__(self, typed = PM_CONTEXT_HOST, target = "local:"):
     pmContext.__init__(self, typed, target)
     self._mcIndomD = {}
     self._mcByNameD = {}
     self._mcByPmidD = {}