Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HS Telemetry reporting per-core CPU utilization on SMP #3

Open
skliper opened this issue Apr 22, 2022 · 2 comments
Open

HS Telemetry reporting per-core CPU utilization on SMP #3

skliper opened this issue Apr 22, 2022 · 2 comments
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

Idle task needs to be updated for SMP so that utilization can be determined for each core.

Imported from GSFCCFS-726

@jphickey
Copy link
Contributor

The SMP situation is improved after PR #90, the idle task is gone and the functionality is now in the PSP.

While whe interface to PSP supports obtaining per-core utilization information, the HS TLM only reports a single aggregate value. To really resolve this would require making this single TLM member to be an array so each core utilization could be reported properly.

@jphickey jphickey changed the title HS idle task needs modification to support SMP HS Telemetry reporting per-core CPU utilization on SMP Apr 20, 2023
@jphickey
Copy link
Contributor

If a customer/stakeholder wants this the remaining work item now is only to implement the TLM change so each core utilization can be reported. The information is available via the internal PSP interface, it just needs to be published in TLM somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants