Exemplo 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
Exemplo 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
Exemplo n.º 3
0
 def __init__(self, typed=PM_CONTEXT_HOST, target="local:"):
     pmContext.__init__(self, typed, target)
     self._mcIndomD = {}
     self._mcByNameD = {}
     self._mcByPmidD = {}
Exemplo n.º 4
0
Arquivo: pmcc.py Projeto: Aconex/pcp
 def __init__(self, typed = PM_CONTEXT_HOST, target = "local:"):
     pmContext.__init__(self, typed, target)
     self._mcIndomD = {}
     self._mcByNameD = {}
     self._mcByPmidD = {}