|
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'>}
|