[RFE] Possibility to inspect CPUs separately
Bug #1639340 reported by
Oleksandr Berezovskyi
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| ironic-python-agent |
Triaged
|
Wishlist
|
Adam McArthur | ||
Bug Description
Add possibility to get info about each CPU separately in multi CPU configurations.
IPA part
========
Return cpu info with list of cpu specific data.
Implementation
==============
Rename current CPU class to CPUInfo.
Add cpus property to CPUInfo and set it as list of CPU objects.
Reimplement get_cpu function to support multi CPU inspection.
| Changed in ironic-python-agent: | |
| status: | New → Triaged |
| importance: | Undecided → Wishlist |
| tags: | added: rfe |
To post a comment you must log in.
Big/little core layouts are a good use case for this. Similar with riscv high/low security cores.