class documentation

class PsutilWrapper(GenericWrapper):

View In Hierarchy

Undocumented

Class Method get_net_metrics Undocumented
Static Method get_cpu_temperature Undocumented
Static Method get_cpu_usage Undocumented
Static Method get_ram_usage Undocumented
Static Method get_rom_usage Undocumented
Class Variable __available_metrics__ Undocumented
Method _fetch_datas Undocumented
Constant __ETH_IFACE Undocumented
Constant __WIFI_IFACE Undocumented

Inherited from GenericWrapper:

Method __getitem__ Undocumented
Method __init__ Undocumented
Property available_metrics Undocumented
Property data Undocumented
Instance Variable _data Undocumented
@classmethod
def get_net_metrics(cls):

Undocumented

@staticmethod
def get_cpu_temperature():

Undocumented

@staticmethod
def get_cpu_usage():

Undocumented

@staticmethod
def get_ram_usage():

Undocumented

@staticmethod
def get_rom_usage():

Undocumented

__ETH_IFACE: str =

Undocumented

Value
'eth0'
__WIFI_IFACE: str =

Undocumented

Value
'wlan0'