perun.backend.psutil¶
psutil backend.
Attributes¶
Classes¶
PSUTIL Backend class. |
Module Contents¶
- class perun.backend.psutil.PSUTILBackend[source]¶
Bases:
perun.backend.backend.BackendPSUTIL Backend class.
- id: str = 'psutil'¶
- name: str = 'PSUTIL'¶
- description: str = 'Obtain hardware data from psutil'¶
- availableSensors() Dict[str, Tuple][source]¶
Return a dictionary with all available sensors.
- Returns:
Dictionary with device ids and measurement unit.
- Return type:
Dict[str, Tuple]
- getSensors(deviceList: Set[str]) List[perun.data_model.sensor.Sensor][source]¶
Return desired device objects.