runtimepy.mixins.psutil
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/mixins/psutil.py

A module implementing interfaces for psutil.

 
Modules
       
psutil

 
Classes
       
builtins.object
PsutilMixin

 
class PsutilMixin(builtins.object)
    A simple psutil runtime interface.
 
  Methods defined here:
init_psutil(self, env: runtimepy.channel.environment.ChannelEnvironment) -> None
Initialize psutil-based metrics.
poll_psutil(self, weight: float) -> None
Poll psutil-based metrics.

Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes defined here:
__annotations__ = {'cpu_average': <class 'vcorelib.math.analysis.weighted.WeightedAverage'>, 'cpu_percent': <class 'runtimepy.primitives.float.FloatPrimitive'>, 'memory_percent': <class 'runtimepy.primitives.float.FloatPrimitive'>, 'process': <class 'psutil.Process'>}