sushy.resources.system.processor
Modulesushy.resources.system.processor
Module¶sushy.resources.system.processor.
Processor
(connector, identity, redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
identity
= <sushy.resources.base.Field object at 0x2dcd290>¶The processor identity string
instruction_set
= <sushy.resources.base.Field object at 0x2e54590>¶The instruction set of the processor
manufacturer
= <sushy.resources.base.Field object at 0x2e545d0>¶The processor manufacturer
max_speed_mhz
= <sushy.resources.base.Field object at 0x2e54650>¶The maximum clock speed of the processor in MHz.
model
= <sushy.resources.base.Field object at 0x2e54610>¶The product model number of this device
processor_architecture
= <sushy.resources.base.MappedField object at 0x2e54550>¶The architecture of the processor
processor_type
= <sushy.resources.base.Field object at 0x2e54490>¶The type of processor
socket
= <sushy.resources.base.Field object at 0x2dcd310>¶The socket or location of the processor
total_cores
= <sushy.resources.base.Field object at 0x2e54690>¶The total number of cores contained in this processor
total_threads
= <sushy.resources.base.Field object at 0x2e546d0>¶The total number of execution threads supported by this processor
sushy.resources.system.processor.
ProcessorCollection
(connector, path, redfish_version=None)¶Bases: sushy.resources.base.ResourceCollectionBase
refresh
()¶Refresh the resource
summary
¶Property to provide ProcessorSummary info
It is calculated once when the first time it is queried. On refresh, this property gets reset.
Returns: | A namedtuple containing the count of processors
in regards to logical CPUs, and their architecture . |
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.