The rsd_lib.resources.v2_2.system.computer_system_metrics
Module¶
-
class
rsd_lib.resources.v2_2.system.computer_system_metrics.
ComputerSystemMetrics
(connector, path='', redfish_version=None, registries=None, reader=None)¶ Bases:
rsd_lib.base.ResourceBase
ComputerSystemMetrics resource class
ComputerSystemMetrics contains usage and health statistics for a ComputerSystem (all Cores) .
-
health
= <sushy.resources.base.Field object>¶ ComputerSystem Health as a discrete sensor reading
-
io_bandwidth_gbps
= <sushy.resources.base.Field object>¶ IO Bandwidth rate in ComputerSystem resource based on PCIe data transmission rate in GB/s
-
memory_bandwidth_percent
= <sushy.resources.base.Field object>¶ Memory Bandwidth in Percent
-
memory_power_watt
= <sushy.resources.base.Field object>¶ Power consumed by Memory domain resource
-
memory_throttled_cycles_percent
= <sushy.resources.base.Field object>¶ The percentage of memory cycles that were throttled due to power limiting (all packages and memory controllers).
-
processor_bandwidth_percent
= <sushy.resources.base.Field object>¶ CPU Bandwidth in Percent.
-
processor_power_watt
= <sushy.resources.base.Field object>¶ Power consumed by Processor resource
-